mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
[PSDK] Add IDCANCEL and IDASYNC values (returned by MessageBoxTimeout() and WTSSendMessage() functions).
This commit is contained in:
@@ -836,6 +836,11 @@ extern "C" {
|
||||
#define IDTRYAGAIN 10
|
||||
#define IDCONTINUE 11
|
||||
#endif
|
||||
#if (WINVER >= 0x0501)
|
||||
#ifndef IDTIMEOUT
|
||||
#define IDTIMEOUT 32000
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define GWL_EXSTYLE (-20)
|
||||
#define GWL_STYLE (-16)
|
||||
|
||||
@@ -23,6 +23,16 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/*
|
||||
* pResponse values from WTSSendMessage(), in addition
|
||||
* to those from the standard MessageBox() API.
|
||||
*/
|
||||
#ifndef IDTIMEOUT
|
||||
#define IDTIMEOUT 32000
|
||||
#endif
|
||||
#ifndef IDASYNC
|
||||
#define IDASYNC 32001
|
||||
#endif
|
||||
|
||||
typedef enum _WTS_VIRTUAL_CLASS
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user