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