LOOKUP_STREAM_FROM_CLUSTER_OUTPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Win32 API reference (ns-winioctl-lookup_stream_from_cluster_output)

LOOKUP_STREAM_FROM_CLUSTER_OUTPUT structure

Description

Received as output from the FSCTL_LOOKUP_STREAM_FROM_CLUSTER control code.

Members

Offset

Offset from the beginning of this structure to the first entry returned. If no entries are returned, this value is zero.

NumberOfMatches

Number of matches to the input criteria. Note that more matches may be found than entries returned if the buffer provided is not large enough.

BufferSizeRequired

Minimum size of the buffer, in bytes, which would be needed to contain all matching entries to the input criteria.

See also

FSCTL_LOOKUP_STREAM_FROM_CLUSTER

Volume Management Structures