FS:OpenFile: Difference between revisions
No edit summary |
|||
Line 9: | Line 9: | ||
|- | |- | ||
| 1 | | 1 | ||
| | | Transaction (usually 0) | ||
|- | |- | ||
| 2 | | 2 | ||
Line 24: | Line 24: | ||
|- | |- | ||
| 6 | | 6 | ||
| | | OpenFlags | ||
|- | |- | ||
| 7 | | 7 | ||
| | | Attributes (usually 0) | ||
|- | |- | ||
| 8 | | 8 | ||
Line 52: | Line 52: | ||
|} | |} | ||
= | =OpenFlags= | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- | ||
Line 66: | Line 66: | ||
| 2 | | 2 | ||
| Create | | Create | ||
|} | |||
= Attributes = | |||
{| class="wikitable" border="1" | |||
|- | |||
! Flag | |||
! Description | |||
|- | |||
| 0x00000001 | |||
| Is Read-Only | |||
|- | |||
| 0x00000100 | |||
| Is Archive | |||
|- | |||
| 0x00010000 | |||
| Is Hidden | |||
|- | |||
| 0x01000000 | |||
| Is Directory | |||
|} | |} | ||