|
QLIB-function: QAPIExtGetCardInfo
With the function QAPIExtGetCardInfo it is possible to get some information about the card.
LPCARDDATAS QAPIExtGetCardInfo(
ULONG cardid
);
Parameter 1
| cardid |
Defines the ID of the card , from which you can get an information |
Return value
None.
Commands
If the function was terminated successful, then is the Return value a pointer from theTyp CARDDATAS. If the function is not successful, then is the Return value always 0L..
Back to the QLIB overview
|