Prosoft-technology MVI69-ADM Manuel d'utilisateur Page 124

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 342
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 123
Application Development Function Library - ADM API MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 124 of 342 ProSoft Technology, Inc.
February 20, 2013
ADM_Close
Syntax
int ADM_Close(ADMHANDLE adm_handle);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
Description
This function is used by an application to release control of the API. adm_handle
must be a valid handle returned from ADM_Open.
IMPORTANT: After the API has been opened, this function should always be called before exiting
the application.
Return Value
ADM_SUCCESS
API was closed successfully
ADM_ERR_NOACCESS
adm_handle does not have access
Example
ADMHANDLE adm_handle;
ADM_Close(adm_handle);
See Also
ADM_Open (page 123)
Vue de la page 123
1 2 ... 119 120 121 122 123 124 125 126 127 128 129 ... 341 342

Commentaires sur ces manuels

Pas de commentaire