Expand description
Shared value types: NT status codes, FILETIME and attribute flags.
Structs§
- Attr
Flags - File attribute flags ([MS-SMB] §2.2.1.2.1 / [MS-FSCC] §2.6).
- File
Time - Windows FILETIME: 100-nanosecond intervals since 1601-01-01 UTC ([MS-DTYP] §2.3.3). Zero denotes “not set”.
- Status
- NT status code carried in the SMB header status field.
Enums§
- Create
Action - Result of a create/open operation (
FILE_*action codes). - Disposition
- NT create disposition ([MS-SMB] §2.2.4.9.1
CreateDisposition, originally [MS-CIFS] §2.2.4.63.1).
Constants§
- WIN_
EPOCH_ SECS - Seconds between the Windows epoch (1601) and the Unix epoch (1970).