IsolatedAppLauncherTelemetryParameters 结构 (isolatedapplauncher.h)

一个结构,提供在容器内启动应用时要使用的遥测参数。

语法

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

成员

EnableForLaunch

EnableForLaunch 字段是一个布尔值,指示是否为启动启用遥测。

CorrelationGUID

CorrelationGUID 字段是用于关联遥测事件的 GUID

注解

警告

这是一个已弃用的 API。

要求

要求
Header isolatedapplauncher.h

另请参阅

IIsolatedAppLauncher