FsRtlDoesDbcsContainWildCards - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

BOOLEAN FsRtlDoesDbcsContainWildCards(
  [in] PANSI_STRING Name
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-_fsrtl_advanced_fcb_header-fsrtldoesdbcscontainwildcards)

FsRtlDoesDbcsContainWildCards function

Description

The FsRtlDoesDbcsContainWildCards routine determines whether an ANSI or double-byte character set (DBCS) string contains wildcard characters.

Parameters

Name [in]

A pointer to the string to be checked.

Return value

The FsRtlDoesDbcsContainWildCards routine returns TRUE if one or more wildcard characters were found, FALSE otherwise.

Remarks

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.

See also

ANSI_STRING