1#ifndef INC_GLONOTIFYNOTE_H
2#define INC_GLONOTIFYNOTE_H
47#if defined(_MSC_VER) || defined(__MINGW32__) || defined(__MINGW64__)
50#elif defined(__GNUC__)
51 #define INT_PTR intptr_t
52 #define SOCKET uintptr_t
For each library, here 'GlobalObjects' there is a type file.
An object ID consists of the class ID, a database ID and the actual unique object number (all unsigne...
Definition GloObjID.h:84
Definition GloAbstractBaseLot.h:49
unsigned long TdWatchNotifyMode
Definition GloTypes.h:558
const TdWatchNotifyMode WNM_NONE
Definition GloTypes.h:569
Object info of the WatchNotifyManager for the watching instance. See detailed description in the ma...
Definition GloNotifyNote.h:73
std::string m_strInfo
Definition GloNotifyNote.h:184
std::string m_strInfo2
Definition GloNotifyNote.h:195
ObjID m_ObjID
Definition GloNotifyNote.h:151
unsigned int m_uiCommunicatorID
Definition GloNotifyNote.h:121
TdWatchNotifyMode m_ulNotifyMode
Definition GloNotifyNote.h:85
std::string m_strClientName
Definition GloNotifyNote.h:132
unsigned int m_uiInfo
Definition GloNotifyNote.h:162
SOCKET m_nSocket
Definition GloNotifyNote.h:110
unsigned int m_uiInfo2
Definition GloNotifyNote.h:173
NUM_PTR m_ipCallBack
Definition GloNotifyNote.h:99
NotifyNote()
Definition GloNotifyNote.h:209