iWSDServiceMessaging::SendResponse 方法 (wsdhost.h)
傳送符合指定要求內容的回應消息。 這個方法應該只從產生的程式 代碼呼叫。
語法
HRESULT SendResponse(
[in] void *pBody,
[in] WSD_OPERATION *pOperation,
[in] IWSDMessageParameters *pMessageParameters
);
參數
[in] pBody
在回應消息中傳送之訊息本文的指標。
[in] pOperation
包含要傳送之回應類型的 WSD_OPERATION 結構的指標。
[in] pMessageParameters
IWSDMessageParameters 物件的指標,其中包含原始要求訊息中的訊息參數。
傳回值
可能的傳回值包括,但不限於下列各項。
傳回碼 | 描述 |
---|---|
|
方法成功。 |
|
pOperation 或 pMessageParameters 為 NULL。 |
|
無法完成方法。 |
|
記憶體不足,無法完成作業。 |
|
方法失敗。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | wsdhost.h (包含 Wsdapi.h) |
Dll | Wsdapi.dll |