Prosoft-technology MVI69-ADM Manual de usuario Pagina 142

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 342
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 141
Application Development Function Library - ADM API MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 142 of 342 ProSoft Technology, Inc.
February 20, 2013
ADM_DBGetLong
Syntax
long ADM_DBGetLong(ADMHANDLE adm_handle, unsigned short offset)
Parameters
adm_handle
Handle returned by previous call to ADM_Open
offset
Long int offset into database
Description
This function reads a long int from the database at a specified long int offset.
adm_handle must be a valid handle returned from ADM_Open.
Return Value
Requested long int
Example
ADMHANDLE adm_handle;
unsigned short offset;
long l;
l = ADM_DBGetLong(adm_handle, offset);
See Also
ADM_DBSetLong (page 143)
Vista de pagina 141
1 2 ... 137 138 139 140 141 142 143 144 145 146 147 ... 341 342

Comentarios a estos manuales

Sin comentarios