Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the collection of file names to exclude from the scope.
HRESULT SetFilenameExcludes(
LPCWSTR pcszFilenameExcludes);
Parameters
- pcszFilenameExcludes
[in, string] The semicolon-delimited list of file names to exclude from the scope. When this value is the empty string, "", no files are excluded.
Return Value
- S_OK
Remarks
Wildcards (* and ?) can be used in file names.
The file names in pszFilenameExcludes are evaluated by using the PathMatchSpec function. Directories are not evaluated against this exclusion list.