IXtfFileIOClient::FindFiles Method

Searches for files on a development console.

Syntax

public:
HRESULT FindFiles(
         LPCWSTR pszSearchPattern,
         DWORD dwIncludeAttributes,
         DWORD dwExcludeAttributes,
         DWORD dwRecursionLevels,
         DWORD dwFlags,
         IXtfFindFileCallback *pCallback
)  

Parameters

pszSearchPattern
Type: LPCWSTR 

Pointer to the search pattern that defines the filenames of the source files to search for.

dwIncludeAttributes
Type: DWORD 

Bitwise-OR combination of file attributes to include for the search.

dwExcludeAttributes
Type: DWORD 

Bitwise-OR combination of file attributes to exclude from the search.

dwRecursionLevels
Type: DWORD 

Number of directory levels to recurse for the search.

dwFlags
Type: DWORD 

Bitwise-OR combination of flags that specify how to search for the files.

pCallback
Type: IXtfFindFileCallback *

Pointer to the IXtfFindFileCallback callback to call when files are found.

Return value

Type: HRESULT 

HRESULT success or error code.

Requirements

Header: Declared in xtffileio.h.

Library: Use xtffileio.lib.

See also

Reference

IXtfFileIOClient Interface

IXtfFileIOClient Members

XtfFileIO