// winioctl.h
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;
View the official Win32 API referenceNo description available.
Passed as input to the FSCTL_LOOKUP_STREAM_FROM_CLUSTER control code.
FlagsFlags for the operation. Currently no flags are defined.
NumberOfClustersNumber of clusters in the following array of clusters. The input buffer must be large enough to contain this number or the operation will fail.
ClusterAn array of one or more clusters to look up.
FSCTL_LOOKUP_STREAM_FROM_CLUSTER