Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Completes an asynchronous cancellation request for a subscription to a collection of notifications or solicit/response events.
Syntax
HRESULT EndUnsubscribeToMultipleOperations(
[in] const WSD_OPERATION *pOperations,
[in] DWORD dwOperationCount,
[out] IWSDAsyncResult *pResult
);
Parameters
[in] pOperations
Pointer to an array of references to WSD_OPERATION structures that specifies the operations from which to unsubscribe.
[in] dwOperationCount
The number of elements in the array in pOperations.
[out] pResult
Pointer to an IWSDAsyncResult interface that will represent the result of the requests upon completion.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Target Platform | Windows |
Header | wsdclient.h (include Wsdapi.h) |
DLL | Wsdapi.dll |