// ntifs.h
BOOLEAN FsRtlDoesDbcsContainWildCards(
[in] PANSI_STRING Name
);
View the official Windows Driver Kit DDI referenceNo description available.
The FsRtlDoesDbcsContainWildCards routine determines whether an ANSI or double-byte character set (DBCS) string contains wildcard characters.
Name [in]A pointer to the string to be checked.
The FsRtlDoesDbcsContainWildCards routine 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.