Compartilhar via


FbwfGetMemoryUsageEx (Standard 7 SP1)

7/8/2014

FbwfGetMemoryUsageEx returns the total memory size used for directory structure and file data, respectively, by the whole filter driver.

This call does not provide memory use on a per volume basis.

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

Syntax

ULONG WINAPI FbwfGetMemoryUsageEx(
    __out PFbwfMemoryUsageEx MemoryUsage
);

Parameters

  • MemoryUsage
    [out] FbwfMemoryUsageEx 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.

Requirements

OS Versions: Standard 7

Header: Fbwfapi.h

Link Library: Fbwflib.lib

See Also

Concepts

FBWF API