Click or drag to resize
Xcalibur Systems LLC Logo

MessageResponseType Enumeration

Return value of the MessageBox.

MessageBox function


Namespace: Xcalibur.NativeMethods.V2.TerminalServices
Assembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax
[FlagsAttribute]
public enum MessageResponseType
Members
Member nameValueDescription
Okay1 The OK button was selected.
Cancel2 The Cancel button was selected.
Abort3 The Cancel button was selected.
Retry4 The Retry button was selected.
Ignore5 The Retry button was selected.
Yes6 
No7 The No button was selected.
TryAgain10 The Try Again button was selected.
Continue11 The Continue button was selected.
Timeout32,000 The wait parameter was TRUE and the time-out interval elapsed.
Async32,001 The wait parameter was FALSE, so the function returned without waiting for a response.
See Also