hnm_Status_displayList()

Get the display event list of a PPS Status object.

Synopsis:

#include <hnm/status.h>
 
const queue_Queue* hnm_Status_displayList(hnm_Status *self)

Arguments:

self

A pointer to a pps_Object instance that is also an hnm_Status structure. This object is the recipient of the displayList message.

Library:

libhnm

Description:

Given a pps_Object, this function:
  • verifies that this object represents an hnm_Status type
  • returns the display list associated with that object.

Returns:

A pointer to the display list associated with the Status object. If the object isn't of the correct type, NULL is returned. The ownership of the memory referenced by the pointer is retained by the called context and must not be deleted by the calling context.