This function finds the next mountable file system, such as a flash card.
Header file: | Projects.h |
Windows CE Versions: | 2.01 and later |
BOOL FindNextFlashCard(HANDLE hFlashCard,
LPWIN32_FIND_DATA lpFindFlashData);
TRUE indicates success. FALSE indicates failure.
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.
EnumProjects, EnumProjectsFiles, FindClose, FindFirstFlashCard, FindFirstProjectFile, FindNextProjectFile, WIN32_FIND_DATA