#include <pshpack1.h>
#include <poppack.h>
Go to the source code of this file.
◆ DIR_RECORD
◆ ISO_FILE_INFO
◆ PDIR_RECORD
◆ PISO_FILE_INFO
◆ PPVD
◆ PVD
◆ PVD_HEADER
◆ VD_HEADER
◆ IsoMount()
Definition at line 560 of file iso.c.
561{
568
569 TRACE(
"Enter IsoMount(%lu)\n", DeviceId);
570
571
572
573
582
583
585 {
586 WARN(
"Unrecognized CDROM format\n");
588 }
590 {
593 }
594
596 TRACE(
"Recognized ISO9660 drive, size %lu MB (%lu sectors)\n",
598
603
604
607
609
610
612}
ARC_STATUS ArcSeek(ULONG FileId, LARGE_INTEGER *Position, SEEKMODE SeekMode)
ARC_STATUS ArcRead(ULONG FileId, VOID *Buffer, ULONG N, ULONG *Count)
PVOID FrLdrTempAlloc(_In_ SIZE_T Size, _In_ ULONG Tag)
static PISO_VOLUME_INFO IsoVolumes[MAX_FDS]
static const DEVVTBL Iso9660FuncTable
#define RtlEqualMemory(dst, src, len)
#define RtlZeroMemory(Destination, Length)