Debugging Tools for Windows

IsPtr64

The IsPtr64 function determines if the target uses 64-bit pointers.

ULONG
IsPtr64(
    void
    );

Parameters

None

Return Value

The function returns TRUE if the target uses 64-bit pointers; FALSE, otherwise.

Requirements

Headers: Defined in wdbgexts.h. If you are writing a WdbgExts extension, include wdbgexts.h. If you are writing a DbgEng extension that calls this function, include wdbgexts.h before dbgeng.h (see Writing DbgEng Extension Code for details).

Build machine: CAPEBUILD