Partager via


FbwfGetMemoryUsage

5/10/2007

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

Syntax

ULONG FbwfGetMemoryUsage(
   PFbwfMemoryUsage usage
);

Parameters

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

Return Value

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, WEPOS.

Header: fbwfapi.h.

Link Library: fbwflib.lib.

See Also

Reference

FbwfMemoryUsage

Concepts

FBWF API