Share via


FbwfEnableCompression (Standard 7 SP1)

7/8/2014

This function enables the FBWF filter to compress the memory cache.

Syntax

ULONG FbwfEnableCompression(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.

Remarks

This change does not occur until the next session.

Compression slows access to cached volumes. Enabling compression may be a good option for memory-constricted systems.

Requirements

OS Versions: Standard 7

Header: Fbwfapi.h

Link Library: Fbwflib.lib

See Also

Reference

FbwfEnableFilter
FbwfDisableCompression
FbwfIsCompressionEnabled

Concepts

FBWF API