FSDMGR_CreateSearchHandle

This function creates search, or find, handles.

At a Glance

Header file: Fsdmgr.h
Windows CE versions: 2.10 and later

Syntax

HANDLE FSDMGR_CreateSearchHandle( HVOL hVol, HANDLE hProc,
PSEARCH
pSearch);

Parameters

hVol

[in] Handle to the mounted volume that is returned from FSDMGR_RegisterVolume. This handle is not a true Win32 handle.

hProc

[in] Handle to the originating process handle.

pSearch

[out] Pointer to the search-specific data defined by the file system driver for the new handle.

Return Values

A search handle associated with the originating process indicates success. INVALID_HANDLE_VALUE indicates failure.

Remarks

This function returns a handle to the application that called the FindFirstFile function created by the independent software vendor.

See Also

FindFirstFile, FSDMGR_RegisterVolume