FsRtlDoesDbcsContainWildCards function (ntifs.h)

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

Syntax

BOOLEAN FsRtlDoesDbcsContainWildCards(
  [in] PANSI_STRING Name
);

Parameters

[in] Name

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.

Requirements

Requirement Value
Minimum supported client Windows 2000
Target Platform Universal
Header ntifs.h (include FltKernel.h, Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL <= APC_LEVEL

See also

ANSI_STRING