windows::Win32::System::Rpc

Function RpcNsProfileEltRemoveW

pub unsafe fn RpcNsProfileEltRemoveW<P1, P4>(
    profilenamesyntax: u32,
    profilename: P1,
    ifid: Option<*const RPC_IF_ID>,
    membernamesyntax: u32,
    membername: P4,
) -> RPC_STATUS
where P1: Param<PCWSTR>, P4: Param<PCWSTR>,