Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/wine/
H A Dpidl.h308 LPSTR _ILGetTextPointer (LPCITEMIDLIST) DECLSPEC_HIDDEN;
H A Dpidl.c1186 filename = _ILGetTextPointer(pidl); in SHGetDataFromIDListA()
1245 filename = _ILGetTextPointer(pidl); in SHGetDataFromIDListW()
1864 LPSTR pszDest = _ILGetTextPointer(pidlOut); in _ILCreateDrive()
2122 else if (( szSrc = _ILGetTextPointer(pidl) )) in _ILSimpleGetTextW()
2227 LPSTR _ILGetTextPointer(LPCITEMIDLIST pidl) in _ILGetTextPointer() function