NAME

NtCreateMailslotFile  (NTDLL.@)

SYNOPSIS

 NTSTATUS NtCreateMailslotFile
 (
  PHANDLE            pHandle,
  ULONG              DesiredAccess,
  POBJECT_ATTRIBUTES attr,
  PIO_STATUS_BLOCK   IoStatusBlock,
  ULONG              CreateOptions,
  ULONG              MailslotQuota,
  ULONG              MaxMessageSize,
  PLARGE_INTEGER     TimeOut
 )

DESCRIPTION

PARAMS

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] .

RETURNS

An NT status code

IMPLEMENTATION

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 Nov 2008.