windows::Win32::Data::RightsManagement

Function DRMGetServiceLocation

pub unsafe fn DRMGetServiceLocation<P3>(
    hclient: u32,
    uservicetype: u32,
    uservicelocation: u32,
    wszissuancelicense: P3,
    puserviceurllength: *mut u32,
    wszserviceurl: Option<PWSTR>,
) -> Result<()>
where P3: Param<PCWSTR>,