Compartilhar via


FbwfDisableCachePreAllocation (Standard 7 SP1)

7/8/2014

This function turns off cache pre-allocation so that cache memory is allocated only as needed.

Syntax

ULONG FbwfDisableCachePreAllocation(VOID);

Parameters

None.

Return Value

This function may return the following:

Return value

Description

ERROR_SUCCESS

The operation completed successfully.

ERROR_INVALID_FUNCTION

If the filter is not enabled for the next session.

Other errors from file system driver

If updating the configuration file fails.

Remarks

This change does not occur until the next session.

Requirements

OS Versions: Standard 7

Header: Fbwfapi.h

Link Library: Fbwflib.lib

See Also

Reference

FbwfEnableFilter
FbwfEnableCachePreAllocation
FbwfIsCachePreAllocationEnabled

Concepts

FBWF API