OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRRET
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shtypes.h
97
}
STRRET
;
100
typedef
STRRET
*LPSTRRET;
106
STRRET
str;
shlwapi.h
115
LWSTDAPI StrRetToStrA(
STRRET
*pstr,LPCITEMIDLIST pidl,LPSTR *ppsz);
116
LWSTDAPI StrRetToStrW(
STRRET
*pstr,LPCITEMIDLIST pidl,LPWSTR *ppsz);
117
LWSTDAPI StrRetToBufA(
STRRET
*pstr,LPCITEMIDLIST pidl,LPSTR pszBuf,UINT cchBuf);
118
LWSTDAPI StrRetToBufW(
STRRET
*pstr,LPCITEMIDLIST pidl,LPWSTR pszBuf,UINT cchBuf);
119
LWSTDAPI StrRetToBSTR(
STRRET
*pstr,LPCITEMIDLIST pidl,BSTR *pbstr);
[
all
...]
shlobj.h
[
all
...]
shobjidl.h
939
virtual HRESULT WINAPI GetDisplayNameOf(LPCITEMIDLIST pidl,SHGDNF uFlags,
STRRET
*pName) = 0;
956
HRESULT (WINAPI *GetDisplayNameOf)(IShellFolder *This,LPCITEMIDLIST pidl,SHGDNF uFlags,
STRRET
*pName);
[
all
...]
Completed in 98 milliseconds