Docs » Autodocs » layers.library » NewLayerInfo
NewLayerInfo -- Allocate and Initialize full Layer_Info structure.
result = NewLayerInfo() d0 struct Layer_Info *NewLayerInfo( void );
Allocate memory required for full Layer_Info structure. Initialize Layer_Info structure in preparation to use other layer operations on this list of layers. Make the Layer_Info unlocked (open).
None
result- pointer to Layer_Info structure if successful NULL if not enough memory
<graphics/layers.h>
|