Process Hacker
_PH_OBJECT_TYPE Struct Reference

An object type specifies a kind of object and its delete procedure. More...

#include <refp.h>

Data Fields

USHORT Flags
 The flags that were used to create the object type.
 
UCHAR TypeIndex
 
UCHAR Reserved
 
ULONG NumberOfObjects
 The total number of objects of this type that are alive.
 
PPH_TYPE_DELETE_PROCEDURE DeleteProcedure
 An optional procedure called when objects of this type are freed.
 
PWSTR Name
 The name of the type.
 
PH_FREE_LIST FreeList
 A free list to use when allocating for this type.
 

Detailed Description

An object type specifies a kind of object and its delete procedure.

Definition at line 118 of file refp.h.

Field Documentation

PPH_TYPE_DELETE_PROCEDURE DeleteProcedure

An optional procedure called when objects of this type are freed.

Definition at line 127 of file refp.h.

USHORT Flags

The flags that were used to create the object type.

Definition at line 121 of file refp.h.

PH_FREE_LIST FreeList

A free list to use when allocating for this type.

Definition at line 131 of file refp.h.

PWSTR Name

The name of the type.

Definition at line 129 of file refp.h.

ULONG NumberOfObjects

The total number of objects of this type that are alive.

Definition at line 125 of file refp.h.

UCHAR Reserved

Definition at line 123 of file refp.h.

UCHAR TypeIndex

Definition at line 122 of file refp.h.


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