Miner.Interop.Process Namespace > IMMSessionManager Interface : GetSession Method |
'Declaration
Function GetSession( _ ByRef lSessionID As System.Integer, _ ByRef bReadOnly As System.Boolean _ ) As IMMSession
'Usage
Dim instance As IMMSessionManager Dim lSessionID As System.Integer Dim bReadOnly As System.Boolean Dim value As IMMSession value = instance.GetSession(lSessionID, bReadOnly)
IMMSession GetSession( out System.int lSessionID, out System.bool bReadOnly )
function GetSession( Out lSessionID: System.Integer; Out bReadOnly: System.Boolean ): IMMSession;
function GetSession( lSessionID : System.int, bReadOnly : System.boolean ) : IMMSession;
IMMSession* GetSession( [PARAMFLAG::Out] System.int lSessionID, [PARAMFLAG::Out] System.bool bReadOnly )
IMMSession^ GetSession( [Out] System.int lSessionID, [Out] System.bool bReadOnly )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2