#[repr(C)]pub struct PRJ_STARTVIRTUALIZING_OPTIONS {
pub Flags: PRJ_STARTVIRTUALIZING_FLAGS,
pub PoolThreadCount: u32,
pub ConcurrentThreadCount: u32,
pub NotificationMappings: *mut PRJ_NOTIFICATION_MAPPING,
pub NotificationMappingsCount: u32,
}Expand description
Required features: ‘Win32_Storage_ProjectedFileSystem’, ‘Win32_Foundation’
Fields
Flags: PRJ_STARTVIRTUALIZING_FLAGSPoolThreadCount: u32ConcurrentThreadCount: u32NotificationMappings: *mut PRJ_NOTIFICATION_MAPPINGNotificationMappingsCount: u32