Share via


FullTrustLaunchResult Enum

Definition

Specifies the result status of the full trust process launch operation.

public enum class FullTrustLaunchResult
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.FullTrustAppContract, 131072)]
enum class FullTrustLaunchResult
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.FullTrustAppContract), 131072)]
public enum FullTrustLaunchResult
var value = Windows.ApplicationModel.FullTrustLaunchResult.success
Public Enum FullTrustLaunchResult
Inheritance
FullTrustLaunchResult
Attributes

Windows requirements

Requirements Description
Device family
Windows Desktop Extension SDK (introduced in 10.0.22000.0)
API contract
Windows.ApplicationModel.FullTrustAppContract (introduced in v2.0)

Fields

Name Value Description
Success 0

The operation was successful

AccessDenied 1

The calling app does not have permission to execute the operation.

FileNotFound 2

The file associated with the operation was not found.

Unknown 3

The operation failed for unknown reasons.

Remarks

Values from this enumeration are used by the FullTrustProcessLaunchResult object, which is obtained through calls to the following methods.

Applies to