PathGetShortPath 函式 (shlobj_core.h)
[PathGetShortPath 可用於需求一節中指定的作業系統。 後續版本可能會變更或無法使用。]
擷取指定輸入路徑的簡短路徑形式。
語法
void PathGetShortPath(
[in, out] PWSTR pszLongPath
);
參數
[in, out] pszLongPath
類型: PWSTR
以 Null 結尾的 Unicode 字串指標,其中包含長路徑。 函式傳回時,它會包含相等的簡短路徑。
傳回值
無
規格需求
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2003 [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | shlobj_core.h (包含 Shlobj.h) |
程式庫 | Shell32.lib |
Dll | Shell32.dll (5.0 版或更新版本) |