Skip to content

Latest commit

 

History

History
83 lines (73 loc) · 2.38 KB

nf-dbgeng-idebugcontrol2-ispointer64bit.md

File metadata and controls

83 lines (73 loc) · 2.38 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugControl2.IsPointer64Bit
IDebugControl2::IsPointer64Bit (dbgeng.h)
Learn about the IsPointer64Bit method, which determines if the effective processor uses 64-bit pointers.
debugger\ispointer64bit.htm
debugger
05/03/2018
IDebugControl2::IsPointer64Bit
IDebugControl interface [Windows Debugging],IsPointer64Bit method, IDebugControl2 interface [Windows Debugging],IsPointer64Bit method, IDebugControl2.IsPointer64Bit, IDebugControl2::IsPointer64Bit, IDebugControl3 interface [Windows Debugging],IsPointer64Bit method, IDebugControl3::IsPointer64Bit, IDebugControl::IsPointer64Bit, IDebugControl_62a0cc8d-e542-4889-9f68-591d00828d4b.xml, IsPointer64Bit, IsPointer64Bit method [Windows Debugging], IsPointer64Bit method [Windows Debugging],IDebugControl interface, IsPointer64Bit method [Windows Debugging],IDebugControl2 interface, IsPointer64Bit method [Windows Debugging],IDebugControl3 interface, dbgeng/IDebugControl2::IsPointer64Bit, dbgeng/IDebugControl3::IsPointer64Bit, dbgeng/IDebugControl::IsPointer64Bit, debugger.ispointer64bit
dbgeng.h
Desktop
Windows
IDebugControl2::IsPointer64Bit
dbgeng/IDebugControl2::IsPointer64Bit
APIRef
kbSyntax
COM
dbgeng.h
IDebugControl2::IsPointer64Bit

IDebugControl2::IsPointer64Bit

-description

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

-returns

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.