ReactOS 0.4.15-dev-7958-gcd0bb1a
_OBJECT_BASIC_INFORMATION Struct Reference

#include <winternl.h>

Collaboration diagram for _OBJECT_BASIC_INFORMATION:

Public Attributes

ULONG Attributes
 
ACCESS_MASK GrantedAccess
 
ULONG HandleCount
 
ULONG PointerCount
 
ULONG PagedPoolUsage
 
ULONG NonPagedPoolUsage
 
ULONG Reserved [3]
 
ULONG NameInformationLength
 
ULONG TypeInformationLength
 
ULONG SecurityDescriptorLength
 
LARGE_INTEGER CreateTime
 
ULONG PagedPoolCharge
 
ULONG NonPagedPoolCharge
 
ULONG NameInfoSize
 
ULONG TypeInfoSize
 
ULONG SecurityDescriptorSize
 
LARGE_INTEGER CreationTime
 

Detailed Description

Definition at line 1249 of file winternl.h.

Member Data Documentation

◆ Attributes

ULONG _OBJECT_BASIC_INFORMATION::Attributes

Definition at line 1250 of file winternl.h.

Referenced by NtQueryObject().

◆ CreateTime

LARGE_INTEGER _OBJECT_BASIC_INFORMATION::CreateTime

Definition at line 1260 of file winternl.h.

◆ CreationTime

LARGE_INTEGER _OBJECT_BASIC_INFORMATION::CreationTime

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

Referenced by NtQueryObject().

◆ GrantedAccess

ACCESS_MASK _OBJECT_BASIC_INFORMATION::GrantedAccess

Definition at line 1251 of file winternl.h.

Referenced by GetKeySam(), NtQueryObject(), test_granted_access(), and VerifyAccess_().

◆ HandleCount

ULONG _OBJECT_BASIC_INFORMATION::HandleCount

Definition at line 1252 of file winternl.h.

Referenced by NtQueryObject(), ObjectBasicInformationTests(), and TraceHandleCount_().

◆ NameInformationLength

ULONG _OBJECT_BASIC_INFORMATION::NameInformationLength

Definition at line 1257 of file winternl.h.

◆ NameInfoSize

ULONG _OBJECT_BASIC_INFORMATION::NameInfoSize

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

Referenced by NtQueryObject(), and ObjectBasicInformationTests().

◆ NonPagedPoolCharge

ULONG _OBJECT_BASIC_INFORMATION::NonPagedPoolCharge

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

Referenced by NtQueryObject().

◆ NonPagedPoolUsage

ULONG _OBJECT_BASIC_INFORMATION::NonPagedPoolUsage

Definition at line 1255 of file winternl.h.

◆ PagedPoolCharge

ULONG _OBJECT_BASIC_INFORMATION::PagedPoolCharge

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

Referenced by NtQueryObject().

◆ PagedPoolUsage

ULONG _OBJECT_BASIC_INFORMATION::PagedPoolUsage

Definition at line 1254 of file winternl.h.

◆ PointerCount

ULONG _OBJECT_BASIC_INFORMATION::PointerCount

◆ Reserved

ULONG _OBJECT_BASIC_INFORMATION::Reserved

Definition at line 1256 of file winternl.h.

◆ SecurityDescriptorLength

ULONG _OBJECT_BASIC_INFORMATION::SecurityDescriptorLength

Definition at line 1259 of file winternl.h.

◆ SecurityDescriptorSize

ULONG _OBJECT_BASIC_INFORMATION::SecurityDescriptorSize

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

Referenced by NtQueryObject().

◆ TypeInformationLength

ULONG _OBJECT_BASIC_INFORMATION::TypeInformationLength

Definition at line 1258 of file winternl.h.

◆ TypeInfoSize

ULONG _OBJECT_BASIC_INFORMATION::TypeInfoSize

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

Referenced by NtQueryObject(), and ObjectBasicInformationTests().


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