ReactOS 0.4.16-dev-1885-g9decade
_NS_HELPER_ATTRIBUTES Struct Reference

#include <netsh.h>

Collaboration diagram for _NS_HELPER_ATTRIBUTES:

Public Attributes

union {
   struct {
      DWORD   dwVersion
 
      DWORD   dwReserved
 
   } 
 
   ULONGLONG   _ullAlign
 
}; 
 
GUID guidHelper
 
PNS_HELPER_START_FN pfnStart
 
PNS_HELPER_STOP_FN pfnStop
 

Detailed Description

Definition at line 150 of file netsh.h.

Member Data Documentation

◆ 

union { ... } _NS_HELPER_ATTRIBUTES::@3342

◆ _ullAlign

ULONGLONG _NS_HELPER_ATTRIBUTES::_ullAlign

Definition at line 159 of file netsh.h.

◆ dwReserved

DWORD _NS_HELPER_ATTRIBUTES::dwReserved

Definition at line 157 of file netsh.h.

◆ dwVersion

DWORD _NS_HELPER_ATTRIBUTES::dwVersion

Definition at line 156 of file netsh.h.

Referenced by RegisterInterfaceHelper(), and RegisterIpHelper().

◆ guidHelper

GUID _NS_HELPER_ATTRIBUTES::guidHelper

Definition at line 161 of file netsh.h.

Referenced by PrintHelpers(), RegisterInterfaceHelper(), and RegisterIpHelper().

◆ pfnStart

PNS_HELPER_START_FN _NS_HELPER_ATTRIBUTES::pfnStart

Definition at line 162 of file netsh.h.

Referenced by RegisterInterfaceHelper(), RegisterIpHelper(), and StartHelpers().

◆ pfnStop

PNS_HELPER_STOP_FN _NS_HELPER_ATTRIBUTES::pfnStop

Definition at line 163 of file netsh.h.

Referenced by RegisterInterfaceHelper(), and RegisterIpHelper().


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