PMDF Programmer's Reference Manual
PMDF-PRM-6.0


Previous | Contents

PMDF_database_close

Close a database.

VMS FORMAT

status = PMDF_database_close (database)

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

C FORMAT

status = PMDFdatabaseClose (database)

argument information
int PMDFdatabaseClose (database) 
         int database; 

ARGUMENTS

database

Database to close.

DESCRIPTION

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.


Previous | Next | Contents