|
Process Hacker
|
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. | |
An object type specifies a kind of object and its delete procedure.
| PPH_TYPE_DELETE_PROCEDURE DeleteProcedure |
| USHORT Flags |
| PH_FREE_LIST FreeList |
| ULONG NumberOfObjects |