Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cXObjEventSink.h File Reference

Go to the source code of this file.

Classes

class  GrayLib::cXObjEventSink
 

Namespaces

 GrayLib
 

Macros

#define cXObjEventSinkProp(a, b, c)   P_##a,
 

Typedefs

typedef cRefPtr< cXObjEventSink > GrayLib::cXObjEventSinkPtr
 

Enumerations

enum  GrayLib::EVENTPRI_TYPE {
  GrayLib::EVENTPRI_FIRST = 0 , GrayLib::EVENTPRI_HIGH = 32 , GrayLib::EVENTPRI_MEDIUM = 64 , GrayLib::EVENTPRI_LOW = 128 ,
  GrayLib::EVENTPRI_DEFAULT = 255
}
 
enum  GrayLib::EVENTRET_TYPE {
  GrayLib::EVENTRET_Failed = HRESULT_WIN32_C(ERROR_INVALID_FUNCTION) , GrayLib::EVENTRET_Handled = S_OK , GrayLib::EVENTRET_NotHandled = S_FALSE , GrayLib::EVENTRET_HandledNoDefault ,
  GrayLib::EVENTRET_HandledExclusive
}
 

Variables

class __DECL_IMPORT GrayLib::cXObjScript
 

Detailed Description

Macro Definition Documentation

◆ cXObjEventSinkProp

#define cXObjEventSinkProp (   a,
  b,
 
)    P_##a,