niModInst_CloseInstalledDevicesSession
- Updated2023-02-21
- 1 minute(s) read
Specific Function
C Function Prototype
ViStatus niModInst_CloseInstalledDevicesSession (ViSession handle);
Description
Closes the NI-ModInst session created by a call to niModInst_OpenInstalledDevicesSession. Call this function when you are finished using the session handle and do not use this handle again.
Parameters
| Name | Type | Description |
|---|---|---|
| handle | ViSession | The NI-ModInst session handle created by niModInst_OpenInstalledDevicesSession. |