Compound File Binary Format: Difference between revisions

Content deleted Content added
Created page with 'Category:Computer file formats Category:Container formats {{compu-storage-stub}} Compound File Binary Format (CFBF) is a format originally developed by Mic...'
 
Line 37:
typedef ULONG DFSIGNATURE; // 4 Bytes
typedef unsigned char BYTE; // 2 Byte
typedef unisgnedunsigned short WORD; // 2 Bytes
typedef unsigned long DWORD; // 4 Bytes
typedef ULONG SID; // 4 Bytes
Line 74:
SECT _sectFat[109]; // [4CH,436] the SECTs of first 109 FAT sectors
};
 
 
===File Allocation Table (FAT) Sectors===