Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an output symbol by using an inline context.
Syntax
HRESULT OutputSymbolByInlineContext(
[in] ULONG OutputControl,
[in] ULONG Flags,
[in] ULONG64 Offset,
[in] ULONG InlineContext
);
Parameters
[in] OutputControl
An output control.
[in] Flags
A bit-set that contains options that affect the behavior of this method.
[in] Offset
An offset.
[in] InlineContext
An inline context.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | dbgeng.h (include Dbgeng.h) |