FindNextFlashCard
4/8/2010
This function finds the next mountable file system, such as a flash card.
Syntax
BOOL FindNextFlashCard(
HANDLE hFlashCard,
LPWIN32_FIND_DATA lpFindFlashData
);
Parameters
- hFlashCard
[in] Handle to the first flash card as returned by a previous call to the FindFirstFlashCard function.
- lpFindFlashData
[out] Long pointer to the WIN32_FIND_DATA structure that receives information about the found flash card.
Return Value
TRUE indicates success. FALSE indicates failure.
Remarks
Call this function after calling the FindFirstFlashCard function if more than one mountable file system might exist on the device. Use the returned handles in the EnumProjectsEx, the EnumProjectsFilesEx, the FindFirstProjectFile, and the FindNextProjectFile functions.
Requirements
Header | projects.h |
Library | note_prj.lib |
Windows Mobile | Pocket PC 2000 and later, Smartphone 2002 and later |
See Also
Reference
File and Application Management Functions
EnumProjectsEx
EnumProjectsFilesEx
FindFirstFlashCard
FindFirstProjectFile
FindNextProjectFile