IDebugPointerObject3::GetPointerAddress
Retrieves the address of the pointer.
HRESULT GetPointerAddress (
UINT64* puAddress
);
int GetPointerAddress (
out ulong puAddress
);
Parameters
- puAddress
[out] Returns the address of the pointer.
Return Value
If successful, returns S_OK; otherwise, returns an error code.