#[repr(C)]pub struct IsolationInfoEx {
pub isolationState: IsolationState,
pub extendedIsolationState: ExtendedIsolationState,
pub probEndTime: FILETIME,
pub failureUrl: CountedString,
}Expand description
Required features: "Win32_Security_NetworkAccessProtection", "Win32_Foundation"
Fields§
§isolationState: IsolationState§extendedIsolationState: ExtendedIsolationState§probEndTime: FILETIME§failureUrl: CountedString