FindNextFlashCard

This function finds the next mountable file system, such as a flash card.

At a Glance

Header file: Projects.h
Windows CE Versions: 2.01 and later

Syntax

BOOL FindNextFlashCard(HANDLE hFlashCard,
LPWIN32_FIND_DATA
lpFindFlashData);

Parameter

hFlashCard
Handle to the first flash card as returned by a previous call to the FindFirstFlashCard function.
lpFindFlashData
Long pointer to the WIN32_FIND_DATA structure that receives information about the found flash card. The structure can be used in calls to FindClose representing the next mountable file system.

Return Values

TRUE indicates success. FALSE indicates failure.

Remarks

Call FindNextFlashCard after calling FindFirstFlashCard if more than one mountable file system possibly exists on the target device. Use the returned handles in EnumProjects, EnumProjectsFiles, FindFirstProjectFile, and FindNextProjectFile.

See Also

EnumProjects, EnumProjectsFiles, FindClose, FindFirstFlashCard, FindFirstProjectFile, FindNextProjectFile, WIN32_FIND_DATA