Eventi
Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Indice dei parametri nelle descrizioni dei campi messaggi in ingresso/in uscita.
typedef struct _WS_PARAMETER_DESCRIPTION {
WS_PARAMETER_TYPE parameterType;
USHORT inputMessageIndex;
USHORT outputMessageIndex;
} WS_PARAMETER_DESCRIPTION;
parameterType
Tipo del parametro.
inputMessageIndex
Valore compreso tra 0 e MAX_SHORT - 1 che rappresenta l'indice del campo nel WS_MESSAGE di input. È MAX_USHORT se non è presente nella WS_MESSAGE di input.
outputMessageIndex
Valore compreso tra 0 e MAX_SHORT - 1 che rappresenta l'indice del campo nell'output WS_MESSAGE. È MAX_USHORT se non è presente nel WS_MESSAGE di output.
Client minimo supportato | Windows 7 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2008 R2 [app desktop | App UWP] |
Intestazione | webservices.h |