ArcFM Responder Mobile Developer Guide
Startup Method (IMMPxApplicationEx3)






Syntax
'Declaration
 
Sub Startup( _
   ByVal pPxLogin As IMMPxLogin, _
   ByVal ppEnumExtNames As IMMEnumExtensionNames, _
   ByRef sAccessUserName As System.String _
) 
'Usage
 
Dim instance As IMMPxApplicationEx3
Dim pPxLogin As IMMPxLogin
Dim ppEnumExtNames As IMMEnumExtensionNames
Dim sAccessUserName As System.String
 
instance.Startup(pPxLogin, ppEnumExtNames, sAccessUserName)
procedure Startup( 
    pPxLogin: IMMPxLogin;
    ppEnumExtNames: IMMEnumExtensionNames;
   var  sAccessUserName: System.String
); 
function Startup( 
   pPxLogin : IMMPxLogin,
   ppEnumExtNames : IMMEnumExtensionNames,
   sAccessUserName : System.String
);

Parameters

pPxLogin
ppEnumExtNames
sAccessUserName
Requirements

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

See Also

Reference

IMMPxApplicationEx3 Interface
IMMPxApplicationEx3 Members

Send Feedback