Condividi tramite


Funzione WebSocketCreateServerHandle (websocket.h)

La funzione WebSocketCreateServerHandle crea un handle di sessione WebSocket sul lato server.

Sintassi

HRESULT WebSocketCreateServerHandle(
  [in]  const PWEB_SOCKET_PROPERTY pProperties,
  [in]  ULONG                      ulPropertyCount,
  [out] WEB_SOCKET_HANDLE          *phWebSocket
);

Parametri

[in] pProperties

Tipo: const PWEB_SOCKET_PROPERTY

Puntatore a una matrice di strutture WEB_SOCKET_PROPERTY che contengono proprietà correlate alla sessione WebSocket.

[in] ulPropertyCount

Tipo: ULONG

Numero di proprietà in pProperties.

[out] phWebSocket

Tipo: WEB_SOCKET_HANDLE*

In caso di output riuscito, puntatore a un handle di sessione WebSocket sul lato server appena allocato.

Valore restituito

Tipo: HRESULT

Se la funzione ha esito positivo, restituisce S_OK.

Se la funzione ha esito negativo, restituisce un codice di errore di sistema definito in WinError.h.

Requisiti

Requisito Valore
Client minimo supportato Windows 8 [solo app desktop]
Server minimo supportato Windows Server 2012 [solo app desktop]
Piattaforma di destinazione Windows
Intestazione websocket.h
Libreria Websocket.lib
DLL Websocket.dll

Vedi anche

WEB_SOCKET_PROPERTY

WebSocketAbortHandle

WebSocketCreateClientHandle

WebSocketDeleteHandle