Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
4/8/2010

This section provides information about the Windows Mobile file management functions described in the following table.

Function Windows Mobile Professional Windows Mobile Standard Description

EnumProjectsEx

X

X

Enumerates all projects in main memory or on the specified mountable file system.

EnumProjectsFilesEx

X

X

Enumerates files in a folder or all folders in main memory or on a mountable file system.

FindFirstFlashCard

X

X

Returns a handle to the first mountable file system, such as a flash card.

FindFirstProjectFile

X

X

Searches a directory for a file with the specified name.

FindNextFlashCard

X

X

Finds the next mountable file system.

FindNextProjectFile

X

X

Continues a file search from a previous call to FindFirstProjectFile.

See Also