Allocate a registry array
#include "dip_registry.h"
dip_Error dip_RegistryArrayNew ( array, size, resources )
This function allocates an array of dip_Registry structures.
Data type | Name | Description |
dip_RegistryArray * | array | Pointer to the allocated array |
dip_int | size | Array size |
dip_Resources | resources | Resources tracking structure. See ResourcesNew |