ArcFM Responder Mobile Developer Guide
Cleanup Method (IMMPxApplicationEx2)






Syntax
'Declaration
 
Sub Cleanup( _
   ByRef sMsg As System.String, _
   ByRef Status As System.Integer _
) 
'Usage
 
Dim instance As IMMPxApplicationEx2
Dim sMsg As System.String
Dim Status As System.Integer
 
instance.Cleanup(sMsg, Status)
void Cleanup( 
   out System.string sMsg,
   out System.int Status
)
procedure Cleanup( 
   Out  sMsg: System.String;
   Out  Status: System.Integer
); 
function Cleanup( 
   sMsg : System.String,
   Status : System.int
);
void Cleanup( 
   [PARAMFLAG::Out] System.string* sMsg,
   [PARAMFLAG::Out] System.int Status
) 
void Cleanup( 
   [Out] System.String^ sMsg,
   [Out] System.int Status
) 

Parameters

sMsg
Status
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

IMMPxApplicationEx2 Interface
IMMPxApplicationEx2 Members

Send Feedback