ProSoft Technology MVI69-ADM User Manual
Page 134
Advertising

Application Development Function Library - ADM API
MVI-ADM ♦ 'C' Programmable
Developer's Guide
'C' Programmable Application Development Module
Page 134 of 342
ProSoft Technology, Inc.
February 20, 2013
ADM_DBZero
Syntax
int ADM_DBZero(ADMHANDLE adm_handle)
Parameters
adm_handle
Handle returned by previous call to ADM_Open
Description
This function writes zeros to a database previously created by ADM_DBOpen.
adm_handle must be a valid handle returned from ADM_Open.
Return Value
ADM_SUCCESS
No errors were encountered
ADM_ERR_NOACCESS
adm_handle does not have access
ADM_ERR_MEMORY
database is not allocated
Example
ADMHANDLE adm_handle;
ADM_DBZero(adm_handle);
See Also
ADM_DBOpen (page 132)
Advertising