IWSDServiceProxyEventing::EndGetStatusForMultipleOperations method (wsdclient.h)

Completes an asynchronous operation that retrieves the current status for a collection of event subscriptions.

Syntax

HRESULT EndGetStatusForMultipleOperations(
  [in]  const WSD_OPERATION  *pOperations,
  [in]  DWORD                dwOperationCount,
  [in]  IWSDAsyncResult      *pResult,
  [out] WSD_EVENTING_EXPIRES **ppExpires,
  [out] WSDXML_ELEMENT       **ppAny
);

Parameters

[in] pOperations

Pointer to an array of references to WSD_OPERATION structures that specify the operation subscriptions to get status on.

[in] dwOperationCount

The number of elements in the array in pOperations.

[in] pResult

Pointer to an IWSDAsyncResult interface that represents the result of the requests upon completion.

[out] ppExpires

Pointer to a pointer to a WSD_EVENTING_EXPIRES structure that specfies the duration of the subscription. Upon completion, call WSDFreeLinkedMemory to free the memory. This parameter is optional.

[out] ppAny

Extensible data that the remote device can add to the subscription response. This allows services to provide additional customization of getstatu requests. When done, call WSDFreeLinkedMemory to free the memory. For details, see WSDXML_ELEMENT. This parameter is optional.

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

See also

IWSDServiceProxyEventing