84#define HANDLE_NULL (0)
bool Handle_IsAlive(u32 hdl)
Checks if a handle is valid.
Definition handle.cpp:80
void Handle_Dump()
Dumps the contents of the handle management table.
Definition handle.cpp:25
void * Handle_GetPointer(u32 hdl)
Retrieves a pointer from a handle.
Definition handle.cpp:57
void Handle_Remove(u32 hdl)
Removes a handle and frees the associated pointer.
Definition handle.cpp:84
u32 Handle_Entry(void *pPtr)
Registers a pointer and returns a handle.
Definition handle.cpp:41
void Handle_Reset()
Resets the handle management table.
Definition handle.cpp:18