Creates settings collection and returns an ID being associated with it.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_settings_collection_create( AT_INT nParentSettingsId, LPAT_INT lpSettingsId ); |
Name | Type | Description |
---|---|---|
nParentSettingsId | AT_INT | ID of the parent settings collection. If this parameter is -1 the new settings collection is initialized with their default values. If the parent collection exists, values will be copied from it. |
lpSettingsId | LPAT_INT | Buffer to return Id of the newly created settings collection. |
This function does not process image pixels.
The collection being created must be deleted with IG_REC_settings_collection_delete when it is no longer needed.