summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys-0.28.0/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys-0.28.0/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs')
-rw-r--r--vendor/windows-sys-0.28.0/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs232
1 files changed, 0 insertions, 232 deletions
diff --git a/vendor/windows-sys-0.28.0/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs b/vendor/windows-sys-0.28.0/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs
deleted file mode 100644
index 7730c0018..000000000
--- a/vendor/windows-sys-0.28.0/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs
+++ /dev/null
@@ -1,232 +0,0 @@
-#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals, clashing_extern_declarations, clippy::all)]
-#[link(name = "windows")]
-extern "system" {}
-pub const ComponentTypeEnforcementClientRp: u32 = 2u32;
-pub const ComponentTypeEnforcementClientSoH: u32 = 1u32;
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct CorrelationId {
- pub connId: ::windows_sys::core::GUID,
- pub timeStamp: super::super::Foundation::FILETIME,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for CorrelationId {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for CorrelationId {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct CountedString {
- pub length: u16,
- pub string: super::super::Foundation::PWSTR,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for CountedString {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for CountedString {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type ExtendedIsolationState = i32;
-pub const extendedIsolationStateNoData: ExtendedIsolationState = 0i32;
-pub const extendedIsolationStateTransition: ExtendedIsolationState = 1i32;
-pub const extendedIsolationStateInfected: ExtendedIsolationState = 2i32;
-pub const extendedIsolationStateUnknown: ExtendedIsolationState = 3i32;
-pub type FailureCategory = i32;
-pub const failureCategoryNone: FailureCategory = 0i32;
-pub const failureCategoryOther: FailureCategory = 1i32;
-pub const failureCategoryClientComponent: FailureCategory = 2i32;
-pub const failureCategoryClientCommunication: FailureCategory = 3i32;
-pub const failureCategoryServerComponent: FailureCategory = 4i32;
-pub const failureCategoryServerCommunication: FailureCategory = 5i32;
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct FailureCategoryMapping {
- pub mappingCompliance: [super::super::Foundation::BOOL; 5],
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for FailureCategoryMapping {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for FailureCategoryMapping {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-pub struct FixupInfo {
- pub state: FixupState,
- pub percentage: u8,
- pub resultCodes: ResultCodes,
- pub fixupMsgId: u32,
-}
-impl ::core::marker::Copy for FixupInfo {}
-impl ::core::clone::Clone for FixupInfo {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type FixupState = i32;
-pub const fixupStateSuccess: FixupState = 0i32;
-pub const fixupStateInProgress: FixupState = 1i32;
-pub const fixupStateCouldNotUpdate: FixupState = 2i32;
-#[repr(C)]
-pub struct Ipv4Address {
- pub addr: [u8; 4],
-}
-impl ::core::marker::Copy for Ipv4Address {}
-impl ::core::clone::Clone for Ipv4Address {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-pub struct Ipv6Address {
- pub addr: [u8; 16],
-}
-impl ::core::marker::Copy for Ipv6Address {}
-impl ::core::clone::Clone for Ipv6Address {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct IsolationInfo {
- pub isolationState: IsolationState,
- pub probEndTime: super::super::Foundation::FILETIME,
- pub failureUrl: CountedString,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for IsolationInfo {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for IsolationInfo {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct IsolationInfoEx {
- pub isolationState: IsolationState,
- pub extendedIsolationState: ExtendedIsolationState,
- pub probEndTime: super::super::Foundation::FILETIME,
- pub failureUrl: CountedString,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for IsolationInfoEx {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for IsolationInfoEx {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type IsolationState = i32;
-pub const isolationStateNotRestricted: IsolationState = 1i32;
-pub const isolationStateInProbation: IsolationState = 2i32;
-pub const isolationStateRestrictedAccess: IsolationState = 3i32;
-#[repr(C)]
-#[cfg(feature = "Win32_Foundation")]
-pub struct NapComponentRegistrationInfo {
- pub id: u32,
- pub friendlyName: CountedString,
- pub description: CountedString,
- pub version: CountedString,
- pub vendorName: CountedString,
- pub infoClsid: ::windows_sys::core::GUID,
- pub configClsid: ::windows_sys::core::GUID,
- pub registrationDate: super::super::Foundation::FILETIME,
- pub componentType: u32,
-}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::marker::Copy for NapComponentRegistrationInfo {}
-#[cfg(feature = "Win32_Foundation")]
-impl ::core::clone::Clone for NapComponentRegistrationInfo {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type NapNotifyType = i32;
-pub const napNotifyTypeUnknown: NapNotifyType = 0i32;
-pub const napNotifyTypeServiceState: NapNotifyType = 1i32;
-pub const napNotifyTypeQuarState: NapNotifyType = 2i32;
-pub type NapTracingLevel = i32;
-pub const tracingLevelUndefined: NapTracingLevel = 0i32;
-pub const tracingLevelBasic: NapTracingLevel = 1i32;
-pub const tracingLevelAdvanced: NapTracingLevel = 2i32;
-pub const tracingLevelDebug: NapTracingLevel = 3i32;
-#[repr(C)]
-pub struct NetworkSoH {
- pub size: u16,
- pub data: *mut u8,
-}
-impl ::core::marker::Copy for NetworkSoH {}
-impl ::core::clone::Clone for NetworkSoH {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-pub struct PrivateData {
- pub size: u16,
- pub data: *mut u8,
-}
-impl ::core::marker::Copy for PrivateData {}
-impl ::core::clone::Clone for PrivateData {
- fn clone(&self) -> Self {
- *self
- }
-}
-pub type RemoteConfigurationType = i32;
-pub const remoteConfigTypeMachine: RemoteConfigurationType = 1i32;
-pub const remoteConfigTypeConfigBlob: RemoteConfigurationType = 2i32;
-#[repr(C)]
-pub struct ResultCodes {
- pub count: u16,
- pub results: *mut ::windows_sys::core::HRESULT,
-}
-impl ::core::marker::Copy for ResultCodes {}
-impl ::core::clone::Clone for ResultCodes {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-pub struct SoH {
- pub count: u16,
- pub attributes: *mut SoHAttribute,
-}
-impl ::core::marker::Copy for SoH {}
-impl ::core::clone::Clone for SoH {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-pub struct SoHAttribute {
- pub r#type: u16,
- pub size: u16,
- pub value: *mut u8,
-}
-impl ::core::marker::Copy for SoHAttribute {}
-impl ::core::clone::Clone for SoHAttribute {
- fn clone(&self) -> Self {
- *self
- }
-}
-#[repr(C)]
-pub struct SystemHealthAgentState {
- pub id: u32,
- pub shaResultCodes: ResultCodes,
- pub failureCategory: FailureCategory,
- pub fixupInfo: FixupInfo,
-}
-impl ::core::marker::Copy for SystemHealthAgentState {}
-impl ::core::clone::Clone for SystemHealthAgentState {
- fn clone(&self) -> Self {
- *self
- }
-}