Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenudfs.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS File System Recognizer 00004 * FILE: drivers/filesystems/fs_rec/udfs.h 00005 * PURPOSE: UDFS Header File 00006 * PROGRAMMER: Dmitry Chapyshev (dmitry@reactos.org) 00007 */ 00008 00009 /* Standard Identifier (EMCA 167r2 2/9.1.2) */ 00010 #define VSD_STD_ID_NSR02 "NSR02" /* (3/9.1) */ 00011 00012 /* Standard Identifier (ECMA 167r3 2/9.1.2) */ 00013 #define VSD_STD_ID_BEA01 "BEA01" /* (2/9.2) */ 00014 #define VSD_STD_ID_BOOT2 "BOOT2" /* (2/9.4) */ 00015 #define VSD_STD_ID_CD001 "CD001" /* (ECMA-119) */ 00016 #define VSD_STD_ID_CDW02 "CDW02" /* (ECMA-168) */ 00017 #define VSD_STD_ID_NSR03 "NSR03" /* (3/9.1) */ 00018 #define VSD_STD_ID_TEA01 "TEA01" /* (2/9.3) */ 00019 00020 /* Volume Structure Descriptor (ECMA 167r3 2/9.1) */ 00021 #define VSD_STD_ID_LEN 5 00022 typedef struct _VOLSTRUCTDESC 00023 { 00024 UCHAR Type; 00025 UCHAR Ident[VSD_STD_ID_LEN]; 00026 UCHAR Version; 00027 UCHAR Data[2041]; 00028 } VOLSTRUCTDESC, *PVOLSTRUCTDESC; 00029 Generated on Fri May 25 2012 04:26:00 for ReactOS by
1.7.6.1
|