Previous | Contents | Index |
Close a database.
status = PMDF_database_close (database)
Argument Data type Access Mechanism database signed longword read value
status = PMDFdatabaseClose (database)
int PMDFdatabaseClose(int database)
database
Database to close.
PMDFdatabaseClose
should be called to close a database opened with aPMDFdatabaseAddEntry
,PMDFdatabaseDeleteEntry
, orPMDFdatabaseGetEntry
call. See the description ofPMDFdatabaseAddEntry
for a list of the legal values for database.
PMDF__OK Normal, successful completion. PMDF__BAD Bad parameter value: illegal value specified for database.
Previous | Next | Contents | Index |