STOP 0x0000007f , compatibilty issue.

Thanks a lot! I would do the same and would revert back soon.

“Ladislav Zezula” wrote in message news:xxxxx@ntfsd…
> > Is there any API equivalent to wcsstr in kernel mode (in which we don’t
> > require wchars)?
>
> I think you should use WCHARs. The whole kernel is built
> on Unicode, why to break the philosophy ?
> The problem is not in WCHAR
> vs. CHAR, but in the in-stack variables. You can use wcsstr
> (and strstr) in kernel mode as well (exported by NTOSKRNL.exe
> since NT4).
>
> > “NTFS: Stack space low. Posting Create Request.”
> > Is this error the confirmation to what you suggested in previous mails ?
>
> Yes. The error says “Ooops, there is not too much space
> in the stack because someon has eaten it,
> so I will have do complete create request another way”
>
> L.
>
>