windows::Win32::Data::RightsManagement

Function DRMCreateUser

pub unsafe fn DRMCreateUser<P0, P1, P2>(
    wszusername: P0,
    wszuserid: P1,
    wszuseridtype: P2,
    phuser: *mut u32,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,