windows::Win32::Data::RightsManagement

Function DRMGetBoundLicenseAttribute

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