IDebugControl::IsPointer64Bit method (dbgeng.h)

The IsPointer64Bit method determines if the effective processor uses 64-bit pointers.

Syntax

HRESULT IsPointer64Bit();

Return value

Return code Description
S_OK
The effective processor uses 64-bit pointers.
S_FALSE
The effective processor does not use 64-bit pointers.
 

This method may also return error values. See Return Values for more details.

Requirements

Requirement Value
Target Platform Desktop
Header dbgeng.h