Disassm (Windows Embedded CE 6.0)

1/5/2010

This function disassembles an instruction and stores in a buffer a string that can be printed.

Syntax

ULONG Disassm(
  PULONG lpOffset,
  PCSTR lpBuffer,
  ULONG fShowEffectiveAddress
);

Parameters

  • lpOffset
    [in] Pointer to the instruction to be disassembled.
  • lpBuffer
    [in] Buffer that returns the disassembled instruction.
  • fShowEffectiveAddress
    [in] Value that controls whether the effective address is printed.

Return Value

This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.

Requirements

Header wdbgexts_ce.h
Library Developer Implemented
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Debugger Extension Functions