ICcCeshCB::FindFile (Windows CE 5.0)

Send Feedback

This method notifies clients when a device-side Target Control service requests a file name to be expanded to include the full path.

HRESULT FindFile(  BSTR bstrFileName,VARIANT_BOOL fUseExisting,  BSTR*pbstrFullPath);

Parameters

  • bstrFileName
    [in] Source file name to be expanded to include the full path.

  • fUseExisting
    [in] Flag indicating that the file must exist on the desktop.

    If set to VARIANT_TRUE, clients must verify that the file exists in the path given by pbstrFullPath.

  • pbstrFullPath
    [out, retval] Full path of the source file, including file name.

Return Values

The following table shows return values for this method.

Value Description
S_OK Indicates the client handled the callback notification properly.
E_FAIL Indicates failure.

Requirements

OS Version: Windows CE 5.0 and later.
Header: CcCeshCB.h.
Link Library: none.

See Also

Core Connectivity Interfaces

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.