IDebugPointerObject3::GetPointerAddress

Retrieves the address of the pointer.

Syntax

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.

See also