|
QLIB-function: QAPIGetCardInfoEx
With the function QAPIGetCardInfoEx it is possible to get some information about the card.
These will be written into the applications memory.
ULONG QAPIGetCardInfoEx(
ULONG cardid
LPCARDDATAS lpcd
);
Parameter 1
| cardnum |
Defines the ID of the card , from which you can get an information |
Parameter 2:
| lpcd |
It is a pointer from the structureTyp CARDDATAS |
Return value
If the function was terminated successful, then is the Return value a pointer from theTyp CARDDATAS. The Value is the same as the value from the lpcd.If the function is not successful, then is the Return value always 0L
Commands
This function should be best used under Visual Basic.
Back to the QLIB overview
|