Searched defs:baseiface (Results 1 – 4 of 4) sorted by relevance
/third_party/mingw-w64/mingw-w64-headers/include/ |
D | combaseapi.h | 61 #define DECLARE_INTERFACE_(iface, baseiface) interface DECLSPEC_NOVTABLE iface : public baseiface argument 63 #define DECLARE_INTERFACE_IID_(iface, baseiface, iid) interface DECLSPEC_UUID (iid) DECLSPEC_NOVTAB… argument 116 #define DECLARE_INTERFACE_(iface, baseiface) DECLARE_INTERFACE (iface) argument 118 #define DECLARE_INTERFACE_IID_(iface, baseiface, iid) DECLARE_INTERFACE_ (iface, baseiface) argument
|
D | basetyps.h | 56 #define DECLARE_INTERFACE_(iface, baseiface) interface DECLSPEC_NOVTABLE iface : public baseiface argument 77 #define DECLARE_INTERFACE_(iface, baseiface) DECLARE_INTERFACE (iface) argument
|
D | mapidefs.h | 432 #define DECLARE_MAPI_INTERFACE_(iface,baseiface) DECLARE_MAPI_INTERFACE(iface) argument 436 #define DECLARE_MAPI_INTERFACE_(iface,baseiface) DECLARE_INTERFACE_(iface,baseiface) argument
|
D | wabdefs.h | 429 #define DECLARE_MAPI_INTERFACE_(iface,baseiface) DECLARE_MAPI_INTERFACE(iface) argument 433 #define DECLARE_MAPI_INTERFACE_(iface,baseiface) DECLARE_INTERFACE_(iface,baseiface) argument
|