ArcFM Responder Mobile Developer Guide
Initialize Method (IMMPxMobileConfig)






Syntax
'Declaration
 
Sub Initialize( _
   ByVal sExtensionName As System.String, _
   ByVal pPxApp As IMMPxApplication _
) 
'Usage
 
Dim instance As IMMPxMobileConfig
Dim sExtensionName As System.String
Dim pPxApp As IMMPxApplication
 
instance.Initialize(sExtensionName, pPxApp)
void Initialize( 
   System.string sExtensionName,
   IMMPxApplication pPxApp
)
procedure Initialize( 
    sExtensionName: System.String;
    pPxApp: IMMPxApplication
); 
function Initialize( 
   sExtensionName : System.String,
   pPxApp : IMMPxApplication
);
void Initialize( 
   System.string* sExtensionName,
   IMMPxApplication* pPxApp
) 
void Initialize( 
   System.String^ sExtensionName,
   IMMPxApplication^ pPxApp
) 

Parameters

sExtensionName
pPxApp
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

IMMPxMobileConfig Interface
IMMPxMobileConfig Members

Send Feedback