IUITechnologyManager.StartSession(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Performs any initialization that is required by this technology manager to start a session.
public:
void StartSession(bool recordingSession);
[System.Runtime.InteropServices.DispId(2)]
public void StartSession (bool recordingSession);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member StartSession : bool -> unit
Public Sub StartSession (recordingSession As Boolean)
Parameters
- recordingSession
- Boolean
true if this is a recording session; false for any other kind of session, such as playback.
- Attributes