ReactOS 0.4.15-dev-7842-g558ab78
handle_table Struct Reference

#include <handle.h>

Collaboration diagram for handle_table:

Public Attributes

unsigned int iEntries
 
unsigned int iFirstFree
 
struct handle_table_entrypaEntries
 
CRITICAL_SECTION mutex
 

Detailed Description

Definition at line 51 of file handle.h.

Member Data Documentation

◆ iEntries

unsigned int handle_table::iEntries

Definition at line 53 of file handle.h.

Referenced by alloc_handle(), grow_handle_table(), init_handle_table(), and is_valid_handle().

◆ iFirstFree

unsigned int handle_table::iFirstFree

Definition at line 54 of file handle.h.

Referenced by alloc_handle(), init_handle_table(), and release_handle().

◆ mutex

◆ paEntries


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