Function ziAPIAllocateEventEx#
Defined in File ziAPI.h
-
ZIEvent *ziAPIAllocateEventEx(void)#
Allocates ZIEvent structure and returns the pointer to it. Attention!!! It is the client code responsibility to deallocate the structure by calling ziAPIDeallocateEventEx!
This function allocates a ZIEvent structure and returns the pointer to it. Free the memory using ziAPIDeallocateEventEx.
See also