ReactOS 0.4.15-dev-7953-g1f49173
_FILE_OBJECTID_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _FILE_OBJECTID_INFORMATION:

Public Attributes

LONGLONG FileReference
 
UCHAR ObjectId [16]
 
union {
   struct {
      UCHAR   BirthVolumeId [16]
 
      UCHAR   BirthObjectId [16]
 
      UCHAR   DomainId [16]
 
   }   DUMMYSTRUCTNAME
 
   UCHAR   ExtendedInfo [48]
 
DUMMYUNIONNAME
 
union {
   struct {
      UCHAR   BirthVolumeId [16]
 
      UCHAR   BirthObjectId [16]
 
      UCHAR   DomainId [16]
 
   }   DUMMYSTRUCTNAME
 
   UCHAR   ExtendedInfo [48]
 
DUMMYUNIONNAME
 

Detailed Description

Definition at line 762 of file winternl.h.

Member Data Documentation

◆ BirthObjectId

UCHAR _FILE_OBJECTID_INFORMATION::BirthObjectId[16]

Definition at line 768 of file winternl.h.

◆ BirthVolumeId

UCHAR _FILE_OBJECTID_INFORMATION::BirthVolumeId[16]

Definition at line 767 of file winternl.h.

◆ DomainId

UCHAR _FILE_OBJECTID_INFORMATION::DomainId[16]

Definition at line 769 of file winternl.h.

◆  [1/2]

struct { ... } _FILE_OBJECTID_INFORMATION::DUMMYSTRUCTNAME

◆  [2/2]

_ANONYMOUS_STRUCT struct { ... } _FILE_OBJECTID_INFORMATION::DUMMYSTRUCTNAME

◆  [1/2]

union { ... } _FILE_OBJECTID_INFORMATION::DUMMYUNIONNAME

◆  [2/2]

_ANONYMOUS_UNION union { ... } _FILE_OBJECTID_INFORMATION::DUMMYUNIONNAME

◆ ExtendedInfo

UCHAR _FILE_OBJECTID_INFORMATION::ExtendedInfo[48]

Definition at line 771 of file winternl.h.

◆ FileReference

LONGLONG _FILE_OBJECTID_INFORMATION::FileReference

Definition at line 763 of file winternl.h.

◆ ObjectId

UCHAR _FILE_OBJECTID_INFORMATION::ObjectId

Definition at line 764 of file winternl.h.


The documentation for this struct was generated from the following files: