Re: Tests for NtCreateMailslotFile

2007-01-24 Thread Jeff L
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

Re: Tests for NtCreateMailslotFile

2007-01-24 Thread Vitaliy Margolen
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.