mirror of https://github.com/tongzx/nt5src
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
355 B
13 lines
355 B
#ifndef _ENDSESN_H_
|
|
#define _ENDSESN_H_
|
|
|
|
#include <tchar.h>
|
|
|
|
static const TCHAR NM_ENDSESSION_MSG_NAME[] = _TEXT("NetMeeting_EndSession");
|
|
static const UINT g_cuEndSessionMsgTimeout = 0x7FFFFFFF; // milliseconds
|
|
static const UINT g_cuEndSessionAbort = 0xF0F0;
|
|
|
|
// used in conf.exe, defined in conf.cpp
|
|
extern UINT g_uEndSessionMsg;
|
|
|
|
#endif // _ENDSESN_H_
|