windows::Win32::Data::RightsManagement

Function DRMCreateClientSession

pub unsafe fn DRMCreateClientSession<P2, P3>(
    pfncallback: DRMCALLBACK,
    ucallbackversion: u32,
    wszgroupidprovidertype: P2,
    wszgroupid: P3,
    phclient: *mut u32,
) -> Result<()>
where P2: Param<PCWSTR>, P3: Param<PCWSTR>,