Prosoft-technology MVI69-ADM Manual de usuario Pagina 183

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 342
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 182
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 183 of 342
February 20, 2013
ADM_SkipToNext
Syntax
char* ADM_SkipToNextl(ADMHANDLE adm_handle, char *buff);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
buff
pointer to string buffer
Description
ADM_SkipToNext skips characters encountered until white space is reached.
The white space is skipped. A pointer to the next non-white space character is
returned. If no character is found, null is returned.
adm_handle must be a valid handle returned from ADM_Open.
buff must be a pointer to a string buffer.
Return Value:
Pointer to char at start of next data.
NULL if no character found.
Example
ADMHANDLE adm_handle;
char *buffer;
buffer = ADM_SkipToNext(adm_handle, buffer);
Vista de pagina 182
1 2 ... 178 179 180 181 182 183 184 185 186 187 188 ... 341 342

Comentarios a estos manuales

Sin comentarios