ReactOS 0.4.16-dev-752-g47bae01
|
#include <vfdio.h>
Public Attributes | |
VFD_DISKTYPE | DiskType |
VFD_MEDIA | MediaType |
VFD_FLAGS | MediaFlags |
VFD_FILETYPE | FileType |
ULONG | ImageSize |
USHORT | NameLength |
CHAR | FileName [0] |
VFD_DISKTYPE _VFD_IMAGE_INFO::DiskType |
Definition at line 64 of file vfdio.h.
Referenced by VfdGetImageInfo(), VfdOpenCheck(), and VfdOpenImage().
CHAR _VFD_IMAGE_INFO::FileName[0] |
Definition at line 70 of file vfdio.h.
Referenced by VfdGetImageInfo(), and VfdOpenImage().
VFD_FILETYPE _VFD_IMAGE_INFO::FileType |
Definition at line 67 of file vfdio.h.
Referenced by VfdGetImageInfo(), and VfdOpenImage().
ULONG _VFD_IMAGE_INFO::ImageSize |
Definition at line 68 of file vfdio.h.
Referenced by VfdGetImageInfo(), and VfdOpenImage().
VFD_FLAGS _VFD_IMAGE_INFO::MediaFlags |
Definition at line 66 of file vfdio.h.
Referenced by VfdGetImageInfo(), and VfdOpenImage().
VFD_MEDIA _VFD_IMAGE_INFO::MediaType |
Definition at line 65 of file vfdio.h.
Referenced by VfdGetImageInfo(), VfdOpenCheck(), and VfdOpenImage().
USHORT _VFD_IMAGE_INFO::NameLength |
Definition at line 69 of file vfdio.h.
Referenced by VfdGetImageInfo(), VfdOpenCheck(), and VfdOpenImage().