Skip to main content

Module types

Module types 

Source
Expand description

Shared value types: NT status codes, FILETIME and attribute flags.

Structs§

AttrFlags
File attribute flags ([MS-SMB] §2.2.1.2.1 / [MS-FSCC] §2.6).
FileTime
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§

CreateAction
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).