Likewise Base Runtime Library
PLW_HASHTABLE_ITER Struct Reference

Hash table iterator. More...

#include <lw/hash.h>

Data Fields

PLW_HASHTABLE_NODE pNext
 
LW_ULONG ulIndex
 

Detailed Description

This structure allows you to iterate over a hash table with LwRtlHashTableIterate(). It should be initialized with #LW_HASH_ITER_INIT.