Debugging Tools for Windows

IsPointer64Bit

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

HRESULT
  IDebugControl::IsPointer64Bit(
    void
    );

Parameters

None

Return Value

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.

Interface Version

IsPointer64Bit is available in all versions of IDebugControl.

Build machine: CAPEBUILD