Skip to content

Latest commit

 

History

History
82 lines (57 loc) · 2.62 KB

nf-engextcpp-extextension-onsessionaccessible.md

File metadata and controls

82 lines (57 loc) · 2.62 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:engextcpp.ExtExtension.OnSessionAccessible
ExtExtension::OnSessionAccessible (engextcpp.h)
The OnSessionAccessible method is called by the engine to inform the EngExtCpp extension library when the debugging session becomes accessible.
debugger\onsessionaccessible.htm
debugger
05/03/2018
ExtExtension::OnSessionAccessible
EngExtCpp_Ref_88df5a39-051b-4d84-840e-8caf5414a0e6.xml, ExtExtension class [Windows Debugging],OnSessionAccessible method, ExtExtension.OnSessionAccessible, ExtExtension::OnSessionAccessible, OnSessionAccessible, OnSessionAccessible method [Windows Debugging], OnSessionAccessible method [Windows Debugging],ExtExtension class, debugger.onsessionaccessible
engextcpp.hpp
Engextcpp.hpp
Desktop
Windows
ExtExtension::OnSessionAccessible
engextcpp/ExtExtension::OnSessionAccessible
APIRef
kbSyntax
COM
Engextcpp.hpp
ExtExtension::OnSessionAccessible

ExtExtension::OnSessionAccessible

-description

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

-parameters

-param Argument [in]

Set to zero. (Reserved for future use).

-returns

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).

-see-also

EXT_CLASS

ExtExtension

OnSessionActive

OnSessionInaccessible