NtCreateMailslotFile (NTDLL.@)
NTSTATUS NtCreateMailslotFile ( PHANDLE pHandle, ULONG DesiredAccess, POBJECT_ATTRIBUTES attr, PIO_STATUS_BLOCK IoStatusBlock, ULONG CreateOptions, ULONG MailslotQuota, ULONG MaxMessageSize, PLARGE_INTEGER TimeOut )
pHandle | [Out] | pointer to receive the handle created. |
DesiredAccess | [In] | access mode (read, write, etc). |
ObjectAttributes | [In] | fully qualified NT path of the mailslot. |
IoStatusBlock | [Out] | receives completion status and other info. |
CreateOptions | [In] | . |
MailslotQuota | [In] | . |
MaxMessageSize | [In] | . |
TimeOut | [In] | . |
An NT status code
Defined in "winternl.h".
Implemented in "dlls/ntdll/file.c". source.winehq.org/source/dlls/ntdll/file.c
Debug channel "ntdll".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.