ReactOS 0.4.16-dev-1946-g52006dd
_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 167 of file netsh.h.

Member Data Documentation

◆ 

union { ... } _NS_HELPER_ATTRIBUTES::@3346

◆ _ullAlign

ULONGLONG _NS_HELPER_ATTRIBUTES::_ullAlign

Definition at line 176 of file netsh.h.

◆ dwReserved

DWORD _NS_HELPER_ATTRIBUTES::dwReserved

Definition at line 174 of file netsh.h.

◆ dwVersion

DWORD _NS_HELPER_ATTRIBUTES::dwVersion

Definition at line 173 of file netsh.h.

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

◆ guidHelper

GUID _NS_HELPER_ATTRIBUTES::guidHelper

◆ pfnStart

PNS_HELPER_START_FN _NS_HELPER_ATTRIBUTES::pfnStart

◆ pfnStop

PNS_HELPER_STOP_FN _NS_HELPER_ATTRIBUTES::pfnStop

Definition at line 180 of file netsh.h.

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


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