// 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
No description available.
The STARTING_VCN_INPUT_BUFFER structure contains the starting virtual cluster number (VCN) for the FSCTL_GET_RETRIEVAL_POINTERS control code.
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.
Contains the starting VCN to the FSCTL_GET_RETRIEVAL_POINTERS control code.
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.