Breadcrumbs

MnApiSystem_Close

This function closes the interface.

Syntax

MnApiSystem_Close.bmp

C++
FUNCTION MnApiSystem_Close : DWORD
VAR_INPUT
    hDevice : DWORD;
END_VAR


Parameters

Parameter

Beschreibung

hDevice [out] 

Variable that contains the handle.



Return Values

Return Values 

Description 

> 0 

Function was executed successfully.

An error has occurred 



Example

C++
MnApiSystem_Close(hSystemHandle);


Requirements



Remarks