IBitsPeerCacheAdministration::GetMaximumCacheSize method (bits3_0.h)

Gets the maximum size of the cache.

Syntax

HRESULT GetMaximumCacheSize(
  [out] DWORD *pBytes
);

Parameters

[out] pBytes

Maximum size of the cache, as a percentage of available hard disk drive space.

Return value

The method returns the following return values.

Return code Description
S_OK
Success

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header bits3_0.h (include Bits.h)
Library Bits.lib

See also

IBitsPeerCacheAdministration

IBitsPeerCacheAdministration::SetMaximumCacheSize