Debugging Tools for Windows |
The AddAssemblyOptions method turns on some of the assembly and disassembly options.
HRESULT
IDebugControl3::AddAssemblyOptions(
IN ULONG Options
);
These methods can also return error values. See Return Values for more details.
AddAssemblyOptions 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.
RemoveAssemblyOptions, SetAssemblyOptions, GetAssemblyOptions, DEBUG_ASMOPT_XXX, Assemble, Disassemble, .asm (Change Disassembly Options)