windows::Win32::Security::Authentication::Identity

Function SLGetLicensingStatusInformation

pub unsafe fn SLGetLicensingStatusInformation<P3>(
    hslc: *const c_void,
    pappid: Option<*const GUID>,
    pproductskuid: Option<*const GUID>,
    pwszrightname: P3,
    pnstatuscount: *mut u32,
    pplicensingstatus: *mut *mut SL_LICENSING_STATUS,
) -> Result<()>
where P3: Param<PCWSTR>,