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 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 FindFirstFlashCardfunction.

lpFindFlashData

[out] Long pointer to the WIN32_FIND_DATAstructure that receives information about the found flash card.

Return Value

TRUE indicates success. FALSE indicates failure.

Remarks

Call this function after calling the FindFirstFlashCardfunction 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 FindNextProjectFilefunctions.

Requirements

Header projects.h
Library note_prj.lib
Windows Mobile Pocket PC 2000 and later, Smartphone 2002 and later

See Also