Searched refs:CM_InfoType (Results 1 – 3 of 3) sorted by relevance
42 typedef sal_uInt16 CM_InfoType; typedef44 #define CM_NO_TEXT ( (CM_InfoType) 01 )45 #define CM_SHORT_TEXT ( (CM_InfoType) 02 )46 #define CM_VERBOSE_TEXT ( (CM_InfoType) 03 )48 #define CM_OPEN ( (CM_InfoType) 0x0004 )49 #define CM_CLOSE ( (CM_InfoType) 0x0008 )50 #define CM_RECEIVE ( (CM_InfoType) 0x0010 )51 #define CM_SEND ( (CM_InfoType) 0x0020 )52 #define CM_ERROR ( (CM_InfoType) 0x0040 )53 #define CM_MISC ( (CM_InfoType) 0x0080 )[all …]
150 CM_InfoType GetInfoType(){ return pMyServer->GetInfoType(); } in GetInfoType()
79 CM_InfoType CommunicationLink::GetInfoType() in GetInfoType()