PRJ_STARTVIRTUALIZING_OPTIONS structure (projectedfslib.h)
Options to provide when starting a virtualization instance.
Syntax
typedef struct PRJ_STARTVIRTUALIZING_OPTIONS {
PRJ_STARTVIRTUALIZING_FLAGS Flags;
UINT32 PoolThreadCount;
UINT32 ConcurrentThreadCount;
PRJ_NOTIFICATION_MAPPING *NotificationMappings;
UINT32 NotificationMappingsCount;
} PRJ_STARTVIRTUALIZING_OPTIONS;
Members
Flags
A flag for starting virtualization.
PoolThreadCount
The number of threads the provider wants to create to service callbacks.
ConcurrentThreadCount
The maximum number of threads the provider wants to run concurrently to process callbacks.
NotificationMappings
An array of zero or more notification mappings. See the Remarks section of PRJ_NOTIFICATION MAPPING for more details.
NotificationMappingsCount
The number of notification mappings provided in NotificationMappings.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1809 [desktop apps only] |
Minimum supported server | Windows Server [desktop apps only] |
Header | projectedfslib.h |