Searches for files on a development console.
public:
HRESULT FindFiles(
LPCWSTR pszSearchPattern,
DWORD dwIncludeAttributes,
DWORD dwExcludeAttributes,
DWORD dwRecursionLevels,
DWORD dwFlags,
IXtfFindFileCallback *pCallback
)
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.
Type: HRESULT
HRESULT success or error code.
Header: Declared in xtffileio.h.
Library: Use xtffileio.lib.