Scroll to navigation

CreateMailslotA(3w) Wine API CreateMailslotA(3w)

NAME

CreateMailslotA (KERNEL32.@)

SYNOPSIS

HANDLE CreateMailslotA
(
LPCSTR lpName,
DWORD nMaxMessageSize,
DWORD lReadTimeout,
LPSECURITY_ATTRIBUTES sa
)
 

DESCRIPTION

See CreateMailslotW(3w).
 

IMPLEMENTATION

Declared in "winbase.h".
Implemented in "dlls/kernel32/sync.c".
Debug channel "sync".
Oct 2012 Wine API