Beispiel #1
0
 public bool GetPackageInfo(UInt32 arg0, ref UInt32 arg1, ref Int32 arg2, ref ELicenseType arg3, ref EPackageStatus arg4, ref Int32 arg5, ref Int32 arg6, ref Int32 arg7)
 {
     return(this.GetFunction <NativeGetPackageInfoUUIEEIII>(this.Functions.GetPackageInfo43)(this.ObjectAddress, arg0, ref arg1, ref arg2, ref arg3, ref arg4, ref arg5, ref arg6, ref arg7));
 }
 public bool GetPackageInfo(UInt32 unPackageID, ref UInt32 puNumAppIds, ref UInt32 puNumDepotIDs, ref EBillingType peBillingType, ref ELicenseType peLicenseType, ref EPackageStatus pePackageStatus, ref Int32 piCodeClass, ref Int32 piGameCode, ref Int32 piTerritoryCode, ref bool pbRequiresShipping, ref bool pbIsPreorder)
 {
     return(this.GetFunction <NativeGetPackageInfoUUUEEEIIIBB>(this.Functions.GetPackageInfo40)(this.ObjectAddress, unPackageID, ref puNumAppIds, ref puNumDepotIDs, ref peBillingType, ref peLicenseType, ref pePackageStatus, ref piCodeClass, ref piGameCode, ref piTerritoryCode, ref pbRequiresShipping, ref pbIsPreorder));
 }