IOfflineFilesSyncErrorItemInfo::GetFileAttributes method (cscobj.h)
Retrieves the Win32 file attributes for the item.
Syntax
HRESULT GetFileAttributes(
[out] DWORD *pdwAttributes
);
Parameters
[out] pdwAttributes
Receives the file attribute mask for the item. One or more of FILE_ATTRIBUTE_XXXXXX as defined in the Windows SDK. For more information, see the GetFileAttributes function.
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 |