IOfflineFilesSetting::GetName method (cscobj.h)
Retrieves a name associated with a particular Offline Files setting.
Syntax
HRESULT GetName(
[out] LPWSTR *ppszName
);
Parameters
[out] ppszName
Address of pointer variable that receives the address of a string containing the name of the Offline Files setting. Upon successful return, the caller must free this memory block by using the CoTaskMemFree 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 |