Debugging Tools for Windows

OnSessionInaccessible

The OnSessionInaccessible method is called by the engine to inform the EngExtCpp extension library when the debugging session becomes inaccessible.

virtual void
  OnSessionInaccessible(
    IN ULONG64  Argument
    )

Parameters

Argument
Set to zero. (Reserved for future use).

Return Value

None

Comments

If this method is defined in the extension library class EXT_CLASS, it can be used to allow the extension library to cache information about the session without the need to register event callbacks.

This method is called when a target starts executing.

Requirements

Headers: Defined in Engextcpp.hpp. Include Engextcpp.hpp.

See Also

EXT_CLASS, OnSessionAccessible

Build machine: CAPEBUILD