Debugging Tools for Windows |
The GetAssemblyOptions method returns the assembly and disassembly options that affect how the debugger engine assembles and disassembles processor instructions for the target.
HRESULT
IDebugControl3::GetAssemblyOptions(
OUT PULONG Options
);
This method can also return error values. See Return Values for more details.
GetAssemblyOptions 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.
SetAssemblyOptions, AddAssemblyOptions, RemoveAssemblyOptions, DEBUG_ASMOPT_XXX, Assemble, Disassemble, .asm (Change Disassembly Options)