PRJ_STARTVIRTUALIZING_OPTIONS 结构 (projectedfslib.h)

启动虚拟化实例时提供的选项。

语法

typedef struct PRJ_STARTVIRTUALIZING_OPTIONS {
  PRJ_STARTVIRTUALIZING_FLAGS Flags;
  UINT32                      PoolThreadCount;
  UINT32                      ConcurrentThreadCount;
  PRJ_NOTIFICATION_MAPPING    *NotificationMappings;
  UINT32                      NotificationMappingsCount;
} PRJ_STARTVIRTUALIZING_OPTIONS;

成员

Flags

用于启动虚拟化的标志。

PoolThreadCount

提供程序要创建到服务回调的线程数。

ConcurrentThreadCount

提供程序希望并发运行以处理回调的最大线程数。

NotificationMappings

包含零个或多个通知映射的数组。 有关更多详细信息,请参阅 PRJ_NOTIFICATION MAPPING 的“备注”部分。

NotificationMappingsCount

NotificationMappings 中提供的通知映射数。

要求

   
最低受支持的客户端 Windows 10 版本 1809 [仅限桌面应用]
最低受支持的服务器 Windows Server [仅限桌面应用]
标头 projectedfslib.h