Sha256: 1d31e7da3e8baf52a7e8035515e3e9bb0518b2f3e0aa69f15ee7babba271b8f5

Contents?: true

Size: 1.8 KB

Versions: 24

Compression:

Stored size: 1.8 KB

Contents

::windows_targets::link ! ( "ntdll.dll""system" #[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"] fn RtlExtendCorrelationVector ( correlationvector : *mut CORRELATION_VECTOR ) -> u32 );
::windows_targets::link ! ( "ntdll.dll""system" #[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"] fn RtlIncrementCorrelationVector ( correlationvector : *mut CORRELATION_VECTOR ) -> u32 );
::windows_targets::link ! ( "ntdll.dll""system" #[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"] fn RtlInitializeCorrelationVector ( correlationvector : *mut CORRELATION_VECTOR , version : i32 , guid : *const ::windows_sys::core::GUID ) -> u32 );
::windows_targets::link ! ( "ntdll.dll""system" #[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"] fn RtlValidateCorrelationVector ( vector : *const CORRELATION_VECTOR ) -> u32 );
#[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"]
pub const RTL_CORRELATION_VECTOR_STRING_LENGTH: u32 = 129u32;
#[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"]
pub const RTL_CORRELATION_VECTOR_V1_LENGTH: u32 = 64u32;
#[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"]
pub const RTL_CORRELATION_VECTOR_V1_PREFIX_LENGTH: u32 = 16u32;
#[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"]
pub const RTL_CORRELATION_VECTOR_V2_LENGTH: u32 = 128u32;
#[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"]
pub const RTL_CORRELATION_VECTOR_V2_PREFIX_LENGTH: u32 = 22u32;
#[repr(C)]
#[doc = "*Required features: `\"Win32_System_CorrelationVector\"`*"]
pub struct CORRELATION_VECTOR {
    pub Version: u8,
    pub Vector: [u8; 129],
}
impl ::core::marker::Copy for CORRELATION_VECTOR {}
impl ::core::clone::Clone for CORRELATION_VECTOR {
    fn clone(&self) -> Self {
        *self
    }
}

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
wasmtime-23.0.2 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-22.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-21.0.1 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-20.0.2 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-20.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-18.0.3 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-17.0.1 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-17.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-16.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-15.0.1 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-15.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-14.0.4 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-14.0.3 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-14.0.1 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-14.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-13.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-12.0.1 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-12.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-11.0.0 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs
wasmtime-10.0.1 ./ext/cargo-vendor/windows-sys-0.48.0/src/Windows/Win32/System/CorrelationVector/mod.rs