win32ts.WTSSendMessage
int = WTSSendMessage(Server, SessionId
, Title
, Message
, Style
, Timeout
, Wait
)
Sends a popup message to a terminal services session
Parameters
Server=WTS_CURRENT_SERVER_HANDLE : PyHANDLE
Handle to a terminal server, or
WTS_CURRENT_SERVER_HANDLE
SessionId : int
Terminal services session idTitle : PyUnicode
Title of dialogMessage : PyUnicode
Message to be displayedStyle : int
Usually MB_OKTimeout : int
Seconds to wait before returning (only used if Wait is True)Wait : boolean
Specifies if function should wait for user input before returningReturn Value
Returns one of IDABORT,IDCANCEL,IDIGNORE,IDNO,IDOK,IDRETRY,IDYES,IDASYNC,IDTIMEOUT,