IWSDEndpointProxy::GetErrorInfo 方法 (wsdclient.h)
擷取上次錯誤的相關信息。
語法
HRESULT GetErrorInfo(
[out] LPCWSTR *ppszErrorInfo
);
參數
[out] ppszErrorInfo
緩衝區的指標,其中包含上次記錄錯誤的數據。
傳回值
可能的傳回值包括,但不限於下列各項:
傳回碼 | 描述 |
---|---|
|
方法已順利完成。 |
|
ppszErrorInfo 為 NULL。 |
備註
注意當不再需要使用時,必須使用 WSDFreeLinkedMemory 發行 ppszErrorInfo 中傳回的錯誤資訊。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | wsdclient.h (包含 Wsdapi.h) |
Dll | Wsdapi.dll |