PMDF Programmer's Reference Manual


Previous Next Contents Index


PMDFdatabaseClose

Close a database.

PASCAL

status = PMDF_database_close (database)

argument information
Argument Data type Access Mechanism
database signed longword read value

C

status = PMDFdatabaseClose (database)

argument information


int PMDFdatabaseClose(int database) 


Arguments

database

Database to close.

Description

PMDFdatabaseClose should be called to close a database opened with a PMDFdatabaseAddEntry, PMDFdatabaseDeleteEntry, or PMDFdatabaseGetEntry call. See the description of PMDFdatabaseAddEntry 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.


Previous Next Contents Index