|
QLIB-function: QAPIExtCloseCard
With the function QAPIExtCloseCard the board is closed.
void QAPIExtCloseCard(
ULONG cardhandle
);
Parameter 1
| cardhandle |
Defines the handle from the opened card |
Return value
None.
Commands
This function always must called before an application is closed , because otherwise the used resources could not get free. The handle, that is give to the function, can get by the function QAPIExtOpenCard.
Links
QAPIExtOpenCard
Back to the QLIB overview
|