windows::Win32::System::Rpc

Function RpcServerRegisterIfEx

pub unsafe fn RpcServerRegisterIfEx(
    ifspec: *const c_void,
    mgrtypeuuid: Option<*const GUID>,
    mgrepv: Option<*const c_void>,
    flags: u32,
    maxcalls: u32,
    ifcallback: RPC_IF_CALLBACK_FN,
) -> RPC_STATUS