หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Specifies the context for handling incoming messages.
Syntax
typedef struct _WSD_HANDLER_CONTEXT {
PWSD_SOAP_MESSAGE_HANDLER Handler;
void *PVoid;
IUnknown *Unknown;
} WSD_HANDLER_CONTEXT;
Members
Handler
PSWD_SOAP_MESSAGE_HANDLER function that specifies the incoming message handler.
PVoid
The value supplied by the pVoidContext parameter of the IWSDSession::AddPort, IWSDSession::RegisterForIncomingRequests, or IWSDSession::RegisterForIncomingResponse methods.
Unknown
The value supplied by the unknownContext parameter of the IWSDSession::AddPort, IWSDSession::RegisterForIncomingRequests, or IWSDSession::RegisterForIncomingResponse methods.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wsdtypes.h (include Wsdapi.h) |