Close a database.
argument informationstatus = PMDF_database_close (database)
| Argument | Data type | Access | Mechanism |
|---|---|---|---|
| database | signed longword | read | value |
argument informationstatus = PMDFdatabaseClose (database)
int PMDFdatabaseClose (database)
int database;
database
Database to close.
PMDF_database_close should be called to close a database opened with a PMDF_database_add_entry, PMDF_database_delete_entry, or PMDF_database_get_entry call. See the description of PMDF_database_add_entry for a list of the legal values for database.Return Values
| PMDF__OK | Normal, successful completion. |
| PMDF__BAD | Bad parameter value: illegal value specified for database. |