Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/shlwapi/
H A Dordinal.c1505 } PropBag; typedef
1507 static inline PropBag *impl_from_IPropertyBag(IPropertyBag *iface) in impl_from_IPropertyBag()
1509 return CONTAINING_RECORD(iface, PropBag, IPropertyBag_iface); in impl_from_IPropertyBag()
1538 PropBag *iface = impl_from_IPropertyBag(This); in Prop_AddRef()
1545 PropBag *iface = impl_from_IPropertyBag(This); in Prop_Release()
1585 PropBag *pb; in test_SHPropertyBag_ReadLONG()
1590 pb = HeapAlloc(GetProcessHeap(),0,sizeof(PropBag)); in test_SHPropertyBag_ReadLONG()