Share via


IRAPISession::CeFindFirstFile

Send Feedback

This method searches for a file or subdirectory in a directory on a remote Microsoft® Windows® CE–based device.

HANDLE CeFindFirstFile(
  LPCWSTR lpFileName, 
  LPCE_FIND_DATA lpFindFileData 
);

Parameters

  • lpFileName
    [in] Long pointer to a null-terminated string that specifies a valid directory or path and file name. This string can contain wildcard characters (* and ?).

    There is a default string size limit for paths of MAX_PATH characters.

  • lpFindFileData
    [out] Long pointer to a CE_FIND_DATA structure that receives information about the found file or subdirectory.

Return Values

A valid search handle indicates success. INVALID_HANDLE_VALUE indicates failure. The returned handle can be used in subsequent calls to IRAPISession::CeFindNextFile or IRAPISession::CeFindClose, To get extended error information, call IRAPISession::CeGetLastError and IRAPISession::CeRapiGetError.

Requirements

OS Versions: Windows CE 5.01 and later.
Header: Rapi2.h.
Link Library: Ole32.lib, Rapiuuid.lib.

See Also

IRAPISession::IUnknown | IRAPISession::CeFindNextFile | IRAPISession::CeFindClose

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.