Q: FsRtlIsNameInExpression

Hello,

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 not
how 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