IDebugControl2::IsPointer64Bit method (dbgeng.h)
The IsPointer64Bit method determines if the effective processor uses 64-bit pointers.
Syntax
HRESULT IsPointer64Bit();
Return value
Return code | Description |
---|---|
|
The effective processor uses 64-bit pointers. |
|
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 |