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

  • 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 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)
Vue de la page 141
1 2 ... 137 138 139 140 141 142 143 144 145 146 147 ... 341 342

Commentaires sur ces manuels

Pas de commentaire