ArcFM Responder Mobile Developer Guide
Startup Method (IMMExtension)






Syntax
'Declaration
 
Sub Startup( _
   ByVal vInitData As System.Object _
) 
'Usage
 
Dim instance As IMMExtension
Dim vInitData As System.Object
 
instance.Startup(vInitData)
void Startup( 
   System.object vInitData
)
procedure Startup( 
    vInitData: System.TObject
); 
function Startup( 
   vInitData : System.Object
);
void Startup( 
   System.Object* vInitData
) 
void Startup( 
   System.Object^ vInitData
) 

Parameters

vInitData
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

IMMExtension Interface
IMMExtension Members

Send Feedback