System\Deployment\Internal\Isolation\IStore.cs (5)
19void CalculateDelimiterOfDeploymentsBasedOnQuota(uint dwFlags, IntPtr cDeployments, IDefinitionAppId[] rgpIDefinitionAppId_Deployments, ref StoreApplicationReference InstallerReference, ulong ulonglongQuota, ref IntPtr Delimiter, ref ulong SizeSharedWithExternalDeployment, ref ulong SizeConsumedByInputDeploymentArray);
33object EnumInstallerDeploymentMetadataProperties(uint Flags, ref StoreApplicationReference Reference, IDefinitionAppId Filter, ref Guid riid);
35object EnumPrivateFiles(uint Flags, IDefinitionAppId Application, IDefinitionIdentity DefinitionIdentity, ref Guid riid);
41void GetDeploymentProperty(uint Flags, IDefinitionAppId DeploymentInPackage, ref StoreApplicationReference Reference, ref Guid PropertySet, string pcwszPropertyName, out BLOB blob);
43string LockApplicationPath(uint Flags, IDefinitionAppId ApId, out IntPtr Cookie);
System\Deployment\Internal\Isolation\Store.cs (5)
21public void CalculateDelimiterOfDeploymentsBasedOnQuota(uint dwFlags, uint cDeployments, IDefinitionAppId[] rgpIDefinitionAppId_Deployments, ref StoreApplicationReference InstallerReference, ulong ulonglongQuota, ref uint Delimiter, ref ulong SizeSharedWithExternalDeployment, ref ulong SizeConsumedByInputDeploymentArray);
34public StoreDeploymentMetadataPropertyEnumeration EnumInstallerDeploymentProperties(Guid InstallerId, string InstallerName, string InstallerMetadata, IDefinitionAppId Deployment);
38public StoreAssemblyFileEnumeration EnumPrivateFiles(EnumApplicationPrivateFiles Flags, IDefinitionAppId Application, IDefinitionIdentity Assembly);
47public byte[] GetDeploymentProperty(GetPackagePropertyFlags Flags, IDefinitionAppId Deployment, StoreApplicationReference Reference, Guid PropertySet, string PropertyName);
49public IPathLock LockApplicationPath(IDefinitionAppId app);