Compartilhar via


FbwfGetMemoryUsage (Standard 7 SP1)

7/8/2014

Deprecated. Use FbwfGetMemoryUsageEx instead.

This function retrieves an FbwfMemoryUsage structure that contains information about the cache memory used by FBWF.

The caller is responsible for allocating and freeing the buffer used by this function.

Syntax

ULONG FbwfGetMemoryUsage(
  PFbwfMemoryUsage usage
);

Parameters

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

Return Value

This function may return the following:

Return value

Description

ERROR_SUCCESS

The operation completed successfully.

ERROR_INVALID_PARAMETER

If the parameter usage is NULL.

Requirements

OS Versions: Standard 7

Header: Fbwfapi.h

Link Library: Fbwflib.lib

See Also

Reference

FbwfMemoryUsage

Concepts

FBWF API