![ADLINK Technology HSLink HSL-AI16 User Manual Download Page 38](http://html1.mh-extra.com/html/adlink-technology/hslink-hsl-ai16/hslink-hsl-ai16_user-manual_2852692038.webp)
30
•
NT DLL Programming
Close
Ø
Syntax
U16 _stdcall W_HSL_Close(U16 card_ID);
Ø
Description
This function is to close the HSLink master card with card_ID. This function
is used to tell library that this registered card is not used currently and can be
released. By the end of a program, you need to use this function to release
all cards that were registered.
Ø
Parameter
card_ID
The card id of the card that want to perform this
operation.
Ø
Return Number
Ø
ERR_NoError,ERR_InvalidBoardNumber
Ø
Example
result = W_HSL_Close(0);