Process Hacker
_PH_LIST Struct Reference

A list structure. More...

#include <phbase.h>

Data Fields

ULONG Count
 The number of items in the list.
 
ULONG AllocatedCount
 The number of items for which storage is allocated.
 
PVOID * Items
 The array of list items.
 

Detailed Description

A list structure.

Storage is automatically allocated for new elements.

Definition at line 2394 of file phbase.h.

Field Documentation

ULONG AllocatedCount

The number of items for which storage is allocated.

Definition at line 2399 of file phbase.h.

ULONG Count

The number of items in the list.

Definition at line 2397 of file phbase.h.

PVOID* Items

The array of list items.

Definition at line 2401 of file phbase.h.


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