display_event_window_type_name()

Get the window type name that corresponds to the specified ID.

Synopsis:

#include <hnm/display_event.h>
 
const char* display_event_window_type_name(hnm_WindowTypeID type_id)

Arguments:

type_id

The WindowTypeID whose literal string representation is being sought.

Library:

libhnm

Description:

This function obtains the string literal that corresponds to the specified WindowTypeID in constant O(1) time.

Returns:

The string literal the corresponds with the specified type ID.