Edit

Share via


IDebugReference2::GetSize

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

Syntax

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