STARTING_VCN_INPUT_BUFFER - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct {
  LARGE_INTEGER StartingVcn;
} STARTING_VCN_INPUT_BUFFER, *PSTARTING_VCN_INPUT_BUFFER;

View the official Windows Driver Kit DDI reference
// winioctl.h

typedef struct {
  LARGE_INTEGER StartingVcn;
} STARTING_VCN_INPUT_BUFFER, *PSTARTING_VCN_INPUT_BUFFER;

View the official Win32 API reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-starting_vcn_input_buffer)

Description

The STARTING_VCN_INPUT_BUFFER structure contains the starting virtual cluster number (VCN) for the FSCTL_GET_RETRIEVAL_POINTERS control code.

Members

StartingVcn

The VCN at which the operation will begin enumerating extents in the file. This value may be rounded down to the first VCN of the extent in which the specified extent is found.

See also

FSCTL_GET_RETRIEVAL_POINTERS


Win32 API reference (ns-winioctl-starting_vcn_input_buffer)

STARTING_VCN_INPUT_BUFFER structure

Description

Contains the starting VCN to the FSCTL_GET_RETRIEVAL_POINTERS control code.

Members

StartingVcn

The VCN at which the operation will begin enumerating extents in the file. This value may be rounded down to the first VCN of the extent in which the specified extent is found.

See also

Defragmentation

FSCTL_GET_RETRIEVAL_POINTERS