System.Deployment.Internal.Isolation.Store.CalculateDelimiterOfDeploymentsBasedOnQuota C# (CSharp) Méthode

CalculateDelimiterOfDeploymentsBasedOnQuota() public méthode

public CalculateDelimiterOfDeploymentsBasedOnQuota ( uint dwFlags, uint cDeployments, IDefinitionAppId rgpIDefinitionAppId_Deployments, StoreApplicationReference &InstallerReference, ulong ulonglongQuota, uint &Delimiter, ulong &SizeSharedWithExternalDeployment, ulong &SizeConsumedByInputDeploymentArray ) : void
dwFlags uint
cDeployments uint
rgpIDefinitionAppId_Deployments IDefinitionAppId
InstallerReference StoreApplicationReference
ulonglongQuota ulong
Delimiter uint
SizeSharedWithExternalDeployment ulong
SizeConsumedByInputDeploymentArray ulong
Résultat void
        public void CalculateDelimiterOfDeploymentsBasedOnQuota(uint dwFlags, uint cDeployments, IDefinitionAppId[] rgpIDefinitionAppId_Deployments, ref StoreApplicationReference InstallerReference, ulong ulonglongQuota, ref uint Delimiter, ref ulong SizeSharedWithExternalDeployment, ref ulong SizeConsumedByInputDeploymentArray)
        {
            IntPtr zero = IntPtr.Zero;
            this._pStore.CalculateDelimiterOfDeploymentsBasedOnQuota(dwFlags, new IntPtr((long) cDeployments), rgpIDefinitionAppId_Deployments, ref InstallerReference, ulonglongQuota, ref zero, ref SizeSharedWithExternalDeployment, ref SizeConsumedByInputDeploymentArray);
            Delimiter = (uint) zero.ToInt64();
        }