ReactOS 0.4.15-dev-7924-g5949c20
_RAMDISK_CREATE_INPUT Struct Reference

#include <ntddrdsk.h>

Collaboration diagram for _RAMDISK_CREATE_INPUT:

Public Attributes

ULONG Version
 
GUID DiskGuid
 
ULONG DiskType
 
RAMDISK_CREATE_OPTIONS Options
 
LARGE_INTEGER DiskLength
 
LONG DiskOffset
 
union {
   struct {
      ULONG   ViewCount
 
      SIZE_T   ViewLength
 
      WCHAR   FileName [ANYSIZE_ARRAY]
 
   } 
 
   struct {
      ULONG_PTR   BasePage
 
      WCHAR   DriveLetter
 
   } 
 
   PVOID   BaseAddress
 
}; 
 

Detailed Description

Definition at line 71 of file ntddrdsk.h.

Member Data Documentation

◆ 

union { ... } _RAMDISK_CREATE_INPUT::@3388

◆ BaseAddress

PVOID _RAMDISK_CREATE_INPUT::BaseAddress

Definition at line 92 of file ntddrdsk.h.

◆ BasePage

ULONG_PTR _RAMDISK_CREATE_INPUT::BasePage

Definition at line 89 of file ntddrdsk.h.

Referenced by IopStartRamdisk().

◆ DiskGuid

GUID _RAMDISK_CREATE_INPUT::DiskGuid

Definition at line 74 of file ntddrdsk.h.

Referenced by IopStartRamdisk().

◆ DiskLength

LARGE_INTEGER _RAMDISK_CREATE_INPUT::DiskLength

Definition at line 77 of file ntddrdsk.h.

Referenced by IopStartRamdisk().

◆ DiskOffset

LONG _RAMDISK_CREATE_INPUT::DiskOffset

Definition at line 78 of file ntddrdsk.h.

Referenced by IopStartRamdisk().

◆ DiskType

ULONG _RAMDISK_CREATE_INPUT::DiskType

Definition at line 75 of file ntddrdsk.h.

Referenced by IopStartRamdisk().

◆ DriveLetter

WCHAR _RAMDISK_CREATE_INPUT::DriveLetter

Definition at line 90 of file ntddrdsk.h.

Referenced by IopStartRamdisk().

◆ FileName

WCHAR _RAMDISK_CREATE_INPUT::FileName[ANYSIZE_ARRAY]

Definition at line 85 of file ntddrdsk.h.

◆ Options

RAMDISK_CREATE_OPTIONS _RAMDISK_CREATE_INPUT::Options

Definition at line 76 of file ntddrdsk.h.

Referenced by IopStartRamdisk().

◆ Version

ULONG _RAMDISK_CREATE_INPUT::Version

Definition at line 73 of file ntddrdsk.h.

Referenced by IopStartRamdisk().

◆ ViewCount

ULONG _RAMDISK_CREATE_INPUT::ViewCount

Definition at line 83 of file ntddrdsk.h.

◆ ViewLength

SIZE_T _RAMDISK_CREATE_INPUT::ViewLength

Definition at line 84 of file ntddrdsk.h.


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