Home
last modified time | relevance | path

Searched defs:unk_impl (Results 1 – 6 of 6) sorted by relevance

/reactos/modules/rostests/winetests/avifil32/
H A Dapi.c544 struct unk_impl { struct
550 static inline struct unk_impl *impl_from_IUnknown(IUnknown *iface) in impl_from_IUnknown() argument
/reactos/modules/rostests/winetests/qedit/
H A Dmediadet.c34 struct unk_impl { struct
40 static inline struct unk_impl *impl_from_IUnknown(IUnknown *iface) in impl_from_IUnknown() argument
/reactos/modules/rostests/winetests/ole32/
H A Dpropvariant.c306 struct unk_impl struct
312 static inline struct unk_impl *impl_from_IUnknown(IUnknown *iface) in impl_from_IUnknown() argument
/reactos/modules/rostests/winetests/riched20/
H A Dtxtsrv.c789 struct unk_impl { struct
795 static inline struct unk_impl *impl_from_IUnknown(IUnknown *iface) in impl_from_IUnknown() argument
/reactos/dll/win32/mshtml/
H A Dmshtml_private.h570 IUnknown *unk_impl; member
H A Dhtmldoc.c4356 static void init_doc(HTMLDocument *doc, IUnknown *unk_impl, IDispatchEx *dispex) in init_doc()