QLIB-function: QAPIExtReleaseCardInfo


With the function QAPIExtReleaseCardInfo it is possible with QAPIExtGetCardInfo to get out the asked card information

void QAPIExtReleaseCardInfo( LPCARDDATAS carddatas );


Parameter 1
carddatas
It is a pointer from the structureTyp CARDDATAS

Return value
None.

Commands

This function should always called if there in no need for the information. After running the function it is forbidden to use the Pointer on the data field.

 Back to the QLIB overview