ArcFM Responder Mobile Developer Guide
Register Method (IMMRegRef)






Syntax
'Declaration
 
Sub Register( _
   ByVal srcPath As System.String, _
   ByVal appName As System.String _
) 
'Usage
 
Dim instance As IMMRegRef
Dim srcPath As System.String
Dim appName As System.String
 
instance.Register(srcPath, appName)
void Register( 
   System.string srcPath,
   System.string appName
)
procedure Register( 
    srcPath: System.String;
    appName: System.String
); 
function Register( 
   srcPath : System.String,
   appName : System.String
);
void Register( 
   System.string* srcPath,
   System.string* appName
) 
void Register( 
   System.String^ srcPath,
   System.String^ appName
) 

Parameters

srcPath
appName
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

IMMRegRef Interface
IMMRegRef Members

Send Feedback