STANDARD_INFORMATION structure

[This structure is valid only for version 3 of NTFS volumes; it may be altered in future versions.]

Contains the standard information attribute. This attribute is present in every base file record and must be resident.

Syntax

typedef struct _STANDARD_INFORMATION {
  UCHAR Reserved[0x30];
  ULONG OwnerId;
  ULONG SecurityId;
} STANDARD_INFORMATION, *PSTANDARD_INFORMATION;

Members

Reserved

Reserved.

OwnerId

The identifier of the file owner, from the security index.

SecurityId

The security identifier for the file.

Remarks

Note that there is no associated header file for this structure.

This structure definition is valid only for major version 3 and minor version 0 or 1, as reported by FSCTL_GET_NTFS_VOLUME_DATA.

See also

Master File Table