Note

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

Access to this page requires authorization. You can try .

WS_CALL_PROPERTY structure (webservices.h)

Specifies a proxy property.

Syntax

typedef struct _WS_CALL_PROPERTY {
 WS_CALL_PROPERTY_ID id;
 void *value;
 ULONG valueSize;
} WS_CALL_PROPERTY;

Members

id

Identifies the WS_CALL_PROPERTY_ID.

value

Pointer to a buffer for the value of the property. The pointer must have an alignment compatible with the type of the property.

valueSize

The size of buffer in bytes.

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