We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcfcf7a commit 7bfd685Copy full SHA for 7bfd685
sdk/include/psdk/winuser.h
@@ -836,6 +836,11 @@ extern "C" {
836
#define IDTRYAGAIN 10
837
#define IDCONTINUE 11
838
#endif
839
+#if (WINVER >= 0x0501)
840
+#ifndef IDTIMEOUT
841
+#define IDTIMEOUT 32000
842
+#endif
843
844
845
#define GWL_EXSTYLE (-20)
846
#define GWL_STYLE (-16)
sdk/include/psdk/wtsapi32.h
@@ -23,6 +23,16 @@
23
extern "C" {
24
25
26
+/*
27
+ * pResponse values from WTSSendMessage(), in addition
28
+ * to those from the standard MessageBox() API.
29
+ */
30
31
32
33
+#ifndef IDASYNC
34
+#define IDASYNC 32001
35
36
37
typedef enum _WTS_VIRTUAL_CLASS
38
{
0 commit comments