ReactOS 0.4.15-dev-8434-g155a7c7
_OBJECT_BASIC_INFO Struct Reference

#include <ntifs.template.h>

Collaboration diagram for _OBJECT_BASIC_INFO:

Public Attributes

ULONG Attributes
 
ACCESS_MASK GrantedAccess
 
ULONG HandleCount
 
ULONG ReferenceCount
 
ULONG PagedPoolUsage
 
ULONG NonPagedPoolUsage
 
ULONG Reserved [3]
 
ULONG NameInformationLength
 
ULONG TypeInformationLength
 
ULONG SecurityDescriptorLength
 
LARGE_INTEGER CreateTime
 

Detailed Description

Definition at line 1539 of file ntifs.template.h.

Member Data Documentation

◆ Attributes

ULONG _OBJECT_BASIC_INFO::Attributes

Definition at line 1540 of file ntifs.template.h.

◆ CreateTime

LARGE_INTEGER _OBJECT_BASIC_INFO::CreateTime

Definition at line 1550 of file ntifs.template.h.

◆ GrantedAccess

ACCESS_MASK _OBJECT_BASIC_INFO::GrantedAccess

Definition at line 1541 of file ntifs.template.h.

◆ HandleCount

ULONG _OBJECT_BASIC_INFO::HandleCount

Definition at line 1542 of file ntifs.template.h.

◆ NameInformationLength

ULONG _OBJECT_BASIC_INFO::NameInformationLength

Definition at line 1547 of file ntifs.template.h.

◆ NonPagedPoolUsage

ULONG _OBJECT_BASIC_INFO::NonPagedPoolUsage

Definition at line 1545 of file ntifs.template.h.

◆ PagedPoolUsage

ULONG _OBJECT_BASIC_INFO::PagedPoolUsage

Definition at line 1544 of file ntifs.template.h.

◆ ReferenceCount

ULONG _OBJECT_BASIC_INFO::ReferenceCount

Definition at line 1543 of file ntifs.template.h.

◆ Reserved

ULONG _OBJECT_BASIC_INFO::Reserved[3]

Definition at line 1546 of file ntifs.template.h.

◆ SecurityDescriptorLength

ULONG _OBJECT_BASIC_INFO::SecurityDescriptorLength

Definition at line 1549 of file ntifs.template.h.

◆ TypeInformationLength

ULONG _OBJECT_BASIC_INFO::TypeInformationLength

Definition at line 1548 of file ntifs.template.h.


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