Condividi tramite


struttura WS_PARAMETER_DESCRIPTION (webservices.h)

Indice dei parametri nelle descrizioni dei campi messaggi in ingresso/in uscita.

Sintassi

typedef struct _WS_PARAMETER_DESCRIPTION {
  WS_PARAMETER_TYPE parameterType;
  USHORT            inputMessageIndex;
  USHORT            outputMessageIndex;
} WS_PARAMETER_DESCRIPTION;

Members

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.

Requisiti

   
Client minimo supportato Windows 7 [app desktop | App UWP]
Server minimo supportato Windows Server 2008 R2 [app desktop | App UWP]
Intestazione webservices.h