Disassm (Windows CE 5.0)
This function disassembles an instruction and stores in a buffer a string that can be printed.
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 Values
This function returns TRUE if the function call succeeds. Otherwise, the function returns FALSE.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: WDbgExts_CE.h.
Link Library: Developer defined.
See Also
Send Feedback on this topic to the authors