Overview
C API (Component Interface)
struct EventInitComplete { UINT32 contentHeaderBytes; };

This event is fired once the system is fully instantiated, to allow components to make any last internal state adjustments based on the final global state of the system. Data about the final state is passed, and no action or return data is required by the framework. Currently, it is only fired on Data components (see EVENT_CONTENT_GET).

Fields

UINT32 contentHeaderBytes
This is the number of bytes that must be reserved at the beginning of the buffer returned by the Data object when servicing EVENT_CONTENT_GET.

Action

  • None.