ScreenUPG
onStatusReceived Method



Type of status event received.
Specific to status event. null if no details are present.
Event generated when a status message is received from connection tool.
Syntax
'Declaration
 
<DispIdAttribute(6)> 
Sub onStatusReceived( _ 
   ByVal status As Short, _ 
   ByRef details As String _ 
) 
'Usage
 
Dim instance As IScreenListenerEx 
Dim status As Short 
Dim details As String 
  
instance.onStatusReceived(status, details)
[DispIdAttribute(6)] 
void onStatusReceived( 
   short status,
   ref string details 
)
[DispIdAttribute(6)] 
void onStatusReceived( 
   short status,
   String^% details 
) 

Parameters

status
Type of status event received.
details
Specific to status event. null if no details are present.
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

IScreenListenerEx Interface
IScreenListenerEx Members