Share via


FindNextFlashCard

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

Smartphone: Windows Mobile 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 API Functions

FindFirstFlashCard

FindFirstProjectFile

FindNextProjectFile

Last updated on Friday, April 22, 2005

© 2005 Microsoft Corporation. All rights reserved.

Send feedback on this topic to the authors.