Important: The information in this document is obsolete and should not be used for new development.
Manipulating the Desktop Database Itself
If your application adds information to or removes information from the desktop database, use thePBDTFlushfunction to save your changes. To get information about the desktop database itself, use thePBDTGetInfofunction. ThePBDTResetfunction removes all information from the desktop database, and thePBDTDeletefunction removes the desktop database; you should not use these two functions unless absolutely necessary.
Subtopics
- PBDTFlush
- PBDTGetInfo
- PBDTReset
- PBDTDelete