ArcFM Responder Mobile Developer Guide
Initialize Method (IMMPxMessageProcessor)






Syntax
'Declaration
 
Function Initialize( _
   ByVal pPxApplication As IMMPxApplication _
) As System.Boolean
'Usage
 
Dim instance As IMMPxMessageProcessor
Dim pPxApplication As IMMPxApplication
Dim value As System.Boolean
 
value = instance.Initialize(pPxApplication)
System.bool Initialize( 
   IMMPxApplication pPxApplication
)
function Initialize( 
    pPxApplication: IMMPxApplication
): System.Boolean; 
function Initialize( 
   pPxApplication : IMMPxApplication
) : System.boolean;
System.bool Initialize( 
   IMMPxApplication* pPxApplication
) 
System.bool Initialize( 
   IMMPxApplication^ pPxApplication
) 

Parameters

pPxApplication
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

IMMPxMessageProcessor Interface
IMMPxMessageProcessor Members

Send Feedback