Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 343 Bytes

createmailslot.md

File metadata and controls

11 lines (10 loc) · 343 Bytes

CreateMailslotW

[DllImport("KERNEL32.dll", ExactSpelling = true, SetLastError = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe HANDLE CreateMailslotW(
    PCWSTR lpName,
    uint nMaxMessageSize,
    uint lReadTimeout,
    [Optional] SECURITY_ATTRIBUTES* lpSecurityAttributes);