Function GetCardFileList

TMSi Data Acquisition SDK

 
TMS International BV

GetCardFileList

TMSiFileInfoType GetCardFileList (
IN HANDLE Handle,
IN OUT int* NrOfFiles )

Parameters

Handle
   
Handle of the library.

NrOfFiles
    Pointer to the number of files found on the card

   

Return Value

If successful the pointer to the first element in the array is returned. If unsuccessful this function returns NULL, in that case use GetErrorCode to get the error code.

Comments

The internal card on the device can have multiple  files. This function is used to get information about each of these files. This function returns a structure for each file on the card. This array of structures is allocated by the SDK and must be freed using Free().

This function is for Mobita only.

Also see

OpenCardFile , CloseCardFile