FbwfGetMemoryUsage
Retrieves a FbwfMemoryUsage structure containing information about the cache memory used by FBWF.
ULONG FbwfGetMemoryUsage( PFbwfMemoryUsage usage );
- usage
[out] FbwfMemoryUsage structure containing information about the current cache state.
This function may return the following:
Return value | Description |
---|---|
NO_ERROR | The operation completed successfully. |
ERROR_INVALID_PARAMETER | If the parameter usage is NULL. |
OS Versions: Windows XP Embedded.
Header: fbwfapi.h.
Link Library: fbwflib.lib.
Last updated on Wednesday, October 18, 2006
© 2006 Microsoft Corporation. All rights reserved.