|
Process Hacker
|
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. | |
A list structure.
Storage is automatically allocated for new elements.
| ULONG AllocatedCount |