Searched refs:pStrRet (Results 1 – 2 of 2) sorted by relevance
473 HRESULT inline SHSetStrRet(LPSTRRET pStrRet, LPCSTR pstrValue) in SHSetStrRet() argument475 pStrRet->uType = STRRET_CSTR; in SHSetStrRet()476 strcpy(pStrRet->cStr, pstrValue); in SHSetStrRet()480 HRESULT inline SHSetStrRet(LPSTRRET pStrRet, LPCWSTR pwstrValue) in SHSetStrRet() argument487 pStrRet->uType = STRRET_WSTR; in SHSetStrRet()488 pStrRet->pOleStr = buffer; in SHSetStrRet()493 HRESULT inline SHSetStrRet(LPSTRRET pStrRet, HINSTANCE hInstance, DWORD resId) in SHSetStrRet() argument500 return SHSetStrRet(pStrRet, Buffer); in SHSetStrRet()
164 HRESULT inline SHSetStrRet(LPSTRRET pStrRet, DWORD resId) in SHSetStrRet() argument166 return SHSetStrRet(pStrRet, shell32_hInstance, resId); in SHSetStrRet()