IShellLinkA::GetIconLocation 方法 (shobjidl_core.h)
取得殼層連結物件的圖示位置 (路徑和索引) 。
語法
HRESULT GetIconLocation(
LPSTR pszIconPath,
int cch,
int *piIcon
);
參數
pszIconPath
類型: LPTSTR
接收包含圖示之檔案路徑的緩衝區位址。
cch
類型: int
要複製到 pszIconPath 參數所指向緩衝區的最大字元數。
piIcon
類型: int*
接收圖示索引之值的位址。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限桌面應用程式] |
目標平台 | Windows |
標頭 | shobjidl_core.h |
Dll | Shell32.dll (4.0 版或更新版本) |