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 index of the parameters in the incoming/outgoing messages field descriptions.
Syntax
typedef struct _WS_PARAMETER_DESCRIPTION {
WS_PARAMETER_TYPE parameterType;
USHORT inputMessageIndex;
USHORT outputMessageIndex;
} WS_PARAMETER_DESCRIPTION;
Members
parameterType
The type of the parameter.
inputMessageIndex
A value between 0 and MAX_SHORT - 1 that represents the index of the field in the input WS_MESSAGE. It is MAX_USHORT if it has not present in the input WS_MESSAGE.
outputMessageIndex
A value between 0 and MAX_SHORT - 1 that represents the index of the field in the output WS_MESSAGE. It is MAX_USHORT if it has not present in the output WS_MESSAGE.
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 |