// ntifs.h
BOOLEAN FsRtlDoesNameContainWildCards(
[in] PUNICODE_STRING Name
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlDoesNameContainWildCards routine determines whether a Unicode string contains wildcard characters.
Name [in]A pointer to the string to be checked.
FsRtlDoesNameContainWildCards returns TRUE if one or more wildcard characters were found, FALSE otherwise.
The following are wildcard characters: *, ?, ANSI_DOS_STAR, ANSI_DOS_DOT, and ANSI_DOS_QM.
For information about other string-handling routines, see Run-Time Library (RTL) Routines.