Share via


IDebugReference2::GetSize

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

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

Syntax

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

IDebugReference2