ReactOS 0.4.15-dev-8100-g1887773
_RAMDISK_CREATE_OPTIONS Struct Reference

#include <ntddrdsk.h>

Public Attributes

ULONG Readonly:1
 
ULONG Fixed:1
 
ULONG NoDriveLetter:1
 
ULONG NoDosDevice:1
 
ULONG Hidden:1
 
ULONG ExportAsCd:1
 

Detailed Description

Definition at line 58 of file ntddrdsk.h.

Member Data Documentation

◆ ExportAsCd

ULONG _RAMDISK_CREATE_OPTIONS::ExportAsCd

Definition at line 65 of file ntddrdsk.h.

◆ Fixed

ULONG _RAMDISK_CREATE_OPTIONS::Fixed

Definition at line 61 of file ntddrdsk.h.

Referenced by IopStartRamdisk(), and RamdiskDeviceControl().

◆ Hidden

ULONG _RAMDISK_CREATE_OPTIONS::Hidden

Definition at line 64 of file ntddrdsk.h.

Referenced by RamdiskDeviceControl().

◆ NoDosDevice

ULONG _RAMDISK_CREATE_OPTIONS::NoDosDevice

Definition at line 63 of file ntddrdsk.h.

◆ NoDriveLetter

ULONG _RAMDISK_CREATE_OPTIONS::NoDriveLetter

Definition at line 62 of file ntddrdsk.h.

Referenced by RamdiskDeviceControl(), and RamdiskPnp().

◆ Readonly

ULONG _RAMDISK_CREATE_OPTIONS::Readonly

Definition at line 60 of file ntddrdsk.h.

Referenced by RamdiskDeviceControl(), and RamdiskReadWrite().


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