windows::Win32::System::Rpc

Function RpcNsProfileEltAddA

pub unsafe fn RpcNsProfileEltAddA<P1, P4, P6>(
    profilenamesyntax: u32,
    profilename: P1,
    ifid: Option<*const RPC_IF_ID>,
    membernamesyntax: u32,
    membername: P4,
    priority: u32,
    annotation: P6,
) -> RPC_STATUS
where P1: Param<PCSTR>, P4: Param<PCSTR>, P6: Param<PCSTR>,