ArcFM Responder Mobile Developer Guide
Prompt Method (IMMInfoLog)






Syntax
'Declaration
 
Sub Prompt( _
   ByVal bstrCustomMessage As System.String _
) 
'Usage
 
Dim instance As IMMInfoLog
Dim bstrCustomMessage As System.String
 
instance.Prompt(bstrCustomMessage)
void Prompt( 
   System.string bstrCustomMessage
)
procedure Prompt( 
    bstrCustomMessage: System.String
); 
function Prompt( 
   bstrCustomMessage : System.String
);
void Prompt( 
   System.string* bstrCustomMessage
) 
void Prompt( 
   System.String^ bstrCustomMessage
) 

Parameters

bstrCustomMessage
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

IMMInfoLog Interface
IMMInfoLog Members

Send Feedback