IDebugEventContextCallbacks::ChangeSymbolState method (dbgeng.h)
The symbol state has changed.
This is an informational callback notifying the provider about changes in debug state. The return value of this callbacks is ignored. Implementations can't call back into the engine.
Refer to IDebugEventCallbacks::ChangeSymbolState for parameter description and additional information.
Syntax
HRESULT ChangeSymbolState(
ULONG Flags,
ULONG64 Argument
);
Parameters
Flags
Argument
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include dbgeng.h) |