Debugging Tools for Windows

RemoveAssemblyOptions

The RemoveAssemblyOptions method turns off some of the assembly and disassembly options.

HRESULT
  IDebugControl3::RemoveAssemblyOptions(
    IN ULONG  Options
    );

Parameters

Options
Specifies the assembly and disassembly options to turn off. Options is a bit-set; the new value of the engine's options will equal the bitwise NOT of Options combined with the old value by using the bitwise AND operator (

). For a description of the assembly and disassembly options, see DEBUG_ASMOPT_XXX.

Return Value

S_OK
The method was successful.

This method can also return error values. See Return Values for more details.

Interface Version

RemoveAssemblyOptions is available in IDebugControl3 and later versions.

Comments

For more information about using assembly with the debugger engine API, see Assembling and Disassembling Instructions.

Requirements

Headers: Defined in Dbgeng.h. Include Dbgeng.h.

See Also

AddAssemblyOptions, SetAssemblyOptions, GetAssemblyOptions, DEBUG_ASMOPT_XXX, Assemble, Disassemble, .asm (Change Disassembly Options)

Build machine: CAPEBUILD