LOOKUP_STREAM_FROM_CLUSTER_INPUT - NtDoc

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

NtDoc

No description available.

Win32 API reference (ns-winioctl-lookup_stream_from_cluster_input)

LOOKUP_STREAM_FROM_CLUSTER_INPUT structure

Description

Passed as input to the FSCTL_LOOKUP_STREAM_FROM_CLUSTER control code.

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.

See also

FSCTL_LOOKUP_STREAM_FROM_CLUSTER

Volume Management Structures