ReactOS 0.4.16-dev-1909-gf2c0b5f
_NS_CONTEXT_ATTRIBUTES Struct Reference

#include <netsh.h>

Collaboration diagram for _NS_CONTEXT_ATTRIBUTES:

Public Attributes

union {
   struct {
      DWORD   dwVersion
 
      DWORD   dwReserved
 
   } 
 
   ULONGLONG   _ullAlign
 
}; 
 
LPWSTR pwszContext
 
GUID guidHelper
 
DWORD dwFlags
 
ULONG ulPriority
 
ULONG ulNumTopCmds
 
CMD_ENTRYpTopCmds
 
ULONG ulNumGroups
 
CMD_GROUP_ENTRYpCmdGroups
 
PNS_CONTEXT_COMMIT_FN pfnCommitFn
 
PNS_CONTEXT_DUMP_FN pfnDumpFn
 
PNS_CONTEXT_CONNECT_FN pfnConnectFn
 
PVOID pReserved
 
PNS_OSVERSIONCHECK pfnOsVersionCheck
 

Detailed Description

Definition at line 166 of file netsh.h.

Member Data Documentation

◆ 

union { ... } _NS_CONTEXT_ATTRIBUTES::@3350

◆ _ullAlign

ULONGLONG _NS_CONTEXT_ATTRIBUTES::_ullAlign

Definition at line 175 of file netsh.h.

◆ dwFlags

DWORD _NS_CONTEXT_ATTRIBUTES::dwFlags

Definition at line 179 of file netsh.h.

◆ dwReserved

DWORD _NS_CONTEXT_ATTRIBUTES::dwReserved

Definition at line 173 of file netsh.h.

◆ dwVersion

DWORD _NS_CONTEXT_ATTRIBUTES::dwVersion

Definition at line 172 of file netsh.h.

Referenced by InterfaceStart(), and IpStart().

◆ guidHelper

GUID _NS_CONTEXT_ATTRIBUTES::guidHelper

Definition at line 178 of file netsh.h.

Referenced by InterfaceStart(), and IpStart().

◆ pCmdGroups

CMD_GROUP_ENTRY* _NS_CONTEXT_ATTRIBUTES::pCmdGroups

Definition at line 184 of file netsh.h.

Referenced by InterfaceStart(), and IpStart().

◆ pfnCommitFn

PNS_CONTEXT_COMMIT_FN _NS_CONTEXT_ATTRIBUTES::pfnCommitFn

Definition at line 185 of file netsh.h.

◆ pfnConnectFn

PNS_CONTEXT_CONNECT_FN _NS_CONTEXT_ATTRIBUTES::pfnConnectFn

Definition at line 187 of file netsh.h.

◆ pfnDumpFn

PNS_CONTEXT_DUMP_FN _NS_CONTEXT_ATTRIBUTES::pfnDumpFn

Definition at line 186 of file netsh.h.

Referenced by InterfaceStart(), and IpStart().

◆ pfnOsVersionCheck

PNS_OSVERSIONCHECK _NS_CONTEXT_ATTRIBUTES::pfnOsVersionCheck

Definition at line 189 of file netsh.h.

◆ pReserved

PVOID _NS_CONTEXT_ATTRIBUTES::pReserved

Definition at line 188 of file netsh.h.

◆ pTopCmds

CMD_ENTRY* _NS_CONTEXT_ATTRIBUTES::pTopCmds

Definition at line 182 of file netsh.h.

Referenced by InterfaceStart(), and IpStart().

◆ pwszContext

LPWSTR _NS_CONTEXT_ATTRIBUTES::pwszContext

Definition at line 177 of file netsh.h.

Referenced by InterfaceStart(), and IpStart().

◆ ulNumGroups

ULONG _NS_CONTEXT_ATTRIBUTES::ulNumGroups

Definition at line 183 of file netsh.h.

Referenced by InterfaceStart(), and IpStart().

◆ ulNumTopCmds

ULONG _NS_CONTEXT_ATTRIBUTES::ulNumTopCmds

Definition at line 181 of file netsh.h.

Referenced by InterfaceStart(), and IpStart().

◆ ulPriority

ULONG _NS_CONTEXT_ATTRIBUTES::ulPriority

Definition at line 180 of file netsh.h.


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