Function windows::Win32::Data::RightsManagement::DRMGetBoundLicenseAttribute
pub unsafe fn DRMGetBoundLicenseAttribute<P0>(
hqueryroot: u32,
wszattribute: P0,
iwhich: u32,
peencoding: *mut DRMENCODINGTYPE,
pcbuffer: *mut u32,
pbbuffer: *mut u8,
) -> Result<()>where
P0: Param<PCWSTR>,