windows::Win32::NetworkManagement::NetManagement

Function NetGroupAddUser

pub unsafe fn NetGroupAddUser<P0, P1, P2>(
    servername: P0,
    groupname: P1,
    username: P2,
) -> u32
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,