ISymUnmanagedDocument::GetURL 方法
更新:2007 年 11 月
傳回這份文件的統一資源定位器 (URL)。
HRESULT GetURL(
[in] ULONG32 cchUrl,
[out] ULONG32 *pcchUrl,
[out, size_is(cchUrl), length_is(*pcchUrl)] WCHAR szUrl[]);
參數
cchUrl
[in] szURL 緩衝區的大小 (以字元為單位)。pcchUrl
[out] 變數的指標,此變數會接收 URL 的大小 (包括 null 終止)。szUrl
[out] 包含 URL 的緩衝區。
傳回值
如果此方法成功則為 S_OK,否則便為錯誤碼。