SHSimpleIDListFromPath 函式 (shobjidl_core.h)
已取代。 傳回傳遞路徑時 ,ITEMIDLIST 結構的指標。
語法
PIDLIST_ABSOLUTE SHSimpleIDListFromPath(
[in] PCWSTR pszPath
);
參數
[in] pszPath
類型: PCWSTR
Null 終止字串的指標,其中包含要轉換成 PIDL 的路徑。
傳回值
類型: PIDLIST_ABSOLUTE
如果成功,則傳回 ITEMIDLIST 結構的指標,否則傳回 NULL 。
備註
在 Windows 7 之前,此函式是在 Shlobj.h 中宣告的。 在 Windows 7 和更新版本中,它會在 Shobjidl.h 中宣告。
注意 此函式可透過 Windows 7 和 Windows Server 2003 取得。 未來版本的 Windows 中可能不存在。
- 呼叫 SHGetDesktopFolder 以取得桌面資料夾的 IShellFolder 。
- 取得 IShellFolder 的系結內容 (IBindCtx) 。
- 使用 IBindCtx 和路徑呼叫 IShellFolder::P arseDisplayName。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 2000 專業版 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | shobjidl_core.h (包括 Shobjidl.h) |
程式庫 | Shell32.lib |
Dll | Shell32.dll (5.00 版或更新版本) |
API 集合 | ext-ms-win-shell32-l1-2-1 (於 Windows 10 10.0.10240 版) |