ReactOS 0.4.15-dev-7953-g1f49173
_NFS41_DEVICE_EXTENSION Struct Reference
Collaboration diagram for _NFS41_DEVICE_EXTENSION:

Public Attributes

NODE_TYPE_CODE NodeTypeCode
 
NODE_BYTE_SIZE NodeByteSize
 
PRDBSS_DEVICE_OBJECT DeviceObject
 
ULONG ActiveNodes
 
HANDLE SharedMemorySection
 
DWORD nfs41d_version
 
BYTE VolAttrs [VOL_ATTR_LEN]
 
DWORD VolAttrsLen
 
HANDLE openlistHandle
 

Detailed Description

Definition at line 434 of file nfs41_driver.c.

Member Data Documentation

◆ ActiveNodes

ULONG _NFS41_DEVICE_EXTENSION::ActiveNodes

Definition at line 438 of file nfs41_driver.c.

◆ DeviceObject

PRDBSS_DEVICE_OBJECT _NFS41_DEVICE_EXTENSION::DeviceObject

Definition at line 437 of file nfs41_driver.c.

Referenced by DriverEntry().

◆ nfs41d_version

DWORD _NFS41_DEVICE_EXTENSION::nfs41d_version

Definition at line 440 of file nfs41_driver.c.

◆ NodeByteSize

NODE_BYTE_SIZE _NFS41_DEVICE_EXTENSION::NodeByteSize

Definition at line 436 of file nfs41_driver.c.

◆ NodeTypeCode

NODE_TYPE_CODE _NFS41_DEVICE_EXTENSION::NodeTypeCode

Definition at line 435 of file nfs41_driver.c.

◆ openlistHandle

HANDLE _NFS41_DEVICE_EXTENSION::openlistHandle

Definition at line 443 of file nfs41_driver.c.

Referenced by DriverEntry().

◆ SharedMemorySection

HANDLE _NFS41_DEVICE_EXTENSION::SharedMemorySection

Definition at line 439 of file nfs41_driver.c.

◆ VolAttrs

BYTE _NFS41_DEVICE_EXTENSION::VolAttrs[VOL_ATTR_LEN]

Definition at line 441 of file nfs41_driver.c.

Referenced by DriverEntry().

◆ VolAttrsLen

DWORD _NFS41_DEVICE_EXTENSION::VolAttrsLen

Definition at line 442 of file nfs41_driver.c.

Referenced by DriverEntry().


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