Home
last modified time | relevance | path

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

/reactos/dll/win32/mshtml/
H A Dprotocol.c28 } ProtocolFactory; typedef
37 ProtocolFactory *This = impl_from_IInternetProtocolInfo(iface); in InternetProtocolInfo_QueryInterface()
90 static inline ProtocolFactory *impl_from_IClassFactory(IClassFactory *iface) in impl_from_IClassFactory()
92 return CONTAINING_RECORD(iface, ProtocolFactory, IClassFactory_iface); in impl_from_IClassFactory()
97 ProtocolFactory *This = impl_from_IClassFactory(iface); in ClassFactory_QueryInterface()
103 ProtocolFactory *This = impl_from_IClassFactory(iface); in ClassFactory_AddRef()
109 ProtocolFactory *This = impl_from_IClassFactory(iface); in ClassFactory_Release()
496 static ProtocolFactory AboutProtocolFactory = {
950 static ProtocolFactory ResProtocolFactory = {
1033 static ProtocolFactory JSProtocolFactory = {
[all …]