Debugging Tools for Windows

AddAssemblyOptions

The AddAssemblyOptions method turns on some of the assembly and disassembly options.

HRESULT
  IDebugControl3::AddAssemblyOptions(
    IN ULONG  Options
    );

Parameters

Options
Specifies the assembly and disassembly options to turn on. Options is a bit-set that will be combined with the existing engine options using the bitwise OR operator. For a description of the options, see DEBUG_ASMOPT_XXX.

Return Value

S_OK
The method was successful.

These methods can also return error values. See Return Values for more details.

Interface Version

AddAssemblyOptions 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

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

Build machine: CAPEBUILD