Skip to content

Latest commit

 

History

History
115 lines (77 loc) · 3.32 KB

nf-dbgeng-idebugcontrol3-addassemblyoptions.md

File metadata and controls

115 lines (77 loc) · 3.32 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:dbgeng.IDebugControl3.AddAssemblyOptions
IDebugControl3::AddAssemblyOptions (dbgeng.h)
The AddAssemblyOptions method turns on some of the assembly and disassembly options.
debugger\addassemblyoptions.htm
debugger
05/03/2018
IDebugControl3::AddAssemblyOptions
AddAssemblyOptions, AddAssemblyOptions method [Windows Debugging], AddAssemblyOptions method [Windows Debugging],IDebugControl3 interface, IDebugControl3 interface [Windows Debugging],AddAssemblyOptions method, IDebugControl3.AddAssemblyOptions, IDebugControl3::AddAssemblyOptions, IDebugControl_9cacf343-5c88-4a06-8f68-7c94b15419b8.xml, dbgeng/IDebugControl3::AddAssemblyOptions, debugger.addassemblyoptions
dbgeng.h
Dbgeng.h
Desktop
Windows
IDebugControl3::AddAssemblyOptions
dbgeng/IDebugControl3::AddAssemblyOptions
APIRef
kbSyntax
COM
Dbgeng.h
IDebugControl3::AddAssemblyOptions

IDebugControl3::AddAssemblyOptions

-description

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

-parameters

-param Options [in]

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.

-returns

Return code Description
S_OK
The method was successful.
 

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

-remarks

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

-see-also

.asm (Change Disassembly Options)

Assemble

DEBUG_ASMOPT_XXX

Disassemble

GetAssemblyOptions

IDebugControl3

RemoveAssemblyOptions

SetAssemblyOptions