// winioctl.h
typedef struct _LOOKUP_STREAM_FROM_CLUSTER_OUTPUT {
DWORD Offset;
DWORD NumberOfMatches;
DWORD BufferSizeRequired;
} LOOKUP_STREAM_FROM_CLUSTER_OUTPUT, *PLOOKUP_STREAM_FROM_CLUSTER_OUTPUT;
View the official Win32 API referenceNo description available.
Received as output from the FSCTL_LOOKUP_STREAM_FROM_CLUSTER control code.
OffsetOffset from the beginning of this structure to the first entry returned. If no entries are returned, this value is zero.
NumberOfMatchesNumber of matches to the input criteria. Note that more matches may be found than entries returned if the buffer provided is not large enough.
BufferSizeRequiredMinimum size of the buffer, in bytes, which would be needed to contain all matching entries to the input criteria.
FSCTL_LOOKUP_STREAM_FROM_CLUSTER