ReactOS 0.4.15-dev-7842-g558ab78
_VFD_IMAGE_INFO Struct Reference

#include <vfdio.h>

Public Attributes

VFD_DISKTYPE DiskType
 
VFD_MEDIA MediaType
 
VFD_FLAGS MediaFlags
 
VFD_FILETYPE FileType
 
ULONG ImageSize
 
USHORT NameLength
 
CHAR FileName [0]
 

Detailed Description

Definition at line 63 of file vfdio.h.

Member Data Documentation

◆ DiskType

VFD_DISKTYPE _VFD_IMAGE_INFO::DiskType

Definition at line 64 of file vfdio.h.

Referenced by VfdGetImageInfo(), VfdOpenCheck(), and VfdOpenImage().

◆ FileName

CHAR _VFD_IMAGE_INFO::FileName[0]

Definition at line 70 of file vfdio.h.

Referenced by VfdGetImageInfo(), and VfdOpenImage().

◆ FileType

VFD_FILETYPE _VFD_IMAGE_INFO::FileType

Definition at line 67 of file vfdio.h.

Referenced by VfdGetImageInfo(), and VfdOpenImage().

◆ ImageSize

ULONG _VFD_IMAGE_INFO::ImageSize

Definition at line 68 of file vfdio.h.

Referenced by VfdGetImageInfo(), and VfdOpenImage().

◆ MediaFlags

VFD_FLAGS _VFD_IMAGE_INFO::MediaFlags

Definition at line 66 of file vfdio.h.

Referenced by VfdGetImageInfo(), and VfdOpenImage().

◆ MediaType

VFD_MEDIA _VFD_IMAGE_INFO::MediaType

Definition at line 65 of file vfdio.h.

Referenced by VfdGetImageInfo(), VfdOpenCheck(), and VfdOpenImage().

◆ NameLength

USHORT _VFD_IMAGE_INFO::NameLength

Definition at line 69 of file vfdio.h.

Referenced by VfdGetImageInfo(), VfdOpenCheck(), and VfdOpenImage().


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