ReactOS 0.4.15-dev-8002-gbbb3b00
_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 94 of file netsh.h.

Member Data Documentation

◆ 

union { ... } _NS_HELPER_ATTRIBUTES::@3155

◆ _ullAlign

ULONGLONG _NS_HELPER_ATTRIBUTES::_ullAlign

Definition at line 103 of file netsh.h.

◆ dwReserved

DWORD _NS_HELPER_ATTRIBUTES::dwReserved

Definition at line 101 of file netsh.h.

◆ dwVersion

DWORD _NS_HELPER_ATTRIBUTES::dwVersion

Definition at line 100 of file netsh.h.

◆ guidHelper

GUID _NS_HELPER_ATTRIBUTES::guidHelper

Definition at line 105 of file netsh.h.

Referenced by FindHelper(), and PrintSubContext().

◆ pfnStart

PNS_HELPER_START_FN _NS_HELPER_ATTRIBUTES::pfnStart

Definition at line 106 of file netsh.h.

Referenced by StartHelpers().

◆ pfnStop

PNS_HELPER_STOP_FN _NS_HELPER_ATTRIBUTES::pfnStop

Definition at line 107 of file netsh.h.


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