Home
last modified time | relevance | path

Searched refs:DECLSPEC_NOVTABLE (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/psdk/
H A Dobjbase.h187 #define DECLARE_INTERFACE(iface) interface DECLSPEC_NOVTABLE iface
188 #define DECLARE_INTERFACE_(iface,ibase) interface DECLSPEC_NOVTABLE iface : public ibase
189 #define DECLARE_INTERFACE_IID_(iface, ibase, iid) interface DECLSPEC_UUID(iid) DECLSPEC_NOVTABLE if…
/reactos/sdk/include/xdk/
H A Dntbasedef.h283 #ifndef DECLSPEC_NOVTABLE
285 #define DECLSPEC_NOVTABLE __declspec(novtable) macro
287 #define DECLSPEC_NOVTABLE macro