Поделиться через


CAsyncSocket::operator SOCKET

Use this operator to retrieve the SOCKET handle of the CAsyncSocket object.

operator SOCKET( ) const;

Возвращаемое значение

If successful, the handle of the SOCKET object; otherwise, NULL.

Заметки

You can use the handle to call Windows APIs directly.

Требования

Header: afxsock.h

См. также

Основные понятия

CAsyncSocket Class

CAsyncSocket Members

Hierarchy Chart