Subversion Repositories NaviCtrl

Rev

Rev 379 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 379 Rev 380
Line 23... Line 23...
23
*/
23
*/
24
typedef struct
24
typedef struct
25
{
25
{
26
        u32 FirstSectorOfFirstCluster;  // First sector of the first cluster of the file.
26
        u32 FirstSectorOfFirstCluster;  // First sector of the first cluster of the file.
27
        u32 FirstSectorOfCurrCluster;   // First sector of the cluster which is edited at the moment.
27
        u32 FirstSectorOfCurrCluster;   // First sector of the cluster which is edited at the moment.
-
 
28
        u32 FirstSectorOfLastCluster;   // First sector of the last cluster of the file
28
        u8      SectorOfCurrCluster;            // The sector within the current cluster.
29
        u8      SectorOfCurrCluster;            // The sector within the current cluster.
29
        u16 ByteOfCurrSector;                   // The byte location within the current sector.
30
        u16 ByteOfCurrSector;                   // The byte location within the current sector.
30
        u8      Mode;                                           // Mode of fileoperation (read,write)
31
        u8      Mode;                                           // Mode of fileoperation (read,write)
31
        u32 Size;                                               // The size of the opend file in bytes.
32
        u32 Size;                                               // The size of the opend file in bytes.
32
        u32 Position;                                   // Pointer to a character within the file 0 < fileposition < filesize
33
        u32 Position;                                   // Pointer to a character within the file 0 < fileposition < filesize