Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/qcap/
H A Daudiorecord.c41 IPersistPropertyBag IPersistPropertyBag_iface; member
63 return CONTAINING_RECORD(iface, AudioRecord, IPersistPropertyBag_iface); in impl_from_IPersistPropertyBag()
83 *ppv = &This->IPersistPropertyBag_iface; in Unknown_QueryInterface()
284 This->IPersistPropertyBag_iface.lpVtbl = &PersistPropertyBagVtbl; in QCAP_createAudioCaptureFilter()
H A Davico.c38 IPersistPropertyBag IPersistPropertyBag_iface; member
138 *ppv = &This->IPersistPropertyBag_iface; in AVICompressor_QueryInterface()
288 return CONTAINING_RECORD(iface, AVICompressor, IPersistPropertyBag_iface); in impl_from_IPersistPropertyBag()
716 compressor->IPersistPropertyBag_iface.lpVtbl = &PersistPropertyBagVtbl; in QCAP_createAVICompressor()
H A Dvfwcapture.c61 IPersistPropertyBag IPersistPropertyBag_iface; member
96 return CONTAINING_RECORD(iface, VfwCapture, IPersistPropertyBag_iface); in impl_from_IPersistPropertyBag()
123 *ret_iface = &This->IPersistPropertyBag_iface; in unknown_inner_QueryInterface()
233 pVfwCapture->IPersistPropertyBag_iface.lpVtbl = &IPersistPropertyBag_VTable; in QCAP_createVFWCaptureFilter()
/reactos/dll/win32/oleaut32/
H A Dolefont.c257 IPersistPropertyBag IPersistPropertyBag_iface; member
311 return CONTAINING_RECORD(iface, OLEFontImpl, IPersistPropertyBag_iface); in impl_from_IPersistPropertyBag()
492 *ppvObject = &this->IPersistPropertyBag_iface; in OLEFontImpl_QueryInterface()
2161 newObject->IPersistPropertyBag_iface.lpVtbl = &OLEFontImpl_IPersistPropertyBag_VTable; in OLEFontImpl_Construct()