NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MessageBox.ServiceNotification

Specifies that the message box is displayed on the active desktop. This field is constant.

[Visual Basic]
Public Const ServiceNotification As Integer
[C#]
public const int ServiceNotification;
[C++]
public: const int ServiceNotification;
[JScript]
public var ServiceNotification : int;

Remarks

The caller is a service notifying the user of an event. The function displays a message box on the current active desktop, even if there is no user logged on to the computer.

Terminal Services: If the calling thread has an impersonation token, the function directs the message box to the session specified in the impersonation token.

See Also

MessageBox Class | MessageBox Members | System.WinForms Namespace