This function initializes an empty Data Set.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI MED_ElemList_init( HIGMEDELEMLIST* lpHIGMedElemList ); |
Name | Type | Description |
---|---|---|
lpHIGMedElemList | HIGMEDELEMLIST* | Address of handle HIGMEDELEMLIST to the Data Element List object. |
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.
Copy Code
|
|
---|---|
HIGMEDELEMLIST ds; MED_ElemList_init(&ds); |