FindNextFlashCard

Send Feedback

The FindNextFlashCard 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 Values

TRUE indicates success. FALSE indicates failure.

Remarks

Call FindNextFlashCard after calling FindFirstFlashCard if more than one mountable file system might exist on the target device. Use the returned handles in EnumProjectsEx, EnumProjectsFilesEx, FindFirstProjectFile, and FindNextProjectFile.

Requirements

Pocket PC: Pocket PC 2000 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: projects.h
Library: note_prj.lib

See Also

WIN32_FIND_DATA and FindClose in the Microsoft Windows CE .NET 4.2 help system.

EnumProjectsEx | EnumProjectsFilesEx | File and Application Management Functions | FindFirstFlashCard | FindFirstProjectFile | FindNextProjectFile

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.