⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isotypes.h

📁 本程序为ST公司开发的源代码
💻 H
字号:
/*****************************************************************************//*                                                                           *//* <C> STMicroelectronics - copyright information                            *//*                                                                           *//*                                                                           *//* COMMENT }DOCUMENTATION                                                    *//* File Name     :: isotypes.h                                               *//* Creation Date :: September 2005                                           *//* Author        :: Ondrej Trubac                                            *//* Version       :: $Revision: 1.5 $                                         *//* Last change   :: $Date: 2006/09/18 09:55:22 $ by $Author: belardi $ *//* Description   :: ISO9660 defines                                          *//* }                                                                         *//*****************************************************************************//*************************************************** * * COPYRIGHT (C) ST Microelectronics  2005 *            All Rights Reserved * **************************************************** * * STM CVS Log: * * $Log: ISOtypes.h,v $ * Revision 1.5  2006/09/18 09:55:22  belardi * Corrected CVS keyword usage * * Revision 1.4  2006/09/18 09:24:02  belardi * Added Log CVS keyword into file header * * ***************************************************/#ifndef DEFINE_ISOTYPES_H#define DEFINE_ISOTYPES_H#include "accordoptypes.h"     //"aptypes.h"#include "apdevsys.h"typedef struct{  uint16 offset;     // entry offset from beginning of path table in bytes  uint16 parent;     // index of parent  uint16 son;        // index of first son, 0 if none}PATH_ITEM;typedef struct{  uint16 offset;}FILE_ITEM;typedef struct{  uint32 IsoVolumeLba;  uint32 LastSessionLba;  uint32 IsoDescriptorLba;  uint32 PrimaryDescriptorLba;  uint32 SupplementaryDescriptorLba;  uint32 PathTableLength;  int32 PathTableLba;  uint32 RootRecordLba;  uint32 DiscSize;  uint16 MaxDiscDir;  //uint8  VolumeName[34];}PRIVATE_DATA_ISO9660;#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -