mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Set status to STATUS_OBJECT_NAME_INVALID if NtCreateMailslotFile returned STATUS_NOT_SUPPORTED
svn path=/trunk/; revision=41893
This commit is contained in:
@@ -109,7 +109,7 @@ CreateMailslotW(LPCWSTR lpName,
|
||||
nMaxMessageSize,
|
||||
&DefaultTimeOut);
|
||||
|
||||
if (Status == STATUS_INVALID_DEVICE_REQUEST)
|
||||
if (Status == STATUS_INVALID_DEVICE_REQUEST || Status == STATUS_NOT_SUPPORTED)
|
||||
{
|
||||
Status = STATUS_OBJECT_NAME_INVALID;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user