OpenVPN
Data Fields
sockethandle_t Struct Reference

#include <socket.h>

Data Fields

union {
   SOCKET   s
 
   HANDLE   h
 
}; 
 
bool is_handle
 

Detailed Description

Definition at line 267 of file socket.h.

Field Documentation

◆ @16

union { ... }

◆ h

HANDLE sockethandle_t::h

Definition at line 270 of file socket.h.

Referenced by SocketHandleGetOverlappedResult().

◆ is_handle

bool sockethandle_t::is_handle

◆ s

SOCKET sockethandle_t::s

The documentation for this struct was generated from the following file: