Debugging Tools for Windows |
The SetAssemblyOptions method sets the assembly and disassembly options that affect how the debugger engine assembles and disassembles processor instructions for the target.
HRESULT
IDebugControl3::SetAssemblyOptions(
IN ULONG Options
);
This method can also return error values. See Return Values for more details.
SetAssemblyOptions is available in IDebugControl3 and later versions.
For more information about using assembly with the debugger engine API, see Assembling and Disassembling Instructions.
Headers: Defined in Dbgeng.h. Include Dbgeng.h.
GetAssemblyOptions, AddAssemblyOptions, RemoveAssemblyOptions, DEBUG_ASMOPT_XXX, Assemble, Disassemble, .asm (Change Disassembly Options)