共用方式為


FbwfSetCacheThresholdEx (Standard 7 SP1)

7/8/2014

FbwfSetCacheThresholdEx sets the size of the overlay threshold.

Note

The threshold size is not reset until the system is restarted.

Syntax

ULONG WINAPI FbwfSetCacheThresholdEx(
    __in LARGE_INTEGER thresholdInBytes
);

Parameters

  • thresholdInBytes
    [in] Sets the memory, in megabytes, the FBWF may use for cache.

    This value may be no less than FBWF_MIN_CACHE_THRESHOLD and no more than FBWF_MAX_CACHE_THRESHOLD.

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