winapi::um::winbase

Function CreateMailslotW

Source
pub unsafe extern "system" fn CreateMailslotW(
    lpName: LPCWSTR,
    nMaxMessageSize: DWORD,
    lReadTimeout: DWORD,
    lpSecurityAttributes: LPSECURITY_ATTRIBUTES,
) -> HANDLE