windows::Win32::System::Rpc

Function RpcNsGroupMbrAddW

pub unsafe fn RpcNsGroupMbrAddW<P1, P3>(
    groupnamesyntax: u32,
    groupname: P1,
    membernamesyntax: u32,
    membername: P3,
) -> RPC_STATUS
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,