Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.