Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the size of the object in bytes.
HRESULT GetSize(
UINT* pnSize
);
int GetSize(
out uint pnSize
);
Parameters
- pnSize
[out] Returns the size in bytes.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
Use the IDebugObject::GetValue method to retrieve the value as a sequence of bytes.