j
k
j a
j l
Paul Gofman pgofman@codeweavers.com wrote:
attr.Attributes = 0x40; /* case insensitive */
There should be a symbolic name for this.
pRtlInitUnicodeString(&name, u"\Device\NamedPipe");
This is not portable, please use L"" form instead.
Back to the thread
Back to the list