IDebugControl3::GetAssemblyOptions method (dbgeng.h)
The GetAssemblyOptions method returns the assembly and disassembly options that affect how the debugger engine assembles and disassembles processor instructions for the target.
Syntax
HRESULT GetAssemblyOptions(
[out] PULONG Options
);
Parameters
[out] Options
Receives a bit-set that contains the assembly and disassembly options. For a description of these options, see DEBUG_ASMOPT_XXX.
Return value
This method can also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For more information about using assembly with the debugger engine API, see Assembling and Disassembling Instructions.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |