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.

13 lines
368 B

  1. #ifndef _ENDSESN_H_
  2. #define _ENDSESN_H_
  3. #include <tchar.h>
  4. static const TCHAR NM_ENDSESSION_MSG_NAME[] = _TEXT("NetMeeting_EndSession");
  5. static const UINT g_cuEndSessionMsgTimeout = 0x7FFFFFFF; // milliseconds
  6. static const UINT g_cuEndSessionAbort = 0xF0F0;
  7. // used in conf.exe, defined in conf.cpp
  8. extern UINT g_uEndSessionMsg;
  9. #endif // _ENDSESN_H_