ImageGear for C and C++ on Windows v19.9 - Updated
MED_ElemList_read_mem
API Reference Guide > MD Component API Reference > MD Component Functions Reference > Data Set Element List Functions > MED_ElemList_read_mem

This function loads Data Element List from buffer lpPtr32, into hIGMedElemList.

Declaration:

 
Copy Code
AT_ERRCOUNT ACCUAPI MED_ElemList_read_mem (
        VOID FAR32* lpPtr32,
        AT_UINT nSize,
        LPAT_DCM_ELEMLIST_SETTINGS lpElemListSettings,
        HIGMEDELEMLIST hIGMedElemList
);

Arguments:

Name Type Description
lpPtr32 VOID FAR32* Far pointer to buffer, containing file data.
nSize AT_UINT Size of the buffer.
lpElemListSettings LPAT_DCM_ELEMLIST_SETTINGS A far pointer to AT_DCM_ELEMLIST_SETTINGS structure's object with control parameters for reading of element lists.
hIGMedElemList HIGMEDELEMLIST HIGMEDELEMLIST handle to the Data Element List object.

Return Value:

Returns the number of ImageGear errors that occurred during the function call.

Supported Raster Image Formats:

This function does not process image pixels.