Searched defs:ppb (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 5497 SHPropertyBag_ReadType(IPropertyBag *ppb, LPCWSTR pszPropName, VARIANTARG *pvarg, VARTYPE vt) in SHPropertyBag_ReadType() 5520 HRESULT WINAPI SHPropertyBag_ReadBOOL(IPropertyBag *ppb, LPCWSTR pszPropName, BOOL *pbValue) in SHPropertyBag_ReadBOOL() 5545 BOOL WINAPI SHPropertyBag_ReadBOOLOld(IPropertyBag *ppb, LPCWSTR pszPropName, BOOL bDefValue) in SHPropertyBag_ReadBOOLOld() 5601 HRESULT WINAPI SHPropertyBag_ReadLONG(IPropertyBag *ppb, LPCWSTR pszPropName, LPLONG pValue) in SHPropertyBag_ReadLONG() 5668 HRESULT WINAPI SHPropertyBag_ReadBSTR(IPropertyBag *ppb, LPCWSTR pszPropName, BSTR *pbstr) in SHPropertyBag_ReadBSTR() 5722 HRESULT WINAPI SHPropertyBag_ReadPOINTL(IPropertyBag *ppb, LPCWSTR pszPropName, POINTL *pptl) in SHPropertyBag_ReadPOINTL() 5789 HRESULT WINAPI SHPropertyBag_ReadRECTL(IPropertyBag *ppb, LPCWSTR pszPropName, RECTL *prcl) in SHPropertyBag_ReadRECTL() 5839 HRESULT WINAPI SHPropertyBag_ReadGUID(IPropertyBag *ppb, LPCWSTR pszPropName, GUID *pguid) in SHPropertyBag_ReadGUID() 5911 HRESULT WINAPI SHPropertyBag_Delete(IPropertyBag *ppb, LPCWSTR pszPropName) in SHPropertyBag_Delete() 5932 HRESULT WINAPI SHPropertyBag_WriteBOOL(IPropertyBag *ppb, LPCWSTR pszPropName, BOOL bValue) in SHPropertyBag_WriteBOOL() [all …]
|
/reactos/modules/rostests/winetests/quartz/ |
H A D | dsoundrender.c | 124 IPersistPropertyBag *ppb = NULL; in test_query_interface() local
|
/reactos/ntoskrnl/ob/ |
H A D | obsdcach.c | 83 PUCHAR pb, ppb; in ObpHash() local
|
/reactos/dll/win32/mmdevapi/ |
H A D | devenum.c | 612 IPersistPropertyBag *ppb; in MMDevice_Activate() local
|