STARTING_LCN_INPUT_BUFFER - NtDoc

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

typedef struct {
  LARGE_INTEGER StartingLcn;
} STARTING_LCN_INPUT_BUFFER, *PSTARTING_LCN_INPUT_BUFFER;

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

typedef struct {
  LARGE_INTEGER StartingLcn;
} STARTING_LCN_INPUT_BUFFER, *PSTARTING_LCN_INPUT_BUFFER;

View the official Win32 API reference

NtDoc

No description available.

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

Description

The STARTING_LCN_INPUT_BUFFER structure contains the starting logical cluster number (LCN) for the FSCTL_GET_VOLUME_BITMAP. control code.

Members

StartingLcn

The LCN from which the operation should start when describing a bitmap. This member will be rounded down to a file-system-dependent rounding boundary, and that value will be returned. Its value should be an integral multiple of eight.

See also

FSCTL_GET_VOLUME_BITMAP


Win32 API reference (ns-winioctl-starting_lcn_input_buffer)

STARTING_LCN_INPUT_BUFFER structure

Description

Contains the starting LCN to the FSCTL_GET_VOLUME_BITMAP control code.

Members

StartingLcn

The LCN from which the operation should start when describing a bitmap. This member will be rounded down to a file-system-dependent rounding boundary, and that value will be returned. Its value should be an integral multiple of eight.

See also

Defragmentation

FSCTL_GET_VOLUME_BITMAP