LOOKUP_STREAM_FROM_CLUSTER_INPUT structure
Passed as input to the FSCTL_LOOKUP_STREAM_FROM_CLUSTER control code.
Syntax
typedef struct _LOOKUP_STREAM_FROM_CLUSTER_INPUT { DWORD Flags; DWORD NumberOfClusters; LARGE_INTEGER Cluster[1]; } LOOKUP_STREAM_FROM_CLUSTER_INPUT, *PLOOKUP_STREAM_FROM_CLUSTER_INPUT;
Members
- Flags
-
Flags for the operation. Currently no flags are defined.
- NumberOfClusters
-
Number of clusters in the following array of clusters. The input buffer must be large enough to contain this number or the operation will fail.
- Cluster
-
An array of one or more clusters to look up.
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
See also
Send comments about this topic to Microsoft
Build date: 4/16/2013