Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ Wildcard character|Meaning
|DOS_QM|Matches any single character or, upon encountering a period or end of name string, advances the expression to the end of the set of contiguous DOS_QMs.|
|DOS_STAR|Matches zero or more characters until encountering and matching the final period in the name.|

In low resource conditions, **FsRtlIsNameInExpression** can raise a structured exception with a code of `STATUS_NO_MEMORY`, which callers should be prepared to handle. For more information, see [Structured Exception Handling](/windows/win32/debug/structured-exception-handling).


**Note**

Expand All @@ -87,3 +89,4 @@ If both parameters are null strings, FsRtlIsNameInUnUpcasedExpression returns TR
## -see-also

- [FsRtlIsNameInExpression](./nf-ntifs-_fsrtl_advanced_fcb_header-fsrtlisnameinexpression.md)