LOOKUP_STREAM_FROM_CLUSTER_INPUT structure (winioctl.h)
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[1]
An array of one or more clusters to look up.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | winioctl.h (include Windows.h) |