Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The OnSessionAccessible method is called by the engine to inform the EngExtCpp extension library when the debugging session becomes accessible.
Syntax
virtual void OnSessionAccessible(
[in] ULONG64 Argument
);
Parameters
- Argument [in]
Set to zero. (Reserved for future use).
Return value
This method does not return a value.
Remarks
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 is suspended and, if the session is already accessible, after the extension library is initialized (and OnSessionActive has been called).
Requirements
Target platform |
Desktop |
Header |
Engextcpp.hpp (include Engextcpp.hpp) |
See also