Prosoft-technology MVI69-ADM Manual de usuario Pagina 204

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 342
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 203
Backplane API Functions MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 204 of 342 ProSoft Technology, Inc.
February 20, 2013
MVIbp_Close
Syntax
int MVIbp_Close(MVIHANDLE handle);
Parameters
handle
Handle returned by previous call to MVIbp_Open
Description
This function is used by an application to release control of the API.
handle must be a valid handle returned from MVIbp_Open.
IMPORTANT: After the API has been opened, this function should always be called before exiting
the application.
Return Value
MVI_SUCCESS
API was closed successfully
MVI_ERR_NOACCESS
handle does not have access
Example
MVIHANDLE Handle;
MVIbp_Close(Handle);
See Also
MVIbp_Open (page 203)
Vista de pagina 203
1 2 ... 199 200 201 202 203 204 205 206 207 208 209 ... 341 342

Comentarios a estos manuales

Sin comentarios