#[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"
Fields§
§Flags: PRJ_STARTVIRTUALIZING_FLAGS§PoolThreadCount: u32§ConcurrentThreadCount: u32§NotificationMappings: *mut PRJ_NOTIFICATION_MAPPING§NotificationMappingsCount: u32