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.
The different parameter types.
Syntax
typedef enum {
WS_PARAMETER_TYPE_NORMAL = 0,
WS_PARAMETER_TYPE_ARRAY = 1,
WS_PARAMETER_TYPE_ARRAY_COUNT = 2,
WS_PARAMETER_TYPE_MESSAGES = 3
} WS_PARAMETER_TYPE;
Constants
WS_PARAMETER_TYPE_NORMALValue: 0 Not an array type. |
WS_PARAMETER_TYPE_ARRAYValue: 1 An array type. |
WS_PARAMETER_TYPE_ARRAY_COUNTValue: 2 The array count. |
WS_PARAMETER_TYPE_MESSAGESValue: 3 Parameter is a WSDL message element. |
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 |