Searched refs:CMfcControlCtrl (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/extensions/test/ole/MfcControl/ |
| H A D | MfcControlCtl.cpp | 37 IMPLEMENT_DYNCREATE(CMfcControlCtrl, COleControl) 43 BEGIN_MESSAGE_MAP(CMfcControlCtrl, COleControl) 55 BEGIN_DISPATCH_MAP(CMfcControlCtrl, COleControl) 57 DISP_FUNCTION(CMfcControlCtrl, "inShort", inShort, VT_I2, VTS_I2) 58 DISP_FUNCTION(CMfcControlCtrl, "inLong", inLong, VT_I4, VTS_I4) 59 DISP_FUNCTION(CMfcControlCtrl, "inString", inString, VT_BSTR, VTS_PBSTR) 60 DISP_FUNCTION(CMfcControlCtrl, "inFloat", inFloat, VT_R4, VTS_R4) 61 DISP_FUNCTION(CMfcControlCtrl, "inDouble", inDouble, VT_R8, VTS_R8) 62 DISP_FUNCTION(CMfcControlCtrl, "inVariant", inVariant, VT_VARIANT, VTS_VARIANT) 63 DISP_FUNCTION(CMfcControlCtrl, "inObject", inObject, VT_DISPATCH, VTS_DISPATCH) [all …]
|
| H A D | MfcControlCtl.h | 34 class CMfcControlCtrl : public COleControl 36 DECLARE_DYNCREATE(CMfcControlCtrl) 40 CMfcControlCtrl(); 53 ~CMfcControlCtrl(); 55 DECLARE_OLECREATE_EX(CMfcControlCtrl) // Class factory and guid 56 DECLARE_OLETYPELIB(CMfcControlCtrl) // GetTypeInfo 57 DECLARE_PROPPAGEIDS(CMfcControlCtrl) // Property page IDs 58 DECLARE_OLECTLTYPE(CMfcControlCtrl) // Type name and misc status
|
| H A D | MfcControl.odl | 19 // Primary dispatch interface for CMfcControlCtrl 28 //{{AFX_ODL_PROP(CMfcControlCtrl) 34 //{{AFX_ODL_METHOD(CMfcControlCtrl) 52 // Event dispatch interface for CMfcControlCtrl 64 //{{AFX_ODL_EVENT(CMfcControlCtrl) 68 // Class information for CMfcControlCtrl
|