windows::Win32::Data::RightsManagement

Function DRMGetUnboundLicenseAttribute

pub unsafe fn DRMGetUnboundLicenseAttribute<P1>(
    hqueryroot: u32,
    wszattributetype: P1,
    iwhich: u32,
    peencoding: *mut DRMENCODINGTYPE,
    pcbuffer: *mut u32,
    pbbuffer: *mut u8,
) -> Result<()>
where P1: Param<PCWSTR>,