UpcaseTable is optional.
You can use IgnoreCase to TRUE without using this table. Just set it to
NULL.
Inaki.
-----Original Message-----
From: Henrik Eriksson
Sent: lunes 20 de marzo de 2000 15:01
To: File Systems Developers
Subject: [ntfsd] Q: FsRtlIsNameInExpressionHello,
I’m using FsRtlIsNameInExpression to see if a string is in another and it
works if they have the same case. To make the matching case insensitive
you
set the boolean IgnoreCase to TRUE but then the function wants an
UpcaseTable. Are there anyone available (like extern PWCHAR xxx) or if nothow do I write such a table, {a,A,b,B} ?
NTKERNELAPI
BOOLEAN
FsRtlIsNameInExpression (
IN PUNICODE_STRING Expression,
IN PUNICODE_STRING Name,
IN BOOLEAN IgnoreCase,
IN PWCHAR UpcaseTable OPTIONAL
);Henrik Eriksson
Get Your Private, Free Email at http://www.hotmail.com
You are currently subscribed to ntfsd as: xxxxx@pandasoftware.es
To unsubscribe send a blank email to $subst(‘Email.Unsub’)