Retrieving Information
To retrieve path information
- Call the CeGetTempPath function to get the path to the directory that is designated for temporary files.
– Or –
- Call the CeGetSpecialFolderPath function to get the path to a specific shell folder, which depends on the input parameter. The possibilities include the recycle bin, Start menu directory, document template directory, network directory, and folders for fonts or installed printers.
To retrieve other information
- Call the CeFindAllDatabases function to get information about all databases of a specified type.
– Or –
- Call the CeFindAllFiles function to get information about all files and directories in a specified directory of the Windows CE object store.
In both cases, the information is returned in an array of CE_FIND_DATA structures.
You must free the memory allocated by the CeFindAllDatabases, CeFindAllFiles, or CeReadRecordProps function by calling the CeRapiFreeBuffer function.