|
QLIB-function: QAPIGetCardInfo
With the function QAPIGetCardInfo it is possible to get some information about the card.
LPCARDDATAS QAPIGetCardInfo (
ULONG cardid
);
Parameter 1
| cardid |
Defines the ID of the card , from which you can get an information
|
Return value
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...
Commands
In comparision to QAPIExtCardinfo the files must not be given out
Back to the QLIB overview
|