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.
Identifica il tipo di protocollo supportato da una porta.
Sintassi
typedef enum _WSD_PROTOCOL_TYPE {
WSD_PT_NONE = 0x00,
WSD_PT_UDP = 0x01,
WSD_PT_HTTP = 0x02,
WSD_PT_HTTPS = 0x04,
WSD_PT_ALL = 0xff
} WSD_PROTOCOL_TYPE;
Costanti
WSD_PT_NONEValore: 0x00 Nessun protocollo supportato. |
WSD_PT_UDPValore: 0x01 Il protocollo UDP è supportato. |
WSD_PT_HTTPValore: 0x02 Il protocollo HTTP è supportato. |
WSD_PT_HTTPSValore: 0x04 Il protocollo HTTPS è supportato. |
WSD_PT_ALLValore: 0xff Sono supportati i protocolli UDP, HTTP e HTTPS. |
Requisiti
| Client minimo supportato | Windows Vista [solo app desktop] |
| Server minimo supportato | Windows Server 2008 [solo app desktop] |
| Intestazione | wsdtypes.h (include Wsdapi.h) |