Rev 101 | Rev 104 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 101 | Rev 103 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | 48 | ||
49 | | offset (hex) | size (dec) | type | description | |
49 | | offset (hex) | size (dec) | type | description | |
50 | |--------------|------------|-----------------|-------------| |
50 | |--------------|------------|-----------------|-------------| |
51 | | 0000 | 260 | char[MAX_PATH] | Original file name and path in ANSI characters. 260 characters (including NUL terminator). Empty string if file was deleted. | |
51 | | 0000 | 260 | char[MAX_PATH] | Original file name and path in ANSI characters. 260 characters (including NUL terminator). Empty string if file was deleted. | |
52 | | 0104 | 4 | DWORD | Record number | |
52 | | 0104 | 4 | DWORD | Record number | |
53 | | 0108 | 4 | DWORD | Source drive; 0=A, 1=B, 2=C, ..., Z=25, @=26 (@ is the "Network home drive" of the Win95 times) | |
53 | | 0108 | 4 | DWORD | Source drive number<br>0=A, 1=B, 2=C, ..., 25=Z<br>26=@ (this is the "Network home drive" of the Win95 days) | |
54 | | 010C | 8 | FILETIME | Deletion time | |
54 | | 010C | 8 | FILETIME | Deletion time | |
55 | | 0114 | 4 | DWORD | Size occupied on disk. Not the actual file size.<br>INFO2, for folders: The whole folder size with contents | |
55 | | 0114 | 4 | DWORD | Size occupied on disk. Not the actual file size.<br>INFO2, for folders: The whole folder size with contents | |
56 | 56 | ||
57 | ### Unicode record (WinNT4, Win2000, WinXP) |
57 | ### Unicode record (WinNT4, Win2000, WinXP) |
58 | 58 | ||
Line 65... | Line 65... | ||
65 | 65 | ||
66 | | offset (hex) | size (dec) | type | description | |
66 | | offset (hex) | size (dec) | type | description | |
67 | |--------------|------------|-----------------|-------------| |
67 | |--------------|------------|-----------------|-------------| |
68 | | 0000 | 260 | char[MAX_PATH] | Original file name and path in ANSI characters. 260 characters (including NUL terminator). Empty string if file was deleted. | |
68 | | 0000 | 260 | char[MAX_PATH] | Original file name and path in ANSI characters. 260 characters (including NUL terminator). Empty string if file was deleted. | |
69 | | 0104 | 4 | DWORD | Record number | |
69 | | 0104 | 4 | DWORD | Record number | |
70 | | 0108 | 4 | DWORD | Source drive; 0=A, 1=B, 2=C, ..., Z=25, @=26 (@ is the "Network home drive" of the Win95 times) | |
70 | | 0108 | 4 | DWORD | Source drive number<br>0=A, 1=B, 2=C, ..., 25=Z<br>26=@ (this is the "Network home drive" of the Win95 days) | |
71 | | 010C | 8 | FILETIME | Deletion time | |
71 | | 010C | 8 | FILETIME | Deletion time | |
72 | | 0114 | 4 | DWORD | Original size | |
72 | | 0114 | 4 | DWORD | Original size | |
73 | | 0118 | 520 | wchar[MAX_PATH] | Original file name and path in Unicode characters. 260 characters (including NUL terminator) | |
73 | | 0118 | 520 | wchar[MAX_PATH] | Original file name and path in Unicode characters. 260 characters (including NUL terminator) | |
74 | 74 | ||
75 | ## $I... files of Windows Vista and above |
75 | ## $I... files of Windows Vista and above |