FsRtlDoesNameContainWildCards function (ntifs.h)

The FsRtlDoesNameContainWildCards routine determines whether a Unicode string contains wildcard characters.

Syntax

BOOLEAN FsRtlDoesNameContainWildCards(
  [in] PUNICODE_STRING Name
);

Parameters

[in] Name

A pointer to the string to be checked.

Return value

FsRtlDoesNameContainWildCards 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
Target Platform Universal
Header ntifs.h (include Ntifs.h)
Library NtosKrnl.lib
DLL NtosKrnl.exe
IRQL PASSIVE_LEVEL
DDI compliance rules HwStorPortProhibitedDDIs(storport), PowerIrpDDis(wdm)

See also

UNICODE_STRING