Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/****************************************************************************/ /* qidle.h */ /* */ /* QueryIdle utility header file */ /* */ /* Copyright (c) 1999 Microsoft Corporation */ /****************************************************************************/
/*
* Resource string IDs */ #define IDS_TITLE_TEXT 100
#define IDS_ERROROPENINGSERVER 101
#define IDS_USAGETEXT 102
#define IDS_WINSOCKNOINIT 103
#define IDS_UNKNOWNHOST 104
#define IDS_INETADDRERR 105
#define IDS_SOCKETERROR 106
#define IDS_CONNECTERROR 107
#define IDS_LOGGINGOFFIDLE 108
#define IDS_TERMCTRLC 109
#define IDS_TERMCTRLBREAK 110
#define IDS_TERMCLOSE 111
#define IDS_TERMLOGOFF 112
#define IDS_TERMSHUTDOWN 113
#define IDS_ROBOSRVCONNECTERROR 114
#define IDS_CANTDOCTRLC 115
#define IDS_IDLESESSIONLINE1 116
#define IDS_IDLESESSIONLINE2 117
#define IDS_DISCONNECTED 118
#define IDS_SUMMARY 119
|