OpenVPN
Data Fields
tap_interface_node Struct Reference

Network interface list node. More...

#include <tap.h>

Collaboration diagram for tap_interface_node:
Collaboration graph
[legend]

Data Fields

GUID guid
 
LPTSTR szzHardwareIDs
 Interface GUID. More...
 
LPTSTR szName
 Device hardware ID(s) More...
 
struct tap_interface_nodepNext
 Interface name. More...
 

Detailed Description

Network interface list node.

Definition at line 105 of file tap.h.

Field Documentation

◆ guid

GUID tap_interface_node::guid

Definition at line 107 of file tap.h.

Referenced by FindTAPInterfaces(), and tap_list_interfaces().

◆ pNext

struct tap_interface_node* tap_interface_node::pNext

◆ szName

LPTSTR tap_interface_node::szName

Device hardware ID(s)

Definition at line 109 of file tap.h.

Referenced by tap_list_interfaces().

◆ szzHardwareIDs

LPTSTR tap_interface_node::szzHardwareIDs

Interface GUID.

Definition at line 108 of file tap.h.

Referenced by tap_list_interfaces().


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