Home
last modified time | relevance | path

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

/reactos/dll/win32/itss/
H A Dmoniker.c48 } ITS_IMonikerImpl; typedef
50 static inline ITS_IMonikerImpl *impl_from_IMoniker(IMoniker *iface) in impl_from_IMoniker()
52 return CONTAINING_RECORD(iface, ITS_IMonikerImpl, IMoniker_iface); in impl_from_IMoniker()
61 ITS_IMonikerImpl *This = impl_from_IMoniker(iface); in ITS_IMonikerImpl_QueryInterface()
78 ITS_IMonikerImpl *This = impl_from_IMoniker(iface); in ITS_IMonikerImpl_AddRef()
86 ITS_IMonikerImpl *This = impl_from_IMoniker(iface); in ITS_IMonikerImpl_Release()
102 ITS_IMonikerImpl *This = impl_from_IMoniker(iface); in ITS_IMonikerImpl_GetClassID()
161 ITS_IMonikerImpl *This = impl_from_IMoniker(iface); in ITS_IMonikerImpl_BindToStorage()
285 ITS_IMonikerImpl *This = impl_from_IMoniker(iface); in ITS_IMonikerImpl_GetDisplayName()
351 ITS_IMonikerImpl *itsmon; in ITS_IMoniker_create()
[all …]