This function copies source Data Set to the destination lphDstList for which will be allocated new memory.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI MED_ElemList_copy( HIGMEDELEMLIST hSrcList, HIGMEDELEMLIST* lphDstList ); |
Name | Type | Description |
---|---|---|
hSrcList | HIGMEDELEMLIST | HIGMEDELEMLIST handle to the source Data Element List object. |
lphDstList | HIGMEDELEMLIST* | HIGMEDELEMLIST* address of handle to the destination Data Element List object. |
Returns the number of ImageGear errors that occurred during the function call.
This function does not process image pixels.
When copied Metadata is no longer necessary, it should be destroyed by calling MED_ElemList_destroy().