Disassm
Other versions of this page are also available for the following:
8/27/2008
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 |