CSCGetSpaceUsageW function

[This function is not supported and should not be used.]

Retrieves information about the space used by the Offline Files cache.

Syntax

BOOL WINAPI CSCGetSpaceUsageW(
  _Inout_ LPTSTR  lptzLocation,
  _In_    DWORD   dwSize,
  _Inout_ LPDWORD lpdwMaxSpaceHigh,
  _Inout_ LPDWORD lpdwMaxSpaceLow,
  _Inout_ LPDWORD lpdwCurrentSpaceHigh,
  _Inout_ LPDWORD lpdwCurrentSpaceLow,
  _Inout_ LPDWORD lpcntTotalFiles,
  _Inout_ LPDWORD lpcntTotalDirs
);

Parameters

lptzLocation [in, out]

The directory location of the cache.

dwSize [in]

The size of the lptzLocation buffer, in characters.

lpdwMaxSpaceHigh [in, out]

The high-order DWORD of the maximum number of bytes available in the cache.

lpdwMaxSpaceLow [in, out]

The low-order DWORD of the maximum number of bytes available in the cache.

lpdwCurrentSpaceHigh [in, out]

The high-order DWORD of the current number of bytes available in the cache.

lpdwCurrentSpaceLow [in, out]

The low-order DWORD of the current number of bytes available in the cache.

lpcntTotalFiles [in, out]

The total number of files in the cache.

lpcntTotalDirs [in, out]

The total number of directories in the cache.

Return value

This function returns TRUE if it succeeds; otherwise, it returns FALSE.

Remarks

This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.

Requirements

Requirement Value
DLL
Cscmig.dll