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 thePBDTFlush
function to save your changes. To get information about the desktop database itself, use thePBDTGetInfo
function. ThePBDTReset
function removes all information from the desktop database, and thePBDTDelete
function removes the desktop database; you should not use these two functions unless absolutely necessary.
Subtopics
- PBDTFlush
- PBDTGetInfo
- PBDTReset
- PBDTDelete