CSocket::FromHandle
Restituisce un puntatore a un oggetto CSocket.
static CSocket* PASCAL FromHandle(
SOCKET hSocket
);
Parametri
- hSocket
Contiene l'handle a un socket.
Valore restituito
Un puntatore a un oggetto CSocket, o NULL se non esiste alcun oggetto CSocket associato a hSocket.
Note
Una volta forniti gli handle SOCKET, se un oggetto CSocket non è connesso all'handle, restituisce NULL di funzione membro e non crea un oggetto temporaneo.
Per ulteriori informazioni, vedere Windows Sockets: Utilizzo di socket con gli archivi.
Requisiti
Header: afxsock.h