Skip to main content

Module level

Module level 

Source
Expand description

Information levels for QUERY/SET operations ([MS-SMB] §2.2.8).

Constants§

ATTRIBUTE_COMPOSITE
Client getattr composite (SMB_QUERY_FILE_ATTRIBUTE).
BASIC
Basic information (times + attributes).
EA_SIZE
Extended attribute size.
PT_ALL
Pass-through all-information composite.
PT_ALLOC
Pass-through allocation size.
PT_ALT_NAME
Pass-through alternate name.
PT_BASIC
Pass-through FILE_BASIC_INFORMATION.
PT_DISPOSITION
Pass-through disposition.
PT_EA
Pass-through FILE_EA_INFORMATION.
PT_EOF
Pass-through end-of-file.
PT_INTERNAL
Pass-through FILE_INTERNAL_INFORMATION.
PT_NAME
Pass-through name query.
PT_STANDARD
Pass-through FILE_STANDARD_INFORMATION.
STANDARD
Standard information (sizes, links, dir flag).
STREAMS
Stream information.