windows::Win32::System::Rpc

Function RpcServerUseProtseqEpExW

pub unsafe fn RpcServerUseProtseqEpExW<P0, P2>(
    protseq: P0,
    maxcalls: u32,
    endpoint: P2,
    securitydescriptor: Option<*const c_void>,
    policy: *const RPC_POLICY,
) -> RPC_STATUS
where P0: Param<PCWSTR>, P2: Param<PCWSTR>,