Prosoft-technology MVI69-ADM Manual de usuario Pagina 156

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 342
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 155
Application Development Function Library - ADM API MVI-ADM 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 156 of 342 ProSoft Technology, Inc.
February 20, 2013
ADM_GetDBCptr
Syntax
char * ADM_GetDBCptr(ADMHANDLE adm_handle, int offset)
Parameters
adm_handle
Handle returned by previous call to ADM_Open
offset
Word offset into database
Description
This function obtains a pointer to char corresponding to the database + offset
location. Because offset is a word offset, the pointer will always reference a
character on a word boundary.
adm_handle must be a valid handle returned from ADM_Open.
Return Value
Returns NULL if not successful.
Returns pointer to char if successful.
Example
ADMHANDLE adm_handle;
int offset;
char c;
c = *(ADM_GetDBCptr(adm_handle, offset));
Vista de pagina 155
1 2 ... 151 152 153 154 155 156 157 158 159 160 161 ... 341 342

Comentarios a estos manuales

Sin comentarios