Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IsolatedAppLauncherTelemetryParameters structure (isolatedapplauncher.h)

A struct that provides telemetry parameters to be used when launching an app inside the container.

Syntax

typedef struct _IsolatedAppLauncherTelemetryParameters {
 BOOL EnableForLaunch;
 GUID CorrelationGUID;
} IsolatedAppLauncherTelemetryParameters;

Members

EnableForLaunch

The EnableForLaunch field is a boolean value that indicates whether telemetry is enabled for the launch.

CorrelationGUID

The CorrelationGUID field is a GUID that is used to correlate telemetry events.

Remarks

Warning

This is a deprecated API.

Requirements

Requirement Value
Header isolatedapplauncher.h

See also

IIsolatedAppLauncher


Feedback

Was this page helpful?

Additional resources