Sha256: 0c34546f7d3fdb2d3db72703b0c9f1a138ed1ef60f332f32efdceb3ed0632e85

Contents?: true

Size: 1.13 KB

Versions: 38

Compression:

Stored size: 1.13 KB

Contents

// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your option.
// All files in the project carrying such notice may not be copied, modified, or distributed
// except according to those terms
//! This is the include file that defines all constants and types for accessing the Serial device.
use shared::devpropdef::DEVPROPKEY;
DEFINE_GUID!{GUID_DEVINTERFACE_COMPORT,
    0x86E0D1E0, 0x8089, 0x11D0, 0x9C, 0xE4, 0x08, 0x00, 0x3E, 0x30, 0x1F, 0x73}
DEFINE_GUID!{GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR,
    0x4D36E978, 0xE325, 0x11CE, 0xBF, 0xC1, 0x08, 0x00, 0x2B, 0xE1, 0x03, 0x18}
DEFINE_DEVPROPKEY!{DEVPKEY_DeviceInterface_Serial_UsbVendorId,
    0x4C6BF15C, 0x4C03, 0x4AAC, 0x91, 0xF5, 0x64, 0xC0, 0xF8, 0x52, 0xBC, 0xF4, 2}
DEFINE_DEVPROPKEY!{DEVPKEY_DeviceInterface_Serial_UsbProductId,
    0x4C6BF15C, 0x4C03, 0x4AAC, 0x91, 0xF5, 0x64, 0xC0, 0xF8, 0x52, 0xBC, 0xF4, 3}
DEFINE_DEVPROPKEY!{DEVPKEY_DeviceInterface_Serial_PortName,
    0x4C6BF15C, 0x4C03, 0x4AAC, 0x91, 0xF5, 0x64, 0xC0, 0xF8, 0x52, 0xBC, 0xF4, 4}

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-28.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-27.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-26.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-25.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-25.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-25.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-24.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-23.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-22.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-21.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-20.0.2 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-20.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-18.0.3 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-17.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-17.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-16.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-15.0.1 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-15.0.0 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs
wasmtime-14.0.4 ./ext/cargo-vendor/winapi-0.3.9/src/shared/ntddser.rs