winapi::um::winbase

Function CreateMailslotA

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