WS_ASYNC_OPERATION structure (webservices.h)

Used with the WsAsyncExecute to specify the next function to invoke in a series of async operations.

Syntax

typedef struct _WS_ASYNC_OPERATION {
  WS_ASYNC_FUNCTION function;
} WS_ASYNC_OPERATION;

Members

function

The asynchronous function to invoke.

Requirements

Requirement Value
Minimum supported client v.1.0
Header webservices.h