Prosoft-technology MVI69-ADM Bedienungsanleitung Seite 305

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 342
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 304
MVI-ADM 'C' Programmable Side-Connect API Library Functions
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 305 of 342
February 20, 2013
MVIsc_Close
Syntax
int MVIsc_Close(HANDLE handle);
Parameters
Handle
Handle returned by previous call to MVIsc_Open
Description
This function is used by an application to release control of the API.
handle must be a valid handle returned from MVIsc_Open.
IMPORTANT: After the API has been opened, this function should always be called before exiting
the application.
Return Value
MVISC_SUCCESS
API was closed successfully
MVISC_ERR_NOACCESS
handle does not have access
Example
HANDLE Handle;
MVIsc_Close(Handle);
Seitenansicht 304
1 2 ... 300 301 302 303 304 305 306 307 308 309 310 ... 341 342

Kommentare zu diesen Handbüchern

Keine Kommentare