Sha256: 56ecaf1a140ced304f72ffad40cc039c9441cf23a6769c316cf1b208ab969911

Contents?: true

Size: 1.87 KB

Versions: 38

Compression:

Stored size: 1.87 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 ALWAYS GENERATED file contains the definitions for the interfaces
use shared::guiddef::GUID;
use shared::minwindef::{BYTE, USHORT};
use um::winnt::LPCWSTR;
STRUCT!{#[repr(packed)] struct SHITEMID {
    cb: USHORT,
    abID: [BYTE; 1],
}}
pub type LPSHITEMID = *mut SHITEMID;
pub type LPCSHITEMID = *const SHITEMID;
STRUCT!{#[repr(packed)] struct ITEMIDLIST {
    mkid: SHITEMID,
}}
pub type ITEMIDLIST_RELATIVE = ITEMIDLIST;
pub type ITEMID_CHILD = ITEMIDLIST;
pub type ITEMIDLIST_ABSOLUTE = ITEMIDLIST;
pub type LPITEMIDLIST = *mut ITEMIDLIST;
pub type LPCITEMIDLIST = *const ITEMIDLIST;
pub type PIDLIST_ABSOLUTE = *mut ITEMIDLIST_ABSOLUTE;
pub type PCIDLIST_ABSOLUTE = *const ITEMIDLIST_ABSOLUTE;
pub type PCUIDLIST_ABSOLUTE = *const ITEMIDLIST_ABSOLUTE;
pub type PIDLIST_RELATIVE = *mut ITEMIDLIST_RELATIVE;
pub type PCIDLIST_RELATIVE = *const ITEMIDLIST_RELATIVE;
pub type PUIDLIST_RELATIVE = *mut ITEMIDLIST_RELATIVE;
pub type PCUIDLIST_RELATIVE = *const ITEMIDLIST_RELATIVE;
pub type PITEMID_CHILD = *mut ITEMID_CHILD;
pub type PCITEMID_CHILD = *const ITEMID_CHILD;
pub type PUITEMID_CHILD = *mut ITEMID_CHILD;
pub type PCUITEMID_CHILD = *const ITEMID_CHILD;
pub type PCUITEMID_CHILD_ARRAY = *const PCUITEMID_CHILD;
pub type PCUIDLIST_RELATIVE_ARRAY = *const PCUIDLIST_RELATIVE;
pub type PCIDLIST_ABSOLUTE_ARRAY = *const PCIDLIST_ABSOLUTE;
pub type PCUIDLIST_ABSOLUTE_ARRAY = *const PCUIDLIST_ABSOLUTE;
STRUCT!{struct COMDLG_FILTERSPEC {
    pszName: LPCWSTR,
    pszSpec: LPCWSTR,
}}
pub type KNOWNFOLDERID = GUID;
pub type REFKNOWNFOLDERID = *const KNOWNFOLDERID;

Version data entries

38 entries across 38 versions & 1 rubygems

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