Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WS_ASYNC_STATE structure (webservices.h)

Used by WsAsyncExecute to manage the state of an asynchronous operation.

Syntax

typedef struct _WS_ASYNC_STATE {
 void *internal0;
 void *internal1;
 void *internal2;
 void *internal3;
 void *internal4;
} WS_ASYNC_STATE;

Members

internal0

This field is internal and should not be modified.

internal1

This field is internal and should not be modified.

internal2

This field is internal and should not be modified.

internal3

This field is internal and should not be modified.

internal4

This field is internal and should not be modified.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2 [desktop apps | UWP apps]
Header webservices.h

Feedback

Was this page helpful?

Additional resources