Share via


ICcConnection::SearchFileSystem (Compact 2013)

3/26/2014

Deprecated.

This method searches the file system.

In Windows Embedded Compact 2013, CoreCon HLAPI has been deprecated.

Syntax

HRESULT SearchFileSystem(
  LPCOLESTR in_Criteria,
  LPCOLESTR in_StartingDirectory,
  SAFEARRAY( BSTR )* out_FileSystems
);

Parameters

  • in_Criteria
    [in] Search argument, such as *.* for all files.
  • in_StartingDirectory
    [in] Directory to begin the search from.
  • out_FileSystems
    [out] Array of values found.

Return Value

If the method fails, it returns an HRESULT error code.

If the method succeeds, it returns S_OK.

Requirements

Header

ccconnection.h

See Also

Reference

ICcConnection
Core Connectivity Interfaces