Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/
H A Dshellutils.h473 HRESULT inline SHSetStrRet(LPSTRRET pStrRet, LPCSTR pstrValue) in SHSetStrRet() argument
475 pStrRet->uType = STRRET_CSTR; in SHSetStrRet()
476 strcpy(pStrRet->cStr, pstrValue); in SHSetStrRet()
480 HRESULT inline SHSetStrRet(LPSTRRET pStrRet, LPCWSTR pwstrValue) in SHSetStrRet() argument
487 pStrRet->uType = STRRET_WSTR; in SHSetStrRet()
488 pStrRet->pOleStr = buffer; in SHSetStrRet()
493 HRESULT inline SHSetStrRet(LPSTRRET pStrRet, HINSTANCE hInstance, DWORD resId) in SHSetStrRet() argument
500 return SHSetStrRet(pStrRet, Buffer); in SHSetStrRet()
/reactos/dll/win32/shell32/
H A Dshfldr.h164 HRESULT inline SHSetStrRet(LPSTRRET pStrRet, DWORD resId) in SHSetStrRet() argument
166 return SHSetStrRet(pStrRet, shell32_hInstance, resId); in SHSetStrRet()