| 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.
PMDFdatabaseCloseshould be called to close a database opened with aPMDFdatabaseAddEntry,PMDFdatabaseDeleteEntry, orPMDFdatabaseGetEntrycall. See the description ofPMDFdatabaseAddEntryfor 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 |