Debugging Tools for Windows

WritePointer

The WritePointer function writes a pointer to the target.

ULONG
WritePointer(
    ULONG64  Address,
    ULONG64  Pointer
    );

Parameters

Address
Specifies the address to write the pointer to.
Pointer
Specifies the value of the pointer. If the target uses 32-bit pointers, Pointer is a 32-bit value that has been sign-extended to 64-bits.

Return Value

If the function succeeds, the return value is TRUE; otherwise, it is FALSE.

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).

See Also

ReadPointer

Build machine: CAPEBUILD