Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h159 HRESULT WINAPI SHPropertyBag_ReadSHORT(IPropertyBag *ppb, LPCWSTR pszPropName, SHORT *psValue);
/reactos/dll/win32/shlwapi/
H A Dordinal.c5564 HRESULT WINAPI SHPropertyBag_ReadSHORT(IPropertyBag *ppb, LPCWSTR pszPropName, SHORT *psValue) in SHPropertyBag_ReadSHORT() argument
5569 TRACE("%p %s %p\n", ppb, debugstr_w(pszPropName), psValue); in SHPropertyBag_ReadSHORT()
5571 if (!ppb || !pszPropName || !psValue) in SHPropertyBag_ReadSHORT()
5573 ERR("%p %s %p\n", ppb, debugstr_w(pszPropName), psValue); in SHPropertyBag_ReadSHORT()
5579 *psValue = V_UI2(&varg); in SHPropertyBag_ReadSHORT()