windows::Win32::Data::RightsManagement

Function DRMCreateEnablingBitsDecryptor

pub unsafe fn DRMCreateEnablingBitsDecryptor<P1, P3>(
    hboundlicense: u32,
    wszright: P1,
    hauxlib: u32,
    wszauxplug: P3,
    phdecryptor: *mut u32,
) -> Result<()>
where P1: Param<PCWSTR>, P3: Param<PCWSTR>,