Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a name contains wildcard characters.
Syntax
BOOLEAN PrjDoesNameContainWildCards(
[in] LPCWSTR fileName
);
Parameters
[in] fileName
A null-terminated Unicode string to check for wildcard characters.
Return value
True if fileName contains wildcards, False otherwise.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10, version 1809 [desktop apps only] |
| Minimum supported server | Windows Server [desktop apps only] |
| Target Platform | Windows |
| Header | projectedfslib.h |
| Library | ProjectedFSLib.lib |