Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h166 HRESULT WINAPI SHPropertyBag_ReadPOINTS(IPropertyBag *ppb, LPCWSTR pszPropName, POINTS *ppts);
/reactos/modules/rostests/apitests/shlwapi/
H A DSHPropertyBag.cpp208 hr = SHPropertyBag_ReadPOINTS(&dummy, L"POINTS1", &pts); in SHPropertyBag_ReadTest()
/reactos/dll/win32/shlwapi/
H A Dshlwapi.spec525 525 stdcall -noname SHPropertyBag_ReadPOINTS(ptr wstr ptr)
H A Dordinal.c5762 HRESULT WINAPI SHPropertyBag_ReadPOINTS(IPropertyBag *ppb, LPCWSTR pszPropName, POINTS *ppts) in SHPropertyBag_ReadPOINTS() function