windows::Win32::Storage::Packaging::Appx

Function OpenPackageInfoByFullNameForUser

pub unsafe fn OpenPackageInfoByFullNameForUser<P1>(
    usersid: Option<PSID>,
    packagefullname: P1,
    reserved: Option<u32>,
    packageinforeference: *mut *mut _PACKAGE_INFO_REFERENCE,
) -> WIN32_ERROR
where P1: Param<PCWSTR>,