|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
|
| Header File
| shlobj.h
| Unicode
| No
| Platform Notes
| None
|
|
|
SHGetPathFromIDList
[Now Supported on Windows NT]
Converts an item identifier list to a file system path.
WINSHELLAPI BOOL WINAPI SHGetPathFromIDList(
LPCITEMIDLIST pidl,
|
| LPSTR pszPath
|
| );
|
|
Parameters
pidl
Pointer to an item identifier list that specifies a file or directory location
relative to the root of the name space (the desktop).
pszPath
Pointer to a buffer that receives the file system path. The size of this
buffer is assumed to be MAX_PATH bytes.
Return Values
Returns TRUE if successful or FALSE if an error occurs for example, if the location specified by the pidl parameter is not part of the file system.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|