FindStreamType Enumeration
Defines the type of a stream data pointed by
Type member.
Namespace: DevCase.Win32.EnumsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public enum FindStreamType
Public Enumeration FindStreamType
Dim instance As FindStreamType
public enum class FindStreamType
No code example is currently available or this language may not be supported.
Null |
0 |
Null enumeration value.
|
Standard |
1 |
Standard data.
This corresponds to the NTFS $DATA stream type on the default (unnamed) data stream.
|
ExtendedAttribute |
2 |
Extended attribute data.
This corresponds to the NTFS $EA stream type.
|
SecurityDescriptor |
3 |
Security descriptor data.
This corresponds to the NTFS $SECURITY_DESCRIPTOR stream type.
|
AlternateDataStream |
4 |
Alternative data streams.
This corresponds to the NTFS $DATA stream type on a named data stream.
|
Link |
5 |
Hard link information.
This corresponds to the NTFS $FILE_NAME stream type.
|
Property |
6 |
Property data.
|
ObjectId |
7 |
Objects identifiers.
This corresponds to the NTFS $OBJECT_ID stream type.
|
ReparsePoint |
8 |
Reparse points.
This corresponds to the NTFS $REPARSE_POINT stream type.
|
SparseFile |
9 |
Sparse file.
This corresponds to the NTFS $DATA stream type for a sparse file.
|
Transaction |
10 |
Transactional NTFS (TxF) data stream.
This corresponds to the NTFS $TXF_DATA stream type.
|