Miner.Interop.Process Namespace > IMMSession Interface : Initialize Method |
'Declaration
Function Initialize( _ ByVal pPxApp As IMMPxApplication, _ ByRef lSessionID As System.Integer, _ ByRef bCreateNew As System.Boolean _ ) As System.Boolean
'Usage
Dim instance As IMMSession Dim pPxApp As IMMPxApplication Dim lSessionID As System.Integer Dim bCreateNew As System.Boolean Dim value As System.Boolean value = instance.Initialize(pPxApp, lSessionID, bCreateNew)
System.bool Initialize( IMMPxApplication pPxApp, out System.int lSessionID, out System.bool bCreateNew )
function Initialize( pPxApp: IMMPxApplication; Out lSessionID: System.Integer; Out bCreateNew: System.Boolean ): System.Boolean;
function Initialize( pPxApp : IMMPxApplication, lSessionID : System.int, bCreateNew : System.boolean ) : System.boolean;
System.bool Initialize( IMMPxApplication* pPxApp, [PARAMFLAG::Out] System.int lSessionID, [PARAMFLAG::Out] System.bool bCreateNew )
System.bool Initialize( IMMPxApplication^ pPxApp, [Out] System.int lSessionID, [Out] System.bool bCreateNew )
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