Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains data for the FSCTL_GET_NTFS_FILE_RECORD control code.
Syntax
typedef struct {
LARGE_INTEGER FileReferenceNumber;
} NTFS_FILE_RECORD_INPUT_BUFFER, *PNTFS_FILE_RECORD_INPUT_BUFFER;
Members
FileReferenceNumber
The file identifier of the file record to be retrieved. This is not necessarily the file identifier returned in the FileReferenceNumber member of the NTFS_FILE_RECORD_OUTPUT_BUFFER structure. Refer to the Remarks section of the reference page for FSCTL_GET_NTFS_FILE_RECORD for more information.
Remarks
Pass this structure as input to the FSCTL_GET_NTFS_FILE_RECORD control code.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | winioctl.h (include Windows.h) |