Share via


IDebugReference2::GetSize

Gets the size, in bytes, of the value of the reference. Reserved for future use.

HRESULT GetSize ( 
   DWORD* pdwSize
);
int GetSize ( 
   out uint pdwSize
);

Parameters

  • pdwSize
    [out] Returns the size, in bytes, of the value of the reference.

Return Value

Always returns E_NOTIMPL.

See Also

Reference

IDebugReference2