Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dantimoniker.c40 IROTData IROTData_iface; member
52 return CONTAINING_RECORD(iface, AntiMonikerImpl, IROTData_iface); in impl_from_IROTData()
80 *ppvObject = &This->IROTData_iface; in AntiMonikerImpl_QueryInterface()
598 This->IROTData_iface.lpVtbl = &VT_ROTDataImpl; in AntiMonikerImpl_Construct()
H A Dclassmoniker.c44 IROTData IROTData_iface; member
57 return CONTAINING_RECORD(iface, ClassMoniker, IROTData_iface); in impl_from_IROTData()
85 *ppvObject = &This->IROTData_iface; in ClassMoniker_QueryInterface()
690 This->IROTData_iface.lpVtbl = &ROTDataVtbl; in ClassMoniker_Construct()
H A Ditemmoniker.c42 IROTData IROTData_iface; /* VTable relative to the IROTData interface.*/ member
56 return CONTAINING_RECORD(iface, ItemMonikerImpl, IROTData_iface); in impl_from_IROTData()
80 *ppvObject = &This->IROTData_iface; in ItemMonikerImpl_QueryInterface()
893 This->IROTData_iface.lpVtbl = &VT_ROTDataImpl; in ItemMonikerImpl_Construct()
H A Dfilemoniker.c44 IROTData IROTData_iface; member
57 return CONTAINING_RECORD(iface, FileMonikerImpl, IROTData_iface); in impl_from_IROTData()
90 *ppvObject = &This->IROTData_iface; in FileMonikerImpl_QueryInterface()
1357 This->IROTData_iface.lpVtbl = &VT_ROTDataImpl; in FileMonikerImpl_Construct()
H A Dcompositemoniker.c42 IROTData IROTData_iface; member
57 return CONTAINING_RECORD(iface, CompositeMonikerImpl, IROTData_iface); in impl_from_IROTData()
106 *ppvObject = &This->IROTData_iface; in CompositeMonikerImpl_QueryInterface()
1776 This->IROTData_iface.lpVtbl = &VT_ROTDataImpl; in CompositeMonikerImpl_Construct()