FbwfGetMemoryUsage

Retrieves a FbwfMemoryUsage structure containing information about the cache memory used by FBWF.

  ULONG FbwfGetMemoryUsage(
     PFbwfMemoryUsage 
  usage
  );

Parameters

  • usage
    [out] FbwfMemoryUsage structure containing information about the current cache state.

Return Values

This function may return the following:

Return value Description
NO_ERROR The operation completed successfully.
ERROR_INVALID_PARAMETER If the parameter usage is NULL.

Requirements

OS Versions: Windows XP Embedded.
Header: fbwfapi.h.
Link Library: fbwflib.lib.

See Also

FBWF API | FbwfMemoryUsage

Last updated on Wednesday, October 18, 2006

© 2006 Microsoft Corporation. All rights reserved.