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.
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 |