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.