MOVE_FILE_DATA structure (winioctl.h)
Receives output data from the FSCTL_GET_NTFS_FILE_RECORD control code.
Syntax
typedef struct {
HANDLE FileHandle;
LARGE_INTEGER StartingVcn;
LARGE_INTEGER StartingLcn;
DWORD ClusterCount;
} MOVE_FILE_DATA, *PMOVE_FILE_DATA;
Members
FileHandle
StartingVcn
StartingLcn
ClusterCount
Remarks
To retrieve data to fill in this structure, use the DeviceIoControl FSCTL_GET_NTFS_FILE_RECORD control code.
Requirements
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | winioctl.h (include Windows.h) |