Vitaliy Margolen wrote:
Jeff Latimer wrote:
This is the first of some tests for NtCreateMailslotFile. I have
included them in kernel32/tests as I thought it better that the Mailslot
tests be collocated.
Why do you need to test NtCreateMailslotFile directly? Why can't yo
Jeff Latimer wrote:
> This is the first of some tests for NtCreateMailslotFile. I have
> included them in kernel32/tests as I thought it better that the Mailslot
> tests be collocated.
Why do you need to test NtCreateMailslotFile directly? Why can't you use
CreateMailslot instead?
Vitaliy.