Searched refs:DECLSPEC_NOVTABLE (Results 1 – 2 of 2) sorted by relevance
187 #define DECLARE_INTERFACE(iface) interface DECLSPEC_NOVTABLE iface188 #define DECLARE_INTERFACE_(iface,ibase) interface DECLSPEC_NOVTABLE iface : public ibase189 #define DECLARE_INTERFACE_IID_(iface, ibase, iid) interface DECLSPEC_UUID(iid) DECLSPEC_NOVTABLE if…
283 #ifndef DECLSPEC_NOVTABLE285 #define DECLSPEC_NOVTABLE __declspec(novtable) macro287 #define DECLSPEC_NOVTABLE macro