IOfflineFilesSyncErrorItemInfo::GetFileSize method (cscobj.h)

Retrieves the size of the item in bytes.

Syntax

HRESULT GetFileSize(
  [out] LARGE_INTEGER *pSize
);

Parameters

[out] pSize

Receives the item's size in bytes.

Return value

Returns S_OK if successful, or an error value otherwise.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header cscobj.h
DLL CscSvc.dll; CscObj.dll

See also

IOfflineFilesSyncErrorItemInfo