ReactOS 0.4.15-dev-7788-g1ad9096
hash_table_elt Struct Reference

#include <dbghelp_private.h>

Collaboration diagram for hash_table_elt:

Public Attributes

const charname
 
struct hash_table_eltnext
 

Detailed Description

Definition at line 90 of file dbghelp_private.h.

Member Data Documentation

◆ name

const char* hash_table_elt::name

Definition at line 92 of file dbghelp_private.h.

Referenced by hash_table_add(), and hash_table_destroy().

◆ next

struct hash_table_elt* hash_table_elt::next

Definition at line 93 of file dbghelp_private.h.

Referenced by hash_table_add(), and hash_table_destroy().


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