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 |