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, 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.