IOfflineFilesErrorInfo::GetRawData method (cscobj.h)

Retrieves a block of bytes containing internal data associated with the error. The content of this block is intended for use by the Windows development and support teams and is subject to change in any version of Windows. No definition of the data block is provided.

Syntax

HRESULT GetRawData(
  [out] BYTE_BLOB **ppBlob
);

Parameters

[out] ppBlob

Receives the address of a BYTE_BLOB structure describing the raw data. The caller must free this memory block by using the CoTaskMemFree function.

Return value

Returns S_OK if successful, or an error value otherwise.

Remarks

The BYTE_BLOB structure is defined in Wtypes.h.

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

IOfflineFilesErrorInfo