Microsoft DirectX 8.1 (C++) |
The LoadFromBlob method loads property data from a persistence format.
Syntax
HRESULT LoadFromBlob(
LONG cSize,
BYTE *pb
);
Parameters
cSize
[in] Size of the data, in bytes.
pb
[in] Pointer to an array of bytes that contains the data.
Return Value
Returns S_OK if successful. Otherwise, returns E_OUTOFMEMORY or another error code.
See Also