fast_code_owners 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.cargo/config +2 -2
- data/Cargo.lock +160 -75
- data/ext/cargo-vendor/ahash-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ahash-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ahash-0.7.8/.github/workflows/rust.yml +151 -0
- data/ext/cargo-vendor/ahash-0.7.8/Cargo.toml.orig +96 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/aho-corasick-1.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/.vim/coc-settings.json +12 -0
- data/ext/cargo-vendor/aho-corasick-1.1.3/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstream-0.6.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.lock +705 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml +220 -0
- data/ext/cargo-vendor/anstream-0.6.20/Cargo.toml.orig +72 -0
- data/ext/cargo-vendor/anstream-0.6.20/README.md +34 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/_macros.rs +364 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/strip.rs +511 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/adapter/wincon.rs +378 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/lib.rs +90 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/stream.rs +316 -0
- data/ext/cargo-vendor/anstream-0.6.20/src/wincon.rs +226 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-1.0.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.lock +16 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml +178 -0
- data/ext/cargo-vendor/anstyle-1.0.11/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/anstyle-1.0.11/README.md +42 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/color.rs +685 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/effect.rs +404 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/lib.rs +70 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/reset.rs +47 -0
- data/ext/cargo-vendor/anstyle-1.0.11/src/style.rs +437 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.lock +740 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml +196 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/Cargo.toml.orig +48 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/README.md +33 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/lib.rs +442 -0
- data/ext/cargo-vendor/anstyle-parse-0.2.7/src/state/definitions.rs +171 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.lock +83 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml +174 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/README.md +25 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/lib.rs +163 -0
- data/ext/cargo-vendor/anstyle-query-1.1.4/src/windows.rs +79 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.lock +113 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml +187 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/README.md +30 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/lib.rs +25 -0
- data/ext/cargo-vendor/anstyle-wincon-3.0.10/src/windows.rs +260 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/anyhow-1.0.98/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/anyhow-1.0.98/.github/workflows/ci.yml +148 -0
- data/ext/cargo-vendor/anyhow-1.0.98/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/arrayvec-0.7.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/.github/workflows/ci.yml +92 -0
- data/ext/cargo-vendor/arrayvec-0.7.6/Cargo.toml.orig +62 -0
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bindgen-0.69.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bindgen-0.69.5/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bitflags-2.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bitflags-2.9.0/Cargo.toml.orig +43 -0
- data/ext/cargo-vendor/bstr-1.12.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/bstr-1.12.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/bstr-1.12.0/Cargo.toml.orig +76 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cexpr-0.6.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cexpr-0.6.0/.github/workflows/ci.yml +31 -0
- data/ext/cargo-vendor/cexpr-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/cfg-if-1.0.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/.github/workflows/main.yml +56 -0
- data/ext/cargo-vendor/cfg-if-1.0.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/clang-sys-1.8.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ci.yml +56 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/.github/workflows/ssh.yml +40 -0
- data/ext/cargo-vendor/clang-sys-1.8.1/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.lock +910 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml +636 -0
- data/ext/cargo-vendor/clap-4.5.43/Cargo.toml.orig +538 -0
- data/ext/cargo-vendor/clap-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap-4.5.43/README.md +49 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_builder/03_04_subcommands.md +62 -0
- data/ext/cargo-vendor/clap-4.5.43/examples/tutorial_derive/03_04_subcommands.md +61 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_derive/mod.rs +542 -0
- data/ext/cargo-vendor/clap-4.5.43/src/_faq.rs +95 -0
- data/ext/cargo-vendor/clap-4.5.43/src/bin/stdio-fixture.rs +106 -0
- data/ext/cargo-vendor/clap-4.5.43/src/lib.rs +106 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.lock +450 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/README.md +25 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/action.rs +461 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/command.rs +5207 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/builder/styling.rs +220 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/error/kind.rs +365 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/lib.rs +53 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/macros.rs +605 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/output/help_template.rs +1188 -0
- data/ext/cargo-vendor/clap_builder-4.5.43/src/parser/matches/arg_matches.rs +2097 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.lock +100 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml +165 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_derive-4.5.41/README.md +25 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.lock +56 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/README.md +19 -0
- data/ext/cargo-vendor/clap_lex-0.7.5/src/lib.rs +526 -0
- data/ext/cargo-vendor/codeowners-0.2.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.lock +1223 -0
- data/ext/cargo-vendor/codeowners-0.2.5/Cargo.toml +94 -0
- data/ext/cargo-vendor/codeowners-0.2.5/README.md +204 -0
- data/ext/cargo-vendor/codeowners-0.2.5/ai-prompts/for-file-optimization.md +21 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/bin/compare_for_file.rs +179 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/cache/file.rs +181 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/for_file_fast.rs +313 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/directory_mapper.rs +175 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership/mapper/package_mapper.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/ownership.rs +220 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project.rs +199 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/project_builder.rs +257 -0
- data/ext/cargo-vendor/codeowners-0.2.5/src/runner.rs +349 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/.github/CODEOWNERS +37 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/code_ownership.yml +10 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/config/teams/ux.yml +6 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/gems/pets/dog.rb +5 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/should_be_ignored/an_ignored_file.rb +7 -0
- data/ext/cargo-vendor/codeowners-0.2.5/tests/valid_project_test.rs +277 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.lock +7 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml +163 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/README.md +34 -0
- data/ext/cargo-vendor/colorchoice-1.0.4/src/lib.rs +120 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-deque-0.8.6/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-epoch-0.9.18/Cargo.toml.orig +56 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/crossbeam-utils-0.8.21/Cargo.toml.orig +46 -0
- data/ext/cargo-vendor/either-1.15.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/either-1.15.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/either-1.15.0/.github/workflows/ci.yml +83 -0
- data/ext/cargo-vendor/either-1.15.0/Cargo.toml.orig +40 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/enum_dispatch-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/enum_dispatch-0.3.13/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/equivalent-1.0.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/equivalent-1.0.2/.github/workflows/ci.yml +48 -0
- data/ext/cargo-vendor/equivalent-1.0.2/Cargo.toml.orig +9 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/errno-0.3.13/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/errno-0.3.13/.github/workflows/main.yml +89 -0
- data/ext/cargo-vendor/errno-0.3.13/CHANGELOG.md +132 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.lock +90 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml +67 -0
- data/ext/cargo-vendor/errno-0.3.13/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/errno-0.3.13/src/sys.rs +35 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/error-stack-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/error-stack-0.5.0/.justfile +58 -0
- data/ext/cargo-vendor/error-stack-0.5.0/Cargo.toml.orig +87 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.lock +640 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml +64 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/Cargo.toml.orig +35 -0
- data/ext/cargo-vendor/fast-glob-1.0.0/README.md +85 -0
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/fastrand-2.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/fastrand-2.3.0/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/getrandom-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.2.16/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/getrandom-0.3.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/getrandom-0.3.3/CHANGELOG.md +628 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.lock +365 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml +147 -0
- data/ext/cargo-vendor/getrandom-0.3.3/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/getrandom-0.3.3/README.md +390 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends/wasi_p1.rs +32 -0
- data/ext/cargo-vendor/getrandom-0.3.3/src/backends.rs +181 -0
- data/ext/cargo-vendor/glob-0.3.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/glob-0.3.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/dependabot.yml +13 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/publish.yml +27 -0
- data/ext/cargo-vendor/glob-0.3.2/.github/workflows/rust.yml +65 -0
- data/ext/cargo-vendor/glob-0.3.2/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/globset-0.4.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/globset-0.4.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/globset-0.4.16/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/hashbrown-0.12.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.12.3/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/CHANGELOG.md +619 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.lock +306 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml +164 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/Cross.toml +3 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/README.md +80 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/benches/bench.rs +329 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/lsx.rs +137 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/control/group/mod.rs +43 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/external_trait_impls/serde.rs +220 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/lib.rs +188 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/map.rs +6583 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/alloc.rs +92 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/raw/mod.rs +4436 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/rustc_entry.rs +567 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/set.rs +3121 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/table.rs +2380 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/src/util.rs +38 -0
- data/ext/cargo-vendor/hashbrown-0.15.5/tests/set.rs +34 -0
- data/ext/cargo-vendor/heck-0.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/heck-0.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/heck-0.5.0/Cargo.toml.orig +11 -0
- data/ext/cargo-vendor/ignore-0.4.23/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ignore-0.4.23/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ignore-0.4.23/Cargo.toml.orig +44 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.github/workflows/ci.yml +159 -0
- data/ext/cargo-vendor/indexmap-2.10.0/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.lock +236 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml +142 -0
- data/ext/cargo-vendor/indexmap-2.10.0/Cargo.toml.orig +61 -0
- data/ext/cargo-vendor/indexmap-2.10.0/RELEASES.md +563 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/bench.rs +750 -0
- data/ext/cargo-vendor/indexmap-2.10.0/benches/faststring.rs +181 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/lib.rs +288 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/entry.rs +574 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/extract.rs +108 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core/raw_entry_v1.rs +669 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/core.rs +735 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/iter.rs +830 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/mutable.rs +165 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/slice.rs +751 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map/tests.rs +1228 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/map.rs +1697 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/map.rs +662 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/mod.rs +15 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/rayon/set.rs +755 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/iter.rs +681 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/slice.rs +380 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set/tests.rs +999 -0
- data/ext/cargo-vendor/indexmap-2.10.0/src/set.rs +1340 -0
- data/ext/cargo-vendor/indexmap-2.10.0/tests/quick.rs +800 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/is_terminal_polyfill-1.70.1/Cargo.toml.orig +107 -0
- data/ext/cargo-vendor/itertools-0.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/itertools-0.12.1/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.12.1/Cargo.toml.orig +77 -0
- data/ext/cargo-vendor/itertools-0.14.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itertools-0.14.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.codecov.yml +7 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/dependabot.yml +6 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/ci.yml +101 -0
- data/ext/cargo-vendor/itertools-0.14.0/.github/workflows/coverage.yml +34 -0
- data/ext/cargo-vendor/itertools-0.14.0/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/itoa-1.0.15/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/itoa-1.0.15/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/itoa-1.0.15/.github/workflows/ci.yml +114 -0
- data/ext/cargo-vendor/itoa-1.0.15/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazy_static-1.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lazy_static-1.5.0/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lazycell-1.3.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/lazycell-1.3.0/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/libc-0.2.172/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libc-0.2.172/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.git-blame-ignore-revs +6 -0
- data/ext/cargo-vendor/libc-0.2.172/.release-plz.toml +49 -0
- data/ext/cargo-vendor/libc-0.2.172/Cargo.toml.orig +157 -0
- data/ext/cargo-vendor/libloading-0.8.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/libloading-0.8.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/libloading-0.8.6/.github/workflows/libloading.yml +107 -0
- data/ext/cargo-vendor/libloading-0.8.6/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/linux-raw-sys-0.9.4/Cargo.toml.orig +59 -0
- data/ext/cargo-vendor/log-0.4.27/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/log-0.4.27/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/log-0.4.27/.github/workflows/main.yml +146 -0
- data/ext/cargo-vendor/log-0.4.27/Cargo.toml.orig +81 -0
- data/ext/cargo-vendor/lru-0.7.8/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/lru-0.7.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/lru-0.7.8/.github/workflows/main.yml +54 -0
- data/ext/cargo-vendor/lru-0.7.8/Cargo.toml.orig +22 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo/config.toml +7 -0
- data/ext/cargo-vendor/magnus-0.7.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-0.7.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-0.7.1/Cargo.toml.orig +74 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/magnus-macros-0.6.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/magnus-macros-0.6.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/matchers-0.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/matchers-0.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/matchers-0.1.0/.clog.toml +24 -0
- data/ext/cargo-vendor/matchers-0.1.0/.github/workflows/ci.yml +85 -0
- data/ext/cargo-vendor/matchers-0.1.0/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/memchr-2.7.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memchr-2.7.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memchr-2.7.4/.ignore +1 -0
- data/ext/cargo-vendor/memchr-2.7.4/.vim/coc-settings.json +16 -0
- data/ext/cargo-vendor/memchr-2.7.4/Cargo.toml.orig +79 -0
- data/ext/cargo-vendor/memoize-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-0.5.1/.github/workflows/test.yml +20 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgignore +2 -0
- data/ext/cargo-vendor/memoize-0.5.1/.hgtags +12 -0
- data/ext/cargo-vendor/memoize-0.5.1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/memoize-inner-0.5.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/memoize-inner-0.5.1/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/bug_report.md +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/custom.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/documentation.md +16 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/feature_request.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/ISSUE_TEMPLATE/question.md +11 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/bug_fix.md +27 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/custom.md +22 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/PULL_REQUEST_TEMPLATE/documentation.md +21 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Cross.yml +90 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Features.yml +23 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/OSX.yml +40 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Simple.yml +41 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.github/workflows/Valgrind.yml +24 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/.gitmodules +4 -0
- data/ext/cargo-vendor/minimal-lexical-0.2.1/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/nom-7.1.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nom-7.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nom-7.1.3/Cargo.toml.orig +142 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/.github/workflows/ci.yml +39 -0
- data/ext/cargo-vendor/nu-ansi-term-0.46.0/Cargo.toml.orig +34 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/once_cell-1.21.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell-1.21.3/.github/workflows/ci.yaml +28 -0
- data/ext/cargo-vendor/once_cell-1.21.3/Cargo.toml.orig +92 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.lock +7 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml +163 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/Cargo.toml.orig +121 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-APACHE +202 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/LICENSE-MIT +19 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/README.md +26 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/lib.rs +11 -0
- data/ext/cargo-vendor/once_cell_polyfill-1.70.1/src/sync/mod.rs +41 -0
- data/ext/cargo-vendor/overload-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/overload-0.1.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/overload-0.1.1/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/path-clean-1.0.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/path-clean-1.0.1/.github/workflows/ci.yml +65 -0
- data/ext/cargo-vendor/path-clean-1.0.1/Cargo.toml.orig +20 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/pin-project-lite-0.2.16/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/Cargo.toml.orig +89 -0
- data/ext/cargo-vendor/pin-project-lite-0.2.16/tests/expand/.rustfmt.toml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/proc-macro2-1.0.95/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/.github/workflows/ci.yml +228 -0
- data/ext/cargo-vendor/proc-macro2-1.0.95/Cargo.toml.orig +66 -0
- data/ext/cargo-vendor/quote-1.0.40/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/quote-1.0.40/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/quote-1.0.40/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/quote-1.0.40/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/publish.yml +39 -0
- data/ext/cargo-vendor/r-efi-5.3.0/.github/workflows/rust-tests.yml +125 -0
- data/ext/cargo-vendor/r-efi-5.3.0/AUTHORS +74 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.lock +16 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml +70 -0
- data/ext/cargo-vendor/r-efi-5.3.0/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/r-efi-5.3.0/NEWS.md +301 -0
- data/ext/cargo-vendor/rayon-1.10.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-1.10.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-1.10.0/Cargo.toml.orig +39 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rayon-core-1.12.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rayon-core-1.12.1/Cargo.toml.orig +68 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.lock +393 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml +70 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/Cargo.toml.orig +57 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/readme.md +36 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/macros.rs +371 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.c +179 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/compiled.rs +257 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_6.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_2_7.rs +324 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_0.rs +332 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_1.rs +325 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_2.rs +323 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_3.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api/ruby_3_4.rs +339 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/stable_api.rs +261 -0
- data/ext/cargo-vendor/rb-sys-0.9.117/src/utils.rs +89 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.lock +294 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml +71 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/Cargo.toml.orig +32 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings/stable_api.rs +206 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/bindings.rs +286 -0
- data/ext/cargo-vendor/rb-sys-build-0.9.117/src/cc.rs +421 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.1.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.1.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rb-sys-env-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rb-sys-env-0.2.2/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/regex-1.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-1.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/.vim/coc-settings.json +6 -0
- data/ext/cargo-vendor/regex-1.11.1/Cargo.toml.orig +261 -0
- data/ext/cargo-vendor/regex-1.11.1/record/old-bench-log/.gitignore +1 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.1.10/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/regex-automata-0.1.10/Cargo.toml.orig +75 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-automata-0.4.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-automata-0.4.9/Cargo.toml.orig +110 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.6.29/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.6.29/Cargo.toml.orig +33 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/regex-syntax-0.8.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/regex-syntax-0.8.5/Cargo.toml.orig +51 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc-hash-1.1.0/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/rustc-hash-1.1.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/rustc_version-0.4.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/FUNDING.yml +2 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/dependabot.yml +12 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/.github/workflows/rust.yml +70 -0
- data/ext/cargo-vendor/rustc_version-0.4.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/rustix-1.0.8/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.lock +1105 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml +284 -0
- data/ext/cargo-vendor/rustix-1.0.8/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/fs/syscalls.rs +2721 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/io/syscalls.rs +303 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/net/sockopt.rs +1338 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/libc/thread/syscalls.rs +780 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/aarch64.rs +269 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/arm.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips32r6.rs +544 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64.rs +467 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/mips64r6.rs +471 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/powerpc64.rs +414 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/riscv64.rs +266 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/s390x.rs +288 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/thumb.rs +323 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86.rs +492 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/arch/x86_64.rs +294 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/param/auxv.rs +580 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/backend/linux_raw/thread/syscalls.rs +549 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/lib.rs +426 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/not_implemented.rs +348 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/pid.rs +135 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/futex.rs +600 -0
- data/ext/cargo-vendor/rustix-1.0.8/src/thread/setns.rs +162 -0
- data/ext/cargo-vendor/ryu-1.0.20/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/ryu-1.0.20/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/ryu-1.0.20/.github/workflows/ci.yml +120 -0
- data/ext/cargo-vendor/ryu-1.0.20/Cargo.toml.orig +37 -0
- data/ext/cargo-vendor/same-file-1.0.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/same-file-1.0.6/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/same-file-1.0.6/Cargo.toml.orig +21 -0
- data/ext/cargo-vendor/semver-1.0.26/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/semver-1.0.26/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/semver-1.0.26/.github/workflows/ci.yml +140 -0
- data/ext/cargo-vendor/semver-1.0.26/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/seq-macro-0.3.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/.github/workflows/ci.yml +103 -0
- data/ext/cargo-vendor/seq-macro-0.3.6/Cargo.toml.orig +28 -0
- data/ext/cargo-vendor/serde-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde-1.0.219/Cargo.toml.orig +71 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_derive-1.0.219/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_derive-1.0.219/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_json-1.0.142/.github/workflows/ci.yml +158 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.lock +419 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml +157 -0
- data/ext/cargo-vendor/serde_json-1.0.142/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/lib.rs +438 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/read.rs +1089 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/ser.rs +2285 -0
- data/ext/cargo-vendor/serde_json-1.0.142/src/value/mod.rs +1042 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_magnus-0.9.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_magnus-0.9.0/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/.github/workflows/ci.yml +111 -0
- data/ext/cargo-vendor/serde_yaml-0.9.34+deprecated/Cargo.toml.orig +31 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/sharded-slab-0.1.7/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.clog.toml +26 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.envrc +1 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/FUNDING.yml +12 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/ci.yml +154 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/.github/workflows/release.yml +22 -0
- data/ext/cargo-vendor/sharded-slab-0.1.7/Cargo.toml.orig +53 -0
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shell-words-1.1.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shell-words-1.1.0/Cargo.toml.orig +19 -0
- data/ext/cargo-vendor/shlex-1.3.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/shlex-1.3.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/shlex-1.3.0/.github/workflows/test.yml +36 -0
- data/ext/cargo-vendor/shlex-1.3.0/Cargo.toml.orig +23 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/smallvec-1.15.1/.github/workflows/main.yml +114 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.lock +198 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml +110 -0
- data/ext/cargo-vendor/smallvec-1.15.1/Cargo.toml.orig +54 -0
- data/ext/cargo-vendor/smallvec-1.15.1/src/lib.rs +2605 -0
- data/ext/cargo-vendor/strsim-0.11.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/strsim-0.11.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/strsim-0.11.1/.editorconfig +13 -0
- data/ext/cargo-vendor/strsim-0.11.1/Cargo.toml.orig +17 -0
- data/ext/cargo-vendor/syn-1.0.109/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-1.0.109/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-1.0.109/Cargo.toml.orig +91 -0
- data/ext/cargo-vendor/syn-2.0.101/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/syn-2.0.101/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/syn-2.0.101/Cargo.toml.orig +94 -0
- data/ext/cargo-vendor/tap-1.0.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tap-1.0.1/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/tap-1.0.1/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/dependabot.yml +10 -0
- data/ext/cargo-vendor/tempfile-3.20.0/.github/workflows/ci.yml +107 -0
- data/ext/cargo-vendor/tempfile-3.20.0/CHANGELOG.md +360 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.lock +183 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml +98 -0
- data/ext/cargo-vendor/tempfile-3.20.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/any.rs +24 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/imp/unix.rs +26 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/dir/mod.rs +516 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/file/mod.rs +1078 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/lib.rs +760 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/spooled.rs +249 -0
- data/ext/cargo-vendor/tempfile-3.20.0/src/util.rs +82 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/env.rs +16 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/namedtempfile.rs +607 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/spooled.rs +377 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempdir.rs +212 -0
- data/ext/cargo-vendor/tempfile-3.20.0/tests/tempfile.rs +78 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/ci.yml +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/.github/workflows/release-plz.yml +53 -0
- data/ext/cargo-vendor/thread_local-1.1.9/CHANGELOG.md +16 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.lock +610 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml +51 -0
- data/ext/cargo-vendor/thread_local-1.1.9/Cargo.toml.orig +27 -0
- data/ext/cargo-vendor/thread_local-1.1.9/README.md +39 -0
- data/ext/cargo-vendor/thread_local-1.1.9/src/thread_id.rs +210 -0
- data/ext/cargo-vendor/tracing-0.1.41/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-0.1.41/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-0.1.41/Cargo.toml.orig +118 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/CHANGELOG.md +469 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.lock +601 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml +157 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/Cargo.toml.orig +67 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/README.md +91 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/attr.rs +478 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/expand.rs +854 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/src/lib.rs +707 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/async_fn.rs +496 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/dead_code.rs +10 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/err.rs +329 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/instrument.rs +346 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.rs +45 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/async_instrument.stderr +104 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/const_instrument.stderr +15 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.rs +6 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/fail/unused_instrumented_fn.stderr +11 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui/pass/type_shadowing.rs +17 -0
- data/ext/cargo-vendor/tracing-attributes-0.1.30/tests/ui.rs +15 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/CHANGELOG.md +587 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.lock +23 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml +106 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/Cargo.toml.orig +49 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/README.md +121 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/callsite.rs +618 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/dispatcher.rs +1068 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/field.rs +1320 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/lib.rs +302 -0
- data/ext/cargo-vendor/tracing-core-0.1.34/src/metadata.rs +1114 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-log-0.2.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-log-0.2.0/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/tracing-subscriber-0.3.19/Cargo.toml.orig +109 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unicode-ident-1.0.18/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/.github/workflows/ci.yml +110 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/Cargo.toml.orig +36 -0
- data/ext/cargo-vendor/unicode-ident-1.0.18/tests/fst/.gitignore +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/FUNDING.yml +1 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/.github/workflows/ci.yml +109 -0
- data/ext/cargo-vendor/unsafe-libyaml-0.2.11/Cargo.toml.orig +24 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/utf8parse-0.2.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/utf8parse-0.2.2/Cargo.toml.orig +15 -0
- data/ext/cargo-vendor/valuable-0.1.1/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/valuable-0.1.1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/valuable-0.1.1/Cargo.toml.orig +47 -0
- data/ext/cargo-vendor/version_check-0.9.5/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/version_check-0.9.5/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/.github/workflows/ci.yml +42 -0
- data/ext/cargo-vendor/version_check-0.9.5/.travis.yml +6 -0
- data/ext/cargo-vendor/version_check-0.9.5/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/walkdir-2.5.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/walkdir-2.5.0/.github/workflows/ci.yml +94 -0
- data/ext/cargo-vendor/walkdir-2.5.0/Cargo.toml.orig +30 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.github/workflows/main.yml +44 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/.gitmodules +3 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.lock +23 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml +59 -0
- data/ext/cargo-vendor/wasi-0.11.1+wasi-snapshot-preview1/Cargo.toml.orig +29 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.github/workflows/main.yml +77 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/.gitmodules +0 -0
- data/ext/cargo-vendor/wasi-0.14.2+wasi-0.2.4/Cargo.toml.orig +60 -0
- data/ext/cargo-vendor/winapi-0.3.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-0.3.9/.cargo_vcs_info.json +5 -0
- data/ext/cargo-vendor/winapi-0.3.9/Cargo.toml.orig +431 -0
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-i686-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-util-0.1.9/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/.github/workflows/ci.yml +87 -0
- data/ext/cargo-vendor/winapi-util-0.1.9/Cargo.toml.orig +25 -0
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/winapi-x86_64-pc-windows-gnu-0.4.0/Cargo.toml.orig +10 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-link-0.1.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml +44 -0
- data/ext/cargo-vendor/windows-link-0.1.3/Cargo.toml.orig +14 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-link-0.1.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-link-0.1.3/readme.md +26 -0
- data/ext/cargo-vendor/windows-link-0.1.3/src/lib.rs +39 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-sys-0.59.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.59.0/Cargo.toml.orig +274 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.lock +74 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml +305 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/Cargo.toml.orig +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/license-mit +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/readme.md +40 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/rustfmt.toml +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/Bluetooth/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/HumanInterfaceDevice/mod.rs +49 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Devices/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Foundation/mod.rs +1842 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/Direct3D/mod.rs +11534 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Graphics/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/Ndis/mod.rs +4258 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/WindowsFilteringPlatform/mod.rs +269 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/NetworkManagement/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/Minifilters/mod.rs +1785 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/FileSystem/mod.rs +5284 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/Storage/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/IO/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Memory/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/OfflineRegistry/mod.rs +28 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Registry/mod.rs +215 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemInformation/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/SystemServices/mod.rs +16976 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/Threading/mod.rs +155 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/System/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Wdk/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/HtmlHelp/mod.rs +510 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/RightsManagement/mod.rs +262 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Data/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/AllJoyn/mod.rs +1303 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Beep/mod.rs +11 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/BiometricFramework/mod.rs +1712 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Bluetooth/mod.rs +1629 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Cdrom/mod.rs +539 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Communication/mod.rs +332 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceAndDriverInstallation/mod.rs +4702 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/DeviceQuery/mod.rs +165 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Display/mod.rs +3822 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Dvd/mod.rs +717 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/Pnp/mod.rs +102 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Enumeration/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Fax/mod.rs +1358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/HumanInterfaceDevice/mod.rs +3996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfc/mod.rs +633 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Nfp/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/PortableDevices/mod.rs +1422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Properties/mod.rs +265 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Pwm/mod.rs +73 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Sensors/mod.rs +554 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/SerialCommunication/mod.rs +247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Tapi/mod.rs +3405 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/Usb/mod.rs +3334 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/WebServicesOnDevices/mod.rs +1003 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Devices/mod.rs +100 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Foundation/mod.rs +10365 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Gaming/mod.rs +99 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Globalization/mod.rs +5285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Dwm/mod.rs +238 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Gdi/mod.rs +4203 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/GdiPlus/mod.rs +2381 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Hlsl/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/OpenGL/mod.rs +1276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/PrintTicket/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/Printing/mod.rs +5024 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Graphics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/MobileDeviceManagementRegistration/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Management/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Audio/mod.rs +2447 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/DxMediaObjects/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/KernelStreaming/mod.rs +6409 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Multimedia/mod.rs +6882 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/Streaming/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/WindowsMediaFormat/mod.rs +996 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Media/mod.rs +212 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dhcp/mod.rs +2511 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Dns/mod.rs +2076 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/InternetConnectionWizard/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/IpHelper/mod.rs +3771 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Multicast/mod.rs +89 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Ndis/mod.rs +3567 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetBios/mod.rs +248 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetManagement/mod.rs +5358 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetShell/mod.rs +200 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/NetworkDiagnosticsFramework/mod.rs +282 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/P2P/mod.rs +1502 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/QoS/mod.rs +1810 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Rras/mod.rs +3870 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/Snmp/mod.rs +457 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WNet/mod.rs +428 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WebDav/mod.rs +57 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WiFi/mod.rs +5206 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsConnectionManager/mod.rs +139 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFilteringPlatform/mod.rs +4971 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsFirewall/mod.rs +326 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/WindowsNetworkVirtualization/mod.rs +157 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/NetworkManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/ActiveDirectory/mod.rs +2859 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Clustering/mod.rs +4340 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/HttpServer/mod.rs +1525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/Ldap/mod.rs +907 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WebSocket/mod.rs +113 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinHttp/mod.rs +1247 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinInet/mod.rs +2499 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WinSock/mod.rs +5891 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/WindowsWebServices/mod.rs +4218 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Networking/mod.rs +18 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/AppLocker/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/Identity/mod.rs +6792 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authentication/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Authorization/mod.rs +1204 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Credentials/mod.rs +931 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Catalog/mod.rs +188 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Certificates/mod.rs +2330 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/Sip/mod.rs +198 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/UI/mod.rs +701 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Cryptography/mod.rs +10296 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DiagnosticDataQuery/mod.rs +201 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/DirectoryServices/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/EnterpriseData/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/ExtensibleAuthenticationProtocol/mod.rs +1173 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/Isolation/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/LicenseProtection/mod.rs +8 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/NetworkAccessProtection/mod.rs +194 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinTrust/mod.rs +1123 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/WinWlx/mod.rs +387 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Security/mod.rs +1346 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Cabinets/mod.rs +256 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/CloudFilters/mod.rs +791 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Compression/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/DistributedFileSystem/mod.rs +441 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileHistory/mod.rs +97 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/FileSystem/mod.rs +4367 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Imapi/mod.rs +709 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IndexServer/mod.rs +329 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/InstallableFileSystems/mod.rs +376 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/IscsiDisc/mod.rs +1599 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Jet/mod.rs +3006 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Nvme/mod.rs +4443 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OfflineFiles/mod.rs +276 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/OperationRecorder/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/Appx/mod.rs +454 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Packaging/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/ProjectedFileSystem/mod.rs +306 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/StructuredStorage/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Vhd/mod.rs +965 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/Xps/mod.rs +440 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Storage/mod.rs +38 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/AddressBook/mod.rs +1255 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Antimalware/mod.rs +147 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationInstallationAndServicing/mod.rs +2321 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ApplicationVerifier/mod.rs +68 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ClrHosting/mod.rs +364 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Marshal/mod.rs +172 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/StructuredStorage/mod.rs +847 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/Urlmon/mod.rs +955 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Com/mod.rs +1549 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ComponentServices/mod.rs +604 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Console/mod.rs +433 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/CorrelationVector/mod.rs +20 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DataExchange/mod.rs +506 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeploymentServices/mod.rs +636 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DeveloperLicensing/mod.rs +3 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Ceip/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/Extensions/mod.rs +4085 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Debug/mod.rs +6558 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/Etw/mod.rs +2504 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ProcessSnapshotting/mod.rs +355 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/ToolHelp/mod.rs +144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/TraceLogging/mod.rs +105 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Diagnostics/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/DistributedTransactionCoordinator/mod.rs +328 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Environment/mod.rs +237 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ErrorReporting/mod.rs +460 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventCollector/mod.rs +127 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventLog/mod.rs +401 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/EventNotificationService/mod.rs +35 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/GroupPolicy/mod.rs +477 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostCompute/mod.rs +1 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeNetwork/mod.rs +86 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/HostComputeSystem/mod.rs +187 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Hypervisor/mod.rs +2388 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/IO/mod.rs +78 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Iis/mod.rs +1581 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ioctl/mod.rs +7422 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/JobObjects/mod.rs +525 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Js/mod.rs +145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Kernel/mod.rs +392 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/LibraryLoader/mod.rs +122 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mailslots/mod.rs +6 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Mapi/mod.rs +185 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/NonVolatile/mod.rs +25 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Memory/mod.rs +536 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MessageQueuing/mod.rs +766 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/MixedReality/mod.rs +14 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Ole/mod.rs +2992 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/PasswordManagement/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/HardwareCounterProfiling/mod.rs +32 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Performance/mod.rs +1266 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Pipes/mod.rs +42 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Power/mod.rs +1572 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/ProcessStatus/mod.rs +235 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Recovery/mod.rs +15 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Registry/mod.rs +1144 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteDesktop/mod.rs +2145 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RemoteManagement/mod.rs +1095 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/RestartManager/mod.rs +101 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Restore/mod.rs +81 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Rpc/mod.rs +3429 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/Common/mod.rs +21 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Search/mod.rs +6535 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SecurityCenter/mod.rs +41 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Services/mod.rs +727 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SetupAndMigration/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Shutdown/mod.rs +111 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/StationsAndDesktops/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SubsystemForLinux/mod.rs +12 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemInformation/mod.rs +866 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/SystemServices/mod.rs +5338 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Threading/mod.rs +1285 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Time/mod.rs +60 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/TpmBaseServices/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/UserAccessLogging/mod.rs +23 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Variant/mod.rs +351 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/VirtualDosMachines/mod.rs +341 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/WindowsProgramming/mod.rs +1886 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/Wmi/mod.rs +2845 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/System/mod.rs +132 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Accessibility/mod.rs +1916 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/ColorSystem/mod.rs +788 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/Dialogs/mod.rs +1380 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Controls/mod.rs +8163 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/HiDpi/mod.rs +66 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Ime/mod.rs +1619 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/KeyboardAndMouse/mod.rs +895 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Pointer/mod.rs +184 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/Touch/mod.rs +104 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/XboxController/mod.rs +151 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Input/mod.rs +232 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/InteractionContext/mod.rs +254 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Magnification/mod.rs +62 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/Common/mod.rs +129 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/PropertiesSystem/mod.rs +356 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/Shell/mod.rs +7533 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TabletPC/mod.rs +1595 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/TextServices/mod.rs +862 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/WindowsAndMessaging/mod.rs +4075 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/UI/mod.rs +22 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/InternetExplorer/mod.rs +634 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/Web/mod.rs +2 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/Win32/mod.rs +30 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/Windows/mod.rs +4 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/literals.rs +114 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/core/mod.rs +47 -0
- data/ext/cargo-vendor/windows-sys-0.60.2/src/lib.rs +17 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows-targets-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.52.6/Cargo.toml.orig +38 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.lock +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml +72 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/Cargo.toml.orig +41 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/license-mit +21 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/readme.md +27 -0
- data/ext/cargo-vendor/windows-targets-0.53.3/src/lib.rs +29 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_aarch64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_i686_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnu-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/lib/libwindows.0.53.0.a +0 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_gnullvm-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.52.6/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo-checksum.json +1 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.lock +7 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml +35 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/Cargo.toml.orig +13 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/build.rs +8 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/lib/windows.0.53.0.lib +0 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-apache-2.0 +201 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/license-mit +21 -0
- data/ext/cargo-vendor/windows_x86_64_msvc-0.53.0/src/lib.rs +1 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo-checksum.json +1 -1
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/.cargo_vcs_info.json +6 -0
- data/ext/cargo-vendor/wit-bindgen-rt-0.39.0/Cargo.toml.orig +19 -0
- data/ext/fast_code_owners/Cargo.toml +4 -3
- data/ext/fast_code_owners/src/lib.rs +1 -1
- data/lib/fast_code_owners/cli.rb +144 -0
- data/lib/fast_code_owners/team_finder.rb +2 -1
- data/lib/fast_code_owners/version.rb +1 -1
- data/lib/fast_code_owners.rb +16 -0
- metadata +1916 -1170
- data/ext/cargo-vendor/anstream-0.6.18/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.lock +0 -705
- data/ext/cargo-vendor/anstream-0.6.18/Cargo.toml +0 -233
- data/ext/cargo-vendor/anstream-0.6.18/README.md +0 -34
- data/ext/cargo-vendor/anstream-0.6.18/benches/stream.rs +0 -103
- data/ext/cargo-vendor/anstream-0.6.18/benches/strip.rs +0 -134
- data/ext/cargo-vendor/anstream-0.6.18/benches/wincon.rs +0 -46
- data/ext/cargo-vendor/anstream-0.6.18/src/_macros.rs +0 -365
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/strip.rs +0 -511
- data/ext/cargo-vendor/anstream-0.6.18/src/adapter/wincon.rs +0 -387
- data/ext/cargo-vendor/anstream-0.6.18/src/lib.rs +0 -86
- data/ext/cargo-vendor/anstream-0.6.18/src/stream.rs +0 -315
- data/ext/cargo-vendor/anstream-0.6.18/src/wincon.rs +0 -225
- data/ext/cargo-vendor/anstyle-1.0.10/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.lock +0 -16
- data/ext/cargo-vendor/anstyle-1.0.10/Cargo.toml +0 -176
- data/ext/cargo-vendor/anstyle-1.0.10/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-1.0.10/README.md +0 -42
- data/ext/cargo-vendor/anstyle-1.0.10/src/color.rs +0 -685
- data/ext/cargo-vendor/anstyle-1.0.10/src/effect.rs +0 -404
- data/ext/cargo-vendor/anstyle-1.0.10/src/lib.rs +0 -64
- data/ext/cargo-vendor/anstyle-1.0.10/src/reset.rs +0 -47
- data/ext/cargo-vendor/anstyle-1.0.10/src/style.rs +0 -437
- data/ext/cargo-vendor/anstyle-parse-0.2.6/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.lock +0 -667
- data/ext/cargo-vendor/anstyle-parse-0.2.6/Cargo.toml +0 -200
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/anstyle-parse-0.2.6/LICENSE-MIT +0 -25
- data/ext/cargo-vendor/anstyle-parse-0.2.6/README.md +0 -33
- data/ext/cargo-vendor/anstyle-parse-0.2.6/benches/parse.rs +0 -207
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/lib.rs +0 -438
- data/ext/cargo-vendor/anstyle-parse-0.2.6/src/state/definitions.rs +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.lock +0 -83
- data/ext/cargo-vendor/anstyle-query-1.1.2/Cargo.toml +0 -171
- data/ext/cargo-vendor/anstyle-query-1.1.2/README.md +0 -15
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/lib.rs +0 -159
- data/ext/cargo-vendor/anstyle-query-1.1.2/src/windows.rs +0 -79
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.lock +0 -104
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/Cargo.toml +0 -188
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/LICENSE-MIT +0 -19
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/README.md +0 -30
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/lib.rs +0 -21
- data/ext/cargo-vendor/anstyle-wincon-3.0.7/src/windows.rs +0 -260
- data/ext/cargo-vendor/clap-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap-4.5.37/Cargo.lock +0 -868
- data/ext/cargo-vendor/clap-4.5.37/Cargo.toml +0 -627
- data/ext/cargo-vendor/clap-4.5.37/README.md +0 -43
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_builder/03_04_subcommands.md +0 -59
- data/ext/cargo-vendor/clap-4.5.37/examples/tutorial_derive/03_04_subcommands.md +0 -60
- data/ext/cargo-vendor/clap-4.5.37/src/_derive/mod.rs +0 -533
- data/ext/cargo-vendor/clap-4.5.37/src/_faq.rs +0 -95
- data/ext/cargo-vendor/clap-4.5.37/src/bin/stdio-fixture.rs +0 -26
- data/ext/cargo-vendor/clap-4.5.37/src/lib.rs +0 -102
- data/ext/cargo-vendor/clap_builder-4.5.37/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.lock +0 -450
- data/ext/cargo-vendor/clap_builder-4.5.37/Cargo.toml +0 -219
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_builder-4.5.37/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_builder-4.5.37/README.md +0 -24
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/action.rs +0 -461
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/command.rs +0 -5202
- data/ext/cargo-vendor/clap_builder-4.5.37/src/builder/styling.rs +0 -177
- data/ext/cargo-vendor/clap_builder-4.5.37/src/error/kind.rs +0 -366
- data/ext/cargo-vendor/clap_builder-4.5.37/src/lib.rs +0 -49
- data/ext/cargo-vendor/clap_builder-4.5.37/src/macros.rs +0 -590
- data/ext/cargo-vendor/clap_builder-4.5.37/src/output/help_template.rs +0 -1151
- data/ext/cargo-vendor/clap_builder-4.5.37/src/parser/matches/arg_matches.rs +0 -2100
- data/ext/cargo-vendor/clap_derive-4.5.32/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.lock +0 -100
- data/ext/cargo-vendor/clap_derive-4.5.32/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_derive-4.5.32/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_derive-4.5.32/README.md +0 -24
- data/ext/cargo-vendor/clap_lex-0.7.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/clap_lex-0.7.4/Cargo.toml +0 -163
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-APACHE +0 -201
- data/ext/cargo-vendor/clap_lex-0.7.4/LICENSE-MIT +0 -21
- data/ext/cargo-vendor/clap_lex-0.7.4/README.md +0 -19
- data/ext/cargo-vendor/clap_lex-0.7.4/src/lib.rs +0 -522
- data/ext/cargo-vendor/codeowners-0.2.4/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/codeowners-0.2.4/CONFIGURATION.md +0 -135
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.lock +0 -1214
- data/ext/cargo-vendor/codeowners-0.2.4/Cargo.toml +0 -90
- data/ext/cargo-vendor/codeowners-0.2.4/README.md +0 -128
- data/ext/cargo-vendor/codeowners-0.2.4/src/cache/file.rs +0 -173
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/directory_mapper.rs +0 -169
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership/mapper/package_mapper.rs +0 -215
- data/ext/cargo-vendor/codeowners-0.2.4/src/ownership.rs +0 -219
- data/ext/cargo-vendor/codeowners-0.2.4/src/project.rs +0 -199
- data/ext/cargo-vendor/codeowners-0.2.4/src/project_builder.rs +0 -230
- data/ext/cargo-vendor/codeowners-0.2.4/src/runner.rs +0 -293
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/.github/CODEOWNERS +0 -35
- data/ext/cargo-vendor/codeowners-0.2.4/tests/fixtures/valid_project/config/code_ownership.yml +0 -10
- data/ext/cargo-vendor/codeowners-0.2.4/tests/valid_project_test.rs +0 -237
- data/ext/cargo-vendor/colorchoice-1.0.3/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/colorchoice-1.0.3/Cargo.toml +0 -160
- data/ext/cargo-vendor/colorchoice-1.0.3/README.md +0 -24
- data/ext/cargo-vendor/colorchoice-1.0.3/src/lib.rs +0 -116
- data/ext/cargo-vendor/errno-0.3.11/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/errno-0.3.11/CHANGELOG.md +0 -122
- data/ext/cargo-vendor/errno-0.3.11/Cargo.lock +0 -90
- data/ext/cargo-vendor/errno-0.3.11/Cargo.toml +0 -67
- data/ext/cargo-vendor/fast-glob-0.4.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.lock +0 -460
- data/ext/cargo-vendor/fast-glob-0.4.5/Cargo.toml +0 -61
- data/ext/cargo-vendor/getrandom-0.3.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/getrandom-0.3.2/CHANGELOG.md +0 -605
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.lock +0 -365
- data/ext/cargo-vendor/getrandom-0.3.2/Cargo.toml +0 -147
- data/ext/cargo-vendor/getrandom-0.3.2/README.md +0 -385
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends/wasi_p1.rs +0 -26
- data/ext/cargo-vendor/getrandom-0.3.2/src/backends.rs +0 -180
- data/ext/cargo-vendor/hashbrown-0.15.2/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/hashbrown-0.15.2/CHANGELOG.md +0 -588
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.lock +0 -266
- data/ext/cargo-vendor/hashbrown-0.15.2/Cargo.toml +0 -173
- data/ext/cargo-vendor/hashbrown-0.15.2/README.md +0 -80
- data/ext/cargo-vendor/hashbrown-0.15.2/benches/bench.rs +0 -331
- data/ext/cargo-vendor/hashbrown-0.15.2/src/control/group/mod.rs +0 -35
- data/ext/cargo-vendor/hashbrown-0.15.2/src/external_trait_impls/serde.rs +0 -220
- data/ext/cargo-vendor/hashbrown-0.15.2/src/lib.rs +0 -181
- data/ext/cargo-vendor/hashbrown-0.15.2/src/map.rs +0 -6512
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/alloc.rs +0 -86
- data/ext/cargo-vendor/hashbrown-0.15.2/src/raw/mod.rs +0 -4383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/rustc_entry.rs +0 -567
- data/ext/cargo-vendor/hashbrown-0.15.2/src/set.rs +0 -3108
- data/ext/cargo-vendor/hashbrown-0.15.2/src/table.rs +0 -2383
- data/ext/cargo-vendor/hashbrown-0.15.2/src/util.rs +0 -14
- data/ext/cargo-vendor/hashbrown-0.15.2/tests/set.rs +0 -34
- data/ext/cargo-vendor/indexmap-2.9.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.lock +0 -338
- data/ext/cargo-vendor/indexmap-2.9.0/Cargo.toml +0 -145
- data/ext/cargo-vendor/indexmap-2.9.0/RELEASES.md +0 -557
- data/ext/cargo-vendor/indexmap-2.9.0/benches/bench.rs +0 -763
- data/ext/cargo-vendor/indexmap-2.9.0/benches/faststring.rs +0 -185
- data/ext/cargo-vendor/indexmap-2.9.0/src/lib.rs +0 -300
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/entry.rs +0 -571
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core/raw_entry_v1.rs +0 -665
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/core.rs +0 -738
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/iter.rs +0 -776
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/mutable.rs +0 -166
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/slice.rs +0 -631
- data/ext/cargo-vendor/indexmap-2.9.0/src/map/tests.rs +0 -1008
- data/ext/cargo-vendor/indexmap-2.9.0/src/map.rs +0 -1651
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/map.rs +0 -663
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/mod.rs +0 -16
- data/ext/cargo-vendor/indexmap-2.9.0/src/rayon/set.rs +0 -756
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/iter.rs +0 -628
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/slice.rs +0 -379
- data/ext/cargo-vendor/indexmap-2.9.0/src/set/tests.rs +0 -723
- data/ext/cargo-vendor/indexmap-2.9.0/src/set.rs +0 -1301
- data/ext/cargo-vendor/indexmap-2.9.0/tests/quick.rs +0 -759
- data/ext/cargo-vendor/r-efi-5.2.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/r-efi-5.2.0/AUTHORS +0 -73
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.lock +0 -26
- data/ext/cargo-vendor/r-efi-5.2.0/Cargo.toml +0 -77
- data/ext/cargo-vendor/r-efi-5.2.0/NEWS.md +0 -292
- data/ext/cargo-vendor/rb-sys-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-0.9.111/Cargo.toml +0 -70
- data/ext/cargo-vendor/rb-sys-0.9.111/readme.md +0 -72
- data/ext/cargo-vendor/rb-sys-0.9.111/src/macros.rs +0 -286
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.c +0 -123
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/compiled.rs +0 -216
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_6.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_2_7.rs +0 -279
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_0.rs +0 -287
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_1.rs +0 -280
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_2.rs +0 -278
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_3.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api/ruby_3_4.rs +0 -271
- data/ext/cargo-vendor/rb-sys-0.9.111/src/stable_api.rs +0 -229
- data/ext/cargo-vendor/rb-sys-0.9.111/src/utils.rs +0 -67
- data/ext/cargo-vendor/rb-sys-build-0.9.111/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rb-sys-build-0.9.111/Cargo.toml +0 -71
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings/stable_api.rs +0 -206
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/bindings.rs +0 -254
- data/ext/cargo-vendor/rb-sys-build-0.9.111/src/cc.rs +0 -403
- data/ext/cargo-vendor/rustix-1.0.5/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.lock +0 -1033
- data/ext/cargo-vendor/rustix-1.0.5/Cargo.toml +0 -290
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/fs/syscalls.rs +0 -2718
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/io/syscalls.rs +0 -297
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/net/sockopt.rs +0 -1339
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/libc/thread/syscalls.rs +0 -780
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/aarch64.rs +0 -268
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/arm.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips32r6.rs +0 -543
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64.rs +0 -466
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/mips64r6.rs +0 -470
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/powerpc64.rs +0 -413
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/riscv64.rs +0 -265
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/s390x.rs +0 -287
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/thumb.rs +0 -322
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86.rs +0 -490
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/arch/x86_64.rs +0 -293
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/param/auxv.rs +0 -583
- data/ext/cargo-vendor/rustix-1.0.5/src/backend/linux_raw/thread/syscalls.rs +0 -549
- data/ext/cargo-vendor/rustix-1.0.5/src/lib.rs +0 -420
- data/ext/cargo-vendor/rustix-1.0.5/src/not_implemented.rs +0 -349
- data/ext/cargo-vendor/rustix-1.0.5/src/pid.rs +0 -111
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/futex.rs +0 -600
- data/ext/cargo-vendor/rustix-1.0.5/src/thread/setns.rs +0 -139
- data/ext/cargo-vendor/serde_json-1.0.140/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.lock +0 -417
- data/ext/cargo-vendor/serde_json-1.0.140/Cargo.toml +0 -157
- data/ext/cargo-vendor/serde_json-1.0.140/src/lib.rs +0 -437
- data/ext/cargo-vendor/serde_json-1.0.140/src/read.rs +0 -1089
- data/ext/cargo-vendor/serde_json-1.0.140/src/ser.rs +0 -2277
- data/ext/cargo-vendor/serde_json-1.0.140/src/value/mod.rs +0 -1035
- data/ext/cargo-vendor/smallvec-1.15.0/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.lock +0 -198
- data/ext/cargo-vendor/smallvec-1.15.0/Cargo.toml +0 -110
- data/ext/cargo-vendor/smallvec-1.15.0/src/lib.rs +0 -2603
- data/ext/cargo-vendor/tempfile-3.19.1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tempfile-3.19.1/CHANGELOG.md +0 -338
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.lock +0 -183
- data/ext/cargo-vendor/tempfile-3.19.1/Cargo.toml +0 -95
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/any.rs +0 -24
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/imp/unix.rs +0 -26
- data/ext/cargo-vendor/tempfile-3.19.1/src/dir/mod.rs +0 -500
- data/ext/cargo-vendor/tempfile-3.19.1/src/file/mod.rs +0 -1055
- data/ext/cargo-vendor/tempfile-3.19.1/src/lib.rs +0 -745
- data/ext/cargo-vendor/tempfile-3.19.1/src/spooled.rs +0 -197
- data/ext/cargo-vendor/tempfile-3.19.1/src/util.rs +0 -80
- data/ext/cargo-vendor/tempfile-3.19.1/tests/env.rs +0 -15
- data/ext/cargo-vendor/tempfile-3.19.1/tests/namedtempfile.rs +0 -531
- data/ext/cargo-vendor/tempfile-3.19.1/tests/spooled.rs +0 -322
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempdir.rs +0 -191
- data/ext/cargo-vendor/tempfile-3.19.1/tests/tempfile.rs +0 -68
- data/ext/cargo-vendor/thread_local-1.1.8/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/thread_local-1.1.8/Cargo.toml +0 -43
- data/ext/cargo-vendor/thread_local-1.1.8/README.md +0 -39
- data/ext/cargo-vendor/thread_local-1.1.8/src/thread_id.rs +0 -206
- data/ext/cargo-vendor/tracing-attributes-0.1.28/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-attributes-0.1.28/CHANGELOG.md +0 -446
- data/ext/cargo-vendor/tracing-attributes-0.1.28/Cargo.toml +0 -151
- data/ext/cargo-vendor/tracing-attributes-0.1.28/README.md +0 -91
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/attr.rs +0 -478
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/expand.rs +0 -833
- data/ext/cargo-vendor/tracing-attributes-0.1.28/src/lib.rs +0 -696
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/async_fn.rs +0 -491
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/err.rs +0 -328
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/instrument.rs +0 -326
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.rs +0 -46
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/async_instrument.stderr +0 -98
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui/const_instrument.stderr +0 -15
- data/ext/cargo-vendor/tracing-attributes-0.1.28/tests/ui.rs +0 -14
- data/ext/cargo-vendor/tracing-core-0.1.33/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/tracing-core-0.1.33/CHANGELOG.md +0 -574
- data/ext/cargo-vendor/tracing-core-0.1.33/Cargo.toml +0 -104
- data/ext/cargo-vendor/tracing-core-0.1.33/README.md +0 -121
- data/ext/cargo-vendor/tracing-core-0.1.33/src/callsite.rs +0 -618
- data/ext/cargo-vendor/tracing-core-0.1.33/src/dispatcher.rs +0 -1069
- data/ext/cargo-vendor/tracing-core-0.1.33/src/field.rs +0 -1320
- data/ext/cargo-vendor/tracing-core-0.1.33/src/lib.rs +0 -302
- data/ext/cargo-vendor/tracing-core-0.1.33/src/metadata.rs +0 -1114
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/.cargo-checksum.json +0 -1
- data/ext/cargo-vendor/wasi-0.11.0+wasi-snapshot-preview1/Cargo.toml +0 -42
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/dump-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/examples/query-stream.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/adapter/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/auto.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/fmt.rs +0 -0
- /data/ext/cargo-vendor/{anstream-0.6.18 → anstream-0.6.20}/src/strip.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-1.0.11}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/examples/dump-style.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-1.0.10 → anstyle-1.0.11}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-parse-0.2.7}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-parse-0.2.7}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/examples/parselog.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/params.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/codegen.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/mod.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-parse-0.2.6 → anstyle-parse-0.2.7}/src/state/table.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-query-1.1.4}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → anstyle-query-1.1.4}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{anstyle-query-1.1.2 → anstyle-query-1.1.4}/examples/query.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → anstyle-wincon-3.0.10}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/dump-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/examples/set-wincon.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/ansi.rs +0 -0
- /data/ext/cargo-vendor/{anstyle-wincon-3.0.7 → anstyle-wincon-3.0.10}/src/stream.rs +0 -0
- /data/ext/cargo-vendor/{colorchoice-1.0.3 → clap-4.5.43}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/README.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/cargo-example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/demo.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/augment_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/flatten_hand_args.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/hand_subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/derive_ref/interop_tests.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/escaped-positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/multicall-hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/03_06_required.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_01_possible.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_builder/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/01_quick.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_apps.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/02_crate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_01_flag_count.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_02_option_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_03_positional_mult.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_04_subcommands_alt.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_05_default_values.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/03_06_optional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_01_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_parse.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_02_validate.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_03_relations.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/04_04_custom.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/tutorial_derive/05_01_assert.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.md +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/examples/typed-derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/cargo_example_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/escaped_positional_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/find.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/git_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_busybox.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/multicall_hostname.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/pacman.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/repl_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_cookbook/typed_derive.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_derive/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_features.rs +0 -0
- /data/ext/cargo-vendor/{clap-4.5.37 → clap-4.5.43}/src/_tutorial.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/app_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_group.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_predicate.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/arg_settings.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/debug_asserts.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/ext.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/os_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/possible_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/range.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/resettable.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/styled_str.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/tests.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_hint.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/builder/value_parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/derive.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/context.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/format.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/error/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/mkeymap.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/fmt.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/help.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/core.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/word_separators.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/textwrap/wrap_algorithms.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/output/usage.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/arg_matcher.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/features/suggestions.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/matched_arg.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/matches/value_source.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/parser/validator.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/any_value.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/color.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_map.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/flat_set.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/graph.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/id.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_builder-4.5.37 → clap_builder-4.5.43}/src/util/str_to_bool.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/attr.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/args.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/into_app.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/parser.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/subcommand.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/derives/value_enum.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/dummies.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/item.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/doc_comments.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/error.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/mod.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/spanned.rs +0 -0
- /data/ext/cargo-vendor/{clap_derive-4.5.32 → clap_derive-4.5.41}/src/utils/ty.rs +0 -0
- /data/ext/cargo-vendor/{clap_lex-0.7.4 → clap_lex-0.7.5}/src/ext.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/audit.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/ci.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.github/workflows/dotslash-config.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rustfmt.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/.rusty-hook.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/dev/run_benchmarks.sh +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/rust-toolchain.toml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cache/noop.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/cli.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/common_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/config.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/main.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_generator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/file_owner_finder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/escaper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_file_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_gem_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_glob_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper/team_yml_mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/mapper.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/parser.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/tests.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/ownership/validator.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/src/project_file_builder.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/cache_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/blockchain.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/services/multi_owned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/app/unowned.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/invalid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/.github/CODEOWNERS +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/deep/nesting/nestdir/deep_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/consumers/one_owner.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/app/services/exciting/some_other_file.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/code_ownership.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/bar.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/multiple-directory-owners/config/teams/foo.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/.ignore +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payments.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/config/teams/payroll.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/gems/payroll_calculator/calculator.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/index.tsx +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/PayrollFlow/package.json +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/(special)/pay.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/javascript/packages/items/item.ts +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/bank_account.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/models/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/foo/ownedby_payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payments/nacha.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/.codeowner +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/app/payroll/payroll.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/ignored_files/git_ignored.rb +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/fixtures/valid_project/ruby/packages/payroll_flow/package.yml +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_structure_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/invalid_project_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tests/multiple_directory_owners_test.rs +0 -0
- /data/ext/cargo-vendor/{codeowners-0.2.4 → codeowners-0.2.5}/tmp/.gitkeep +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/README.md +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/hermit.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/unix.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/wasi.rs +0 -0
- /data/ext/cargo-vendor/{errno-0.3.11 → errno-0.3.13}/src/windows.rs +0 -0
- /data/ext/cargo-vendor/{fast-glob-0.4.5 → fast-glob-1.0.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/benches/buffer.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/build.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/apple_other.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/custom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/efi_rng.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/esp_idf.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/fuchsia.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getentropy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/hermit.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_android_with_fallback.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/linux_raw.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/netbsd.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rdrand.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/rndr.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solaris.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/solid.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/use_file.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/vxworks.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasi_p2.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/wasm_js.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/backends/windows7.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/error_std_impls.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/src/util_libc.rs +0 -0
- /data/ext/cargo-vendor/{getrandom-0.3.2 → getrandom-0.3.3}/tests/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/insert_unique_unchecked.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/benches/set_ops.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/clippy.toml +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/bitmask.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/generic.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/neon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/group/sse2.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/control/tag.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/helpers.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/map.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/mod.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/raw.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/set.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/external_trait_impls/rayon/table.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/raw_entry.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/src/scopeguard.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/hasher.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/rayon.rs +0 -0
- /data/ext/cargo-vendor/{hashbrown-0.15.2 → hashbrown-0.15.5}/tests/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/README.md +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/borsh.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/map/serde_seq.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/serde.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/set/mutable.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/src/util.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/equivalent_trait.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/macros_full_path.rs +0 -0
- /data/ext/cargo-vendor/{indexmap-2.9.0 → indexmap-2.10.0}/tests/tests.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/Makefile +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/README.md +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/freestanding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/gop-query.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/examples/hello-world.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/base.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/hii.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/absolute_pointer.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/block_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/bus_specific_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debug_support.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/debugport.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/decompress.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_from_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_to_text.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/device_path_utilities.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/disk_io2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_diagnostics2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/driver_family_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/graphics_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_database.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_font_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_package_list.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/hii_string.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/ip6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/load_file2.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/loaded_image_device_path.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/managed_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/memory_attribute.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/mp_services.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/pci_io.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/platform_driver_override.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/rng.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/service_binding.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_dynamic_command.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/shell_parameters.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_file_system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_network.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_input_ex.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/simple_text_output.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/tcp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/timestamp.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp4.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols/udp6.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/protocols.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor/intel/console_control.rs +0 -0
- /data/ext/cargo-vendor/{r-efi-5.2.0 → r-efi-5.3.0}/src/vendor.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/bin/release.sh +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/features.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/main.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/stable_api_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/build/version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/bindings.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/hidden.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/memory.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/ruby_abi_version.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/special_consts.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/symbol.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/tracking_allocator.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-0.9.111 → rb-sys-0.9.117}/src/value_type.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/sanitizer.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/bindings/wrapper.h +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/flags.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/library.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config/search_path.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/rb_config.rs +0 -0
- /data/ext/cargo-vendor/{rb-sys-build-0.9.111 → rb-sys-build-0.9.117}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CHANGES.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/COPYRIGHT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/README.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/benches/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/build.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/event/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io/windows_syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/ext.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/libc/winsock_c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/arch/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/c.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/conv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/poll_fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/event/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/fs/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/io_uring/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/msghdr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/read_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/send_recv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/net/write_sockaddr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/libc_auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pipe/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/prctl/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/pty/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/rand/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/reg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/runtime/tls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/shm/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/system/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/cpu_set.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/futex.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/thread/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/time/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/ugid/syscalls.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/backend/linux_raw/vdso_wrappers.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/bitcast.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/buffer.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/check_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/clockid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/cstr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/epoll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/eventfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/kqueue.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/pause.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/poll.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/port.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/event/select.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ffi.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/abs.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/at.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/constants.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/copy_file_range.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fadvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcntl_apple.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fcopyfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/fd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/getpath.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/inotify.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/makedev.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/memfd_create.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/openat2.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/raw_dir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/seek_from.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sendfile.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/special.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/statx.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/sync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/fs/xattr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/close.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/dup.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/errno.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/fcntl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io/read_write.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/bindgen_types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/io_uring/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/bsd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/linux.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ioctl/patterns.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/kernel_sigset.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/owned.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/fd/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/raw.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/io/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/no_std/os/windows/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/maybe_polyfill/std/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/madvise.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mmap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/msync.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mm/userfaultfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/fsopen.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/mount_unmount.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/mount/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/addr.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/netdevice.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/send_recv/msg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socket_addr_any.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/socketpair.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/sockopt.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/net/wsa.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/auxv.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/init.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/param/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/arg.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/dec_int.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/path/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pipe.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chdir.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/chroot.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/exit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/fcntl_getlk.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/kill.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pidfd_getfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/pivot_root.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/priority.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/procctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/rlimit.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/umask.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/process/wait.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/pty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/getrandom.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/rand/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/runtime.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/shm.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/signal.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/static_assertions.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/stdio.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/system.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/ioctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tc.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/tty.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/termios/types.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/id.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/libcap.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/membarrier.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/prctl.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/thread/sched_yield.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/clock.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/mod.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/time/timerfd.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/timespec.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/ugid.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/utils.rs +0 -0
- /data/ext/cargo-vendor/{rustix-1.0.5 → rustix-1.0.8}/src/weak.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/README.md +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/build.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/core.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/io/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/iter.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bhcomp.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/bignum.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/cached_float80.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/digit.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/errors.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers32.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/large_powers64.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/shift.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/lexical/small_powers.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/macros.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/number.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/raw.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/de.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/from.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/index.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/partial_eq.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/src/value/ser.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/compiletest.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/debug.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/algorithm.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/exponent.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/float.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/math.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/num.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/parse.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical/rounding.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/lexical.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/macros/mod.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/map.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue1004.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue520.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue795.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue845.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression/issue953.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/regression.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/stream.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/test.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_comma.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/missing_value.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/not_found.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_expr.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/parse_key.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_array_element.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_after_map_entry.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_colon.stderr +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.rs +0 -0
- /data/ext/cargo-vendor/{serde_json-1.0.140 → serde_json-1.0.142}/tests/ui/unexpected_comma.stderr +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/benches/bench.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/README.md +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/debug_metadata/smallvec.natvis +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/scripts/run_miri.sh +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/arbitrary.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/specialization.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/src/tests.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/debugger_visualizer.rs +0 -0
- /data/ext/cargo-vendor/{smallvec-1.15.0 → smallvec-1.15.1}/tests/macro.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/README.md +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/deny.toml +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/dir/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/env.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/error.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/mod.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/other.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/unix.rs +0 -0
- /data/ext/cargo-vendor/{tempfile-3.19.1 → tempfile-3.20.0}/src/file/imp/windows.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/benches/thread_local.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/cached.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{thread_local-1.1.8 → thread_local-1.1.9}/src/unreachable.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/destructuring.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/fields.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/follows_from.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/levels.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/names.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/parents.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/ret.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28 → tracing-attributes-0.1.30}/tests/targets.rs +0 -0
- /data/ext/cargo-vendor/{tracing-attributes-0.1.28/tests/ui → tracing-attributes-0.1.30/tests/ui/fail}/const_instrument.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/event.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/lazy.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/parent.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/span.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/LICENSE +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/mutex.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/spin/once.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/stdlib.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/src/subscriber.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/common/mod.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/global_dispatch.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/local_dispatch_before_init.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/macros.rs +0 -0
- /data/ext/cargo-vendor/{tracing-core-0.1.33 → tracing-core-0.1.34}/tests/missed_register_callsite.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/CONTRIBUTING.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-APACHE +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-Apache-2.0_WITH_LLVM-exception +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/LICENSE-MIT +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/ORG_CODE_OF_CONDUCT.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/README.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/SECURITY.md +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib.rs +0 -0
- /data/ext/cargo-vendor/{wasi-0.11.0+wasi-snapshot-preview1 → wasi-0.11.1+wasi-snapshot-preview1}/src/lib_generated.rs +0 -0
@@ -0,0 +1,4075 @@
|
|
1
|
+
windows_targets::link!("user32.dll" "system" fn AdjustWindowRect(lprect : *mut super::super::Foundation:: RECT, dwstyle : WINDOW_STYLE, bmenu : windows_sys::core::BOOL) -> windows_sys::core::BOOL);
|
2
|
+
windows_targets::link!("user32.dll" "system" fn AdjustWindowRectEx(lprect : *mut super::super::Foundation:: RECT, dwstyle : WINDOW_STYLE, bmenu : windows_sys::core::BOOL, dwexstyle : WINDOW_EX_STYLE) -> windows_sys::core::BOOL);
|
3
|
+
windows_targets::link!("user32.dll" "system" fn AllowSetForegroundWindow(dwprocessid : u32) -> windows_sys::core::BOOL);
|
4
|
+
windows_targets::link!("user32.dll" "system" fn AnimateWindow(hwnd : super::super::Foundation:: HWND, dwtime : u32, dwflags : ANIMATE_WINDOW_FLAGS) -> windows_sys::core::BOOL);
|
5
|
+
windows_targets::link!("user32.dll" "system" fn AnyPopup() -> windows_sys::core::BOOL);
|
6
|
+
windows_targets::link!("user32.dll" "system" fn AppendMenuA(hmenu : HMENU, uflags : MENU_ITEM_FLAGS, uidnewitem : usize, lpnewitem : windows_sys::core::PCSTR) -> windows_sys::core::BOOL);
|
7
|
+
windows_targets::link!("user32.dll" "system" fn AppendMenuW(hmenu : HMENU, uflags : MENU_ITEM_FLAGS, uidnewitem : usize, lpnewitem : windows_sys::core::PCWSTR) -> windows_sys::core::BOOL);
|
8
|
+
windows_targets::link!("user32.dll" "system" fn ArrangeIconicWindows(hwnd : super::super::Foundation:: HWND) -> u32);
|
9
|
+
windows_targets::link!("user32.dll" "system" fn BeginDeferWindowPos(nnumwindows : i32) -> HDWP);
|
10
|
+
windows_targets::link!("user32.dll" "system" fn BringWindowToTop(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
11
|
+
windows_targets::link!("user32.dll" "system" fn CalculatePopupWindowPosition(anchorpoint : *const super::super::Foundation:: POINT, windowsize : *const super::super::Foundation:: SIZE, flags : u32, excluderect : *const super::super::Foundation:: RECT, popupwindowposition : *mut super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
12
|
+
windows_targets::link!("user32.dll" "system" fn CallMsgFilterA(lpmsg : *const MSG, ncode : i32) -> windows_sys::core::BOOL);
|
13
|
+
windows_targets::link!("user32.dll" "system" fn CallMsgFilterW(lpmsg : *const MSG, ncode : i32) -> windows_sys::core::BOOL);
|
14
|
+
windows_targets::link!("user32.dll" "system" fn CallNextHookEx(hhk : HHOOK, ncode : i32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
15
|
+
windows_targets::link!("user32.dll" "system" fn CallWindowProcA(lpprevwndfunc : WNDPROC, hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
16
|
+
windows_targets::link!("user32.dll" "system" fn CallWindowProcW(lpprevwndfunc : WNDPROC, hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
17
|
+
windows_targets::link!("user32.dll" "system" fn CancelShutdown() -> windows_sys::core::BOOL);
|
18
|
+
windows_targets::link!("user32.dll" "system" fn CascadeWindows(hwndparent : super::super::Foundation:: HWND, whow : CASCADE_WINDOWS_HOW, lprect : *const super::super::Foundation:: RECT, ckids : u32, lpkids : *const super::super::Foundation:: HWND) -> u16);
|
19
|
+
windows_targets::link!("user32.dll" "system" fn ChangeMenuA(hmenu : HMENU, cmd : u32, lpsznewitem : windows_sys::core::PCSTR, cmdinsert : u32, flags : u32) -> windows_sys::core::BOOL);
|
20
|
+
windows_targets::link!("user32.dll" "system" fn ChangeMenuW(hmenu : HMENU, cmd : u32, lpsznewitem : windows_sys::core::PCWSTR, cmdinsert : u32, flags : u32) -> windows_sys::core::BOOL);
|
21
|
+
windows_targets::link!("user32.dll" "system" fn ChangeWindowMessageFilter(message : u32, dwflag : CHANGE_WINDOW_MESSAGE_FILTER_FLAGS) -> windows_sys::core::BOOL);
|
22
|
+
windows_targets::link!("user32.dll" "system" fn ChangeWindowMessageFilterEx(hwnd : super::super::Foundation:: HWND, message : u32, action : WINDOW_MESSAGE_FILTER_ACTION, pchangefilterstruct : *mut CHANGEFILTERSTRUCT) -> windows_sys::core::BOOL);
|
23
|
+
windows_targets::link!("user32.dll" "system" fn CharLowerA(lpsz : windows_sys::core::PSTR) -> windows_sys::core::PSTR);
|
24
|
+
windows_targets::link!("user32.dll" "system" fn CharLowerBuffA(lpsz : windows_sys::core::PSTR, cchlength : u32) -> u32);
|
25
|
+
windows_targets::link!("user32.dll" "system" fn CharLowerBuffW(lpsz : windows_sys::core::PWSTR, cchlength : u32) -> u32);
|
26
|
+
windows_targets::link!("user32.dll" "system" fn CharLowerW(lpsz : windows_sys::core::PWSTR) -> windows_sys::core::PWSTR);
|
27
|
+
windows_targets::link!("user32.dll" "system" fn CharNextA(lpsz : windows_sys::core::PCSTR) -> windows_sys::core::PSTR);
|
28
|
+
windows_targets::link!("user32.dll" "system" fn CharNextExA(codepage : u16, lpcurrentchar : windows_sys::core::PCSTR, dwflags : u32) -> windows_sys::core::PSTR);
|
29
|
+
windows_targets::link!("user32.dll" "system" fn CharNextW(lpsz : windows_sys::core::PCWSTR) -> windows_sys::core::PWSTR);
|
30
|
+
windows_targets::link!("user32.dll" "system" fn CharPrevA(lpszstart : windows_sys::core::PCSTR, lpszcurrent : windows_sys::core::PCSTR) -> windows_sys::core::PSTR);
|
31
|
+
windows_targets::link!("user32.dll" "system" fn CharPrevExA(codepage : u16, lpstart : windows_sys::core::PCSTR, lpcurrentchar : windows_sys::core::PCSTR, dwflags : u32) -> windows_sys::core::PSTR);
|
32
|
+
windows_targets::link!("user32.dll" "system" fn CharPrevW(lpszstart : windows_sys::core::PCWSTR, lpszcurrent : windows_sys::core::PCWSTR) -> windows_sys::core::PWSTR);
|
33
|
+
windows_targets::link!("user32.dll" "system" fn CharToOemA(psrc : windows_sys::core::PCSTR, pdst : windows_sys::core::PSTR) -> windows_sys::core::BOOL);
|
34
|
+
windows_targets::link!("user32.dll" "system" fn CharToOemBuffA(lpszsrc : windows_sys::core::PCSTR, lpszdst : windows_sys::core::PSTR, cchdstlength : u32) -> windows_sys::core::BOOL);
|
35
|
+
windows_targets::link!("user32.dll" "system" fn CharToOemBuffW(lpszsrc : windows_sys::core::PCWSTR, lpszdst : windows_sys::core::PSTR, cchdstlength : u32) -> windows_sys::core::BOOL);
|
36
|
+
windows_targets::link!("user32.dll" "system" fn CharToOemW(psrc : windows_sys::core::PCWSTR, pdst : windows_sys::core::PSTR) -> windows_sys::core::BOOL);
|
37
|
+
windows_targets::link!("user32.dll" "system" fn CharUpperA(lpsz : windows_sys::core::PSTR) -> windows_sys::core::PSTR);
|
38
|
+
windows_targets::link!("user32.dll" "system" fn CharUpperBuffA(lpsz : windows_sys::core::PSTR, cchlength : u32) -> u32);
|
39
|
+
windows_targets::link!("user32.dll" "system" fn CharUpperBuffW(lpsz : windows_sys::core::PWSTR, cchlength : u32) -> u32);
|
40
|
+
windows_targets::link!("user32.dll" "system" fn CharUpperW(lpsz : windows_sys::core::PWSTR) -> windows_sys::core::PWSTR);
|
41
|
+
windows_targets::link!("user32.dll" "system" fn CheckMenuItem(hmenu : HMENU, uidcheckitem : u32, ucheck : u32) -> u32);
|
42
|
+
windows_targets::link!("user32.dll" "system" fn CheckMenuRadioItem(hmenu : HMENU, first : u32, last : u32, check : u32, flags : u32) -> windows_sys::core::BOOL);
|
43
|
+
windows_targets::link!("user32.dll" "system" fn ChildWindowFromPoint(hwndparent : super::super::Foundation:: HWND, point : super::super::Foundation:: POINT) -> super::super::Foundation:: HWND);
|
44
|
+
windows_targets::link!("user32.dll" "system" fn ChildWindowFromPointEx(hwnd : super::super::Foundation:: HWND, pt : super::super::Foundation:: POINT, flags : CWP_FLAGS) -> super::super::Foundation:: HWND);
|
45
|
+
windows_targets::link!("user32.dll" "system" fn ClipCursor(lprect : *const super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
46
|
+
windows_targets::link!("user32.dll" "system" fn CloseWindow(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
47
|
+
windows_targets::link!("user32.dll" "system" fn CopyAcceleratorTableA(haccelsrc : HACCEL, lpacceldst : *mut ACCEL, caccelentries : i32) -> i32);
|
48
|
+
windows_targets::link!("user32.dll" "system" fn CopyAcceleratorTableW(haccelsrc : HACCEL, lpacceldst : *mut ACCEL, caccelentries : i32) -> i32);
|
49
|
+
windows_targets::link!("user32.dll" "system" fn CopyIcon(hicon : HICON) -> HICON);
|
50
|
+
windows_targets::link!("user32.dll" "system" fn CopyImage(h : super::super::Foundation:: HANDLE, r#type : GDI_IMAGE_TYPE, cx : i32, cy : i32, flags : IMAGE_FLAGS) -> super::super::Foundation:: HANDLE);
|
51
|
+
windows_targets::link!("user32.dll" "system" fn CreateAcceleratorTableA(paccel : *const ACCEL, caccel : i32) -> HACCEL);
|
52
|
+
windows_targets::link!("user32.dll" "system" fn CreateAcceleratorTableW(paccel : *const ACCEL, caccel : i32) -> HACCEL);
|
53
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
54
|
+
windows_targets::link!("user32.dll" "system" fn CreateCaret(hwnd : super::super::Foundation:: HWND, hbitmap : super::super::Graphics::Gdi:: HBITMAP, nwidth : i32, nheight : i32) -> windows_sys::core::BOOL);
|
55
|
+
windows_targets::link!("user32.dll" "system" fn CreateCursor(hinst : super::super::Foundation:: HINSTANCE, xhotspot : i32, yhotspot : i32, nwidth : i32, nheight : i32, pvandplane : *const core::ffi::c_void, pvxorplane : *const core::ffi::c_void) -> HCURSOR);
|
56
|
+
windows_targets::link!("user32.dll" "system" fn CreateDialogIndirectParamA(hinstance : super::super::Foundation:: HINSTANCE, lptemplate : *const DLGTEMPLATE, hwndparent : super::super::Foundation:: HWND, lpdialogfunc : DLGPROC, dwinitparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: HWND);
|
57
|
+
windows_targets::link!("user32.dll" "system" fn CreateDialogIndirectParamW(hinstance : super::super::Foundation:: HINSTANCE, lptemplate : *const DLGTEMPLATE, hwndparent : super::super::Foundation:: HWND, lpdialogfunc : DLGPROC, dwinitparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: HWND);
|
58
|
+
windows_targets::link!("user32.dll" "system" fn CreateDialogParamA(hinstance : super::super::Foundation:: HINSTANCE, lptemplatename : windows_sys::core::PCSTR, hwndparent : super::super::Foundation:: HWND, lpdialogfunc : DLGPROC, dwinitparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: HWND);
|
59
|
+
windows_targets::link!("user32.dll" "system" fn CreateDialogParamW(hinstance : super::super::Foundation:: HINSTANCE, lptemplatename : windows_sys::core::PCWSTR, hwndparent : super::super::Foundation:: HWND, lpdialogfunc : DLGPROC, dwinitparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: HWND);
|
60
|
+
windows_targets::link!("user32.dll" "system" fn CreateIcon(hinstance : super::super::Foundation:: HINSTANCE, nwidth : i32, nheight : i32, cplanes : u8, cbitspixel : u8, lpbandbits : *const u8, lpbxorbits : *const u8) -> HICON);
|
61
|
+
windows_targets::link!("user32.dll" "system" fn CreateIconFromResource(presbits : *const u8, dwressize : u32, ficon : windows_sys::core::BOOL, dwver : u32) -> HICON);
|
62
|
+
windows_targets::link!("user32.dll" "system" fn CreateIconFromResourceEx(presbits : *const u8, dwressize : u32, ficon : windows_sys::core::BOOL, dwver : u32, cxdesired : i32, cydesired : i32, flags : IMAGE_FLAGS) -> HICON);
|
63
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
64
|
+
windows_targets::link!("user32.dll" "system" fn CreateIconIndirect(piconinfo : *const ICONINFO) -> HICON);
|
65
|
+
windows_targets::link!("user32.dll" "system" fn CreateMDIWindowA(lpclassname : windows_sys::core::PCSTR, lpwindowname : windows_sys::core::PCSTR, dwstyle : WINDOW_STYLE, x : i32, y : i32, nwidth : i32, nheight : i32, hwndparent : super::super::Foundation:: HWND, hinstance : super::super::Foundation:: HINSTANCE, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: HWND);
|
66
|
+
windows_targets::link!("user32.dll" "system" fn CreateMDIWindowW(lpclassname : windows_sys::core::PCWSTR, lpwindowname : windows_sys::core::PCWSTR, dwstyle : WINDOW_STYLE, x : i32, y : i32, nwidth : i32, nheight : i32, hwndparent : super::super::Foundation:: HWND, hinstance : super::super::Foundation:: HINSTANCE, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: HWND);
|
67
|
+
windows_targets::link!("user32.dll" "system" fn CreateMenu() -> HMENU);
|
68
|
+
windows_targets::link!("user32.dll" "system" fn CreatePopupMenu() -> HMENU);
|
69
|
+
windows_targets::link!("mrmsupport.dll" "system" fn CreateResourceIndexer(projectroot : windows_sys::core::PCWSTR, extensiondllpath : windows_sys::core::PCWSTR, ppresourceindexer : *mut *mut core::ffi::c_void) -> windows_sys::core::HRESULT);
|
70
|
+
windows_targets::link!("user32.dll" "system" fn CreateWindowExA(dwexstyle : WINDOW_EX_STYLE, lpclassname : windows_sys::core::PCSTR, lpwindowname : windows_sys::core::PCSTR, dwstyle : WINDOW_STYLE, x : i32, y : i32, nwidth : i32, nheight : i32, hwndparent : super::super::Foundation:: HWND, hmenu : HMENU, hinstance : super::super::Foundation:: HINSTANCE, lpparam : *const core::ffi::c_void) -> super::super::Foundation:: HWND);
|
71
|
+
windows_targets::link!("user32.dll" "system" fn CreateWindowExW(dwexstyle : WINDOW_EX_STYLE, lpclassname : windows_sys::core::PCWSTR, lpwindowname : windows_sys::core::PCWSTR, dwstyle : WINDOW_STYLE, x : i32, y : i32, nwidth : i32, nheight : i32, hwndparent : super::super::Foundation:: HWND, hmenu : HMENU, hinstance : super::super::Foundation:: HINSTANCE, lpparam : *const core::ffi::c_void) -> super::super::Foundation:: HWND);
|
72
|
+
windows_targets::link!("user32.dll" "system" fn DefDlgProcA(hdlg : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
73
|
+
windows_targets::link!("user32.dll" "system" fn DefDlgProcW(hdlg : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
74
|
+
windows_targets::link!("user32.dll" "system" fn DefFrameProcA(hwnd : super::super::Foundation:: HWND, hwndmdiclient : super::super::Foundation:: HWND, umsg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
75
|
+
windows_targets::link!("user32.dll" "system" fn DefFrameProcW(hwnd : super::super::Foundation:: HWND, hwndmdiclient : super::super::Foundation:: HWND, umsg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
76
|
+
windows_targets::link!("user32.dll" "system" fn DefMDIChildProcA(hwnd : super::super::Foundation:: HWND, umsg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
77
|
+
windows_targets::link!("user32.dll" "system" fn DefMDIChildProcW(hwnd : super::super::Foundation:: HWND, umsg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
78
|
+
windows_targets::link!("user32.dll" "system" fn DefWindowProcA(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
79
|
+
windows_targets::link!("user32.dll" "system" fn DefWindowProcW(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
80
|
+
windows_targets::link!("user32.dll" "system" fn DeferWindowPos(hwinposinfo : HDWP, hwnd : super::super::Foundation:: HWND, hwndinsertafter : super::super::Foundation:: HWND, x : i32, y : i32, cx : i32, cy : i32, uflags : SET_WINDOW_POS_FLAGS) -> HDWP);
|
81
|
+
windows_targets::link!("user32.dll" "system" fn DeleteMenu(hmenu : HMENU, uposition : u32, uflags : MENU_ITEM_FLAGS) -> windows_sys::core::BOOL);
|
82
|
+
windows_targets::link!("user32.dll" "system" fn DeregisterShellHookWindow(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
83
|
+
windows_targets::link!("user32.dll" "system" fn DestroyAcceleratorTable(haccel : HACCEL) -> windows_sys::core::BOOL);
|
84
|
+
windows_targets::link!("user32.dll" "system" fn DestroyCaret() -> windows_sys::core::BOOL);
|
85
|
+
windows_targets::link!("user32.dll" "system" fn DestroyCursor(hcursor : HCURSOR) -> windows_sys::core::BOOL);
|
86
|
+
windows_targets::link!("user32.dll" "system" fn DestroyIcon(hicon : HICON) -> windows_sys::core::BOOL);
|
87
|
+
windows_targets::link!("mrmsupport.dll" "system" fn DestroyIndexedResults(resourceuri : windows_sys::core::PCWSTR, qualifiercount : u32, qualifiers : *const IndexedResourceQualifier));
|
88
|
+
windows_targets::link!("user32.dll" "system" fn DestroyMenu(hmenu : HMENU) -> windows_sys::core::BOOL);
|
89
|
+
windows_targets::link!("mrmsupport.dll" "system" fn DestroyResourceIndexer(resourceindexer : *const core::ffi::c_void));
|
90
|
+
windows_targets::link!("user32.dll" "system" fn DestroyWindow(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
91
|
+
windows_targets::link!("user32.dll" "system" fn DialogBoxIndirectParamA(hinstance : super::super::Foundation:: HINSTANCE, hdialogtemplate : *const DLGTEMPLATE, hwndparent : super::super::Foundation:: HWND, lpdialogfunc : DLGPROC, dwinitparam : super::super::Foundation:: LPARAM) -> isize);
|
92
|
+
windows_targets::link!("user32.dll" "system" fn DialogBoxIndirectParamW(hinstance : super::super::Foundation:: HINSTANCE, hdialogtemplate : *const DLGTEMPLATE, hwndparent : super::super::Foundation:: HWND, lpdialogfunc : DLGPROC, dwinitparam : super::super::Foundation:: LPARAM) -> isize);
|
93
|
+
windows_targets::link!("user32.dll" "system" fn DialogBoxParamA(hinstance : super::super::Foundation:: HINSTANCE, lptemplatename : windows_sys::core::PCSTR, hwndparent : super::super::Foundation:: HWND, lpdialogfunc : DLGPROC, dwinitparam : super::super::Foundation:: LPARAM) -> isize);
|
94
|
+
windows_targets::link!("user32.dll" "system" fn DialogBoxParamW(hinstance : super::super::Foundation:: HINSTANCE, lptemplatename : windows_sys::core::PCWSTR, hwndparent : super::super::Foundation:: HWND, lpdialogfunc : DLGPROC, dwinitparam : super::super::Foundation:: LPARAM) -> isize);
|
95
|
+
windows_targets::link!("user32.dll" "system" fn DisableProcessWindowsGhosting());
|
96
|
+
windows_targets::link!("user32.dll" "system" fn DispatchMessageA(lpmsg : *const MSG) -> super::super::Foundation:: LRESULT);
|
97
|
+
windows_targets::link!("user32.dll" "system" fn DispatchMessageW(lpmsg : *const MSG) -> super::super::Foundation:: LRESULT);
|
98
|
+
windows_targets::link!("user32.dll" "system" fn DragObject(hwndparent : super::super::Foundation:: HWND, hwndfrom : super::super::Foundation:: HWND, fmt : u32, data : usize, hcur : HCURSOR) -> u32);
|
99
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
100
|
+
windows_targets::link!("user32.dll" "system" fn DrawIcon(hdc : super::super::Graphics::Gdi:: HDC, x : i32, y : i32, hicon : HICON) -> windows_sys::core::BOOL);
|
101
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
102
|
+
windows_targets::link!("user32.dll" "system" fn DrawIconEx(hdc : super::super::Graphics::Gdi:: HDC, xleft : i32, ytop : i32, hicon : HICON, cxwidth : i32, cywidth : i32, istepifanicur : u32, hbrflickerfreedraw : super::super::Graphics::Gdi:: HBRUSH, diflags : DI_FLAGS) -> windows_sys::core::BOOL);
|
103
|
+
windows_targets::link!("user32.dll" "system" fn DrawMenuBar(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
104
|
+
windows_targets::link!("user32.dll" "system" fn EnableMenuItem(hmenu : HMENU, uidenableitem : u32, uenable : MENU_ITEM_FLAGS) -> windows_sys::core::BOOL);
|
105
|
+
windows_targets::link!("user32.dll" "system" fn EndDeferWindowPos(hwinposinfo : HDWP) -> windows_sys::core::BOOL);
|
106
|
+
windows_targets::link!("user32.dll" "system" fn EndDialog(hdlg : super::super::Foundation:: HWND, nresult : isize) -> windows_sys::core::BOOL);
|
107
|
+
windows_targets::link!("user32.dll" "system" fn EndMenu() -> windows_sys::core::BOOL);
|
108
|
+
windows_targets::link!("user32.dll" "system" fn EnumChildWindows(hwndparent : super::super::Foundation:: HWND, lpenumfunc : WNDENUMPROC, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
109
|
+
windows_targets::link!("user32.dll" "system" fn EnumPropsA(hwnd : super::super::Foundation:: HWND, lpenumfunc : PROPENUMPROCA) -> i32);
|
110
|
+
windows_targets::link!("user32.dll" "system" fn EnumPropsExA(hwnd : super::super::Foundation:: HWND, lpenumfunc : PROPENUMPROCEXA, lparam : super::super::Foundation:: LPARAM) -> i32);
|
111
|
+
windows_targets::link!("user32.dll" "system" fn EnumPropsExW(hwnd : super::super::Foundation:: HWND, lpenumfunc : PROPENUMPROCEXW, lparam : super::super::Foundation:: LPARAM) -> i32);
|
112
|
+
windows_targets::link!("user32.dll" "system" fn EnumPropsW(hwnd : super::super::Foundation:: HWND, lpenumfunc : PROPENUMPROCW) -> i32);
|
113
|
+
windows_targets::link!("user32.dll" "system" fn EnumThreadWindows(dwthreadid : u32, lpfn : WNDENUMPROC, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
114
|
+
windows_targets::link!("user32.dll" "system" fn EnumWindows(lpenumfunc : WNDENUMPROC, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
115
|
+
windows_targets::link!("user32.dll" "system" fn FindWindowA(lpclassname : windows_sys::core::PCSTR, lpwindowname : windows_sys::core::PCSTR) -> super::super::Foundation:: HWND);
|
116
|
+
windows_targets::link!("user32.dll" "system" fn FindWindowExA(hwndparent : super::super::Foundation:: HWND, hwndchildafter : super::super::Foundation:: HWND, lpszclass : windows_sys::core::PCSTR, lpszwindow : windows_sys::core::PCSTR) -> super::super::Foundation:: HWND);
|
117
|
+
windows_targets::link!("user32.dll" "system" fn FindWindowExW(hwndparent : super::super::Foundation:: HWND, hwndchildafter : super::super::Foundation:: HWND, lpszclass : windows_sys::core::PCWSTR, lpszwindow : windows_sys::core::PCWSTR) -> super::super::Foundation:: HWND);
|
118
|
+
windows_targets::link!("user32.dll" "system" fn FindWindowW(lpclassname : windows_sys::core::PCWSTR, lpwindowname : windows_sys::core::PCWSTR) -> super::super::Foundation:: HWND);
|
119
|
+
windows_targets::link!("user32.dll" "system" fn FlashWindow(hwnd : super::super::Foundation:: HWND, binvert : windows_sys::core::BOOL) -> windows_sys::core::BOOL);
|
120
|
+
windows_targets::link!("user32.dll" "system" fn FlashWindowEx(pfwi : *const FLASHWINFO) -> windows_sys::core::BOOL);
|
121
|
+
windows_targets::link!("user32.dll" "system" fn GetAltTabInfoA(hwnd : super::super::Foundation:: HWND, iitem : i32, pati : *mut ALTTABINFO, pszitemtext : windows_sys::core::PSTR, cchitemtext : u32) -> windows_sys::core::BOOL);
|
122
|
+
windows_targets::link!("user32.dll" "system" fn GetAltTabInfoW(hwnd : super::super::Foundation:: HWND, iitem : i32, pati : *mut ALTTABINFO, pszitemtext : windows_sys::core::PWSTR, cchitemtext : u32) -> windows_sys::core::BOOL);
|
123
|
+
windows_targets::link!("user32.dll" "system" fn GetAncestor(hwnd : super::super::Foundation:: HWND, gaflags : GET_ANCESTOR_FLAGS) -> super::super::Foundation:: HWND);
|
124
|
+
windows_targets::link!("user32.dll" "system" fn GetCaretBlinkTime() -> u32);
|
125
|
+
windows_targets::link!("user32.dll" "system" fn GetCaretPos(lppoint : *mut super::super::Foundation:: POINT) -> windows_sys::core::BOOL);
|
126
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
127
|
+
windows_targets::link!("user32.dll" "system" fn GetClassInfoA(hinstance : super::super::Foundation:: HINSTANCE, lpclassname : windows_sys::core::PCSTR, lpwndclass : *mut WNDCLASSA) -> windows_sys::core::BOOL);
|
128
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
129
|
+
windows_targets::link!("user32.dll" "system" fn GetClassInfoExA(hinstance : super::super::Foundation:: HINSTANCE, lpszclass : windows_sys::core::PCSTR, lpwcx : *mut WNDCLASSEXA) -> windows_sys::core::BOOL);
|
130
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
131
|
+
windows_targets::link!("user32.dll" "system" fn GetClassInfoExW(hinstance : super::super::Foundation:: HINSTANCE, lpszclass : windows_sys::core::PCWSTR, lpwcx : *mut WNDCLASSEXW) -> windows_sys::core::BOOL);
|
132
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
133
|
+
windows_targets::link!("user32.dll" "system" fn GetClassInfoW(hinstance : super::super::Foundation:: HINSTANCE, lpclassname : windows_sys::core::PCWSTR, lpwndclass : *mut WNDCLASSW) -> windows_sys::core::BOOL);
|
134
|
+
windows_targets::link!("user32.dll" "system" fn GetClassLongA(hwnd : super::super::Foundation:: HWND, nindex : GET_CLASS_LONG_INDEX) -> u32);
|
135
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
136
|
+
windows_targets::link!("user32.dll" "system" fn GetClassLongPtrA(hwnd : super::super::Foundation:: HWND, nindex : GET_CLASS_LONG_INDEX) -> usize);
|
137
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
138
|
+
windows_targets::link!("user32.dll" "system" fn GetClassLongPtrW(hwnd : super::super::Foundation:: HWND, nindex : GET_CLASS_LONG_INDEX) -> usize);
|
139
|
+
windows_targets::link!("user32.dll" "system" fn GetClassLongW(hwnd : super::super::Foundation:: HWND, nindex : GET_CLASS_LONG_INDEX) -> u32);
|
140
|
+
windows_targets::link!("user32.dll" "system" fn GetClassNameA(hwnd : super::super::Foundation:: HWND, lpclassname : windows_sys::core::PSTR, nmaxcount : i32) -> i32);
|
141
|
+
windows_targets::link!("user32.dll" "system" fn GetClassNameW(hwnd : super::super::Foundation:: HWND, lpclassname : windows_sys::core::PWSTR, nmaxcount : i32) -> i32);
|
142
|
+
windows_targets::link!("user32.dll" "system" fn GetClassWord(hwnd : super::super::Foundation:: HWND, nindex : i32) -> u16);
|
143
|
+
windows_targets::link!("user32.dll" "system" fn GetClientRect(hwnd : super::super::Foundation:: HWND, lprect : *mut super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
144
|
+
windows_targets::link!("user32.dll" "system" fn GetClipCursor(lprect : *mut super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
145
|
+
windows_targets::link!("user32.dll" "system" fn GetCursor() -> HCURSOR);
|
146
|
+
windows_targets::link!("user32.dll" "system" fn GetCursorInfo(pci : *mut CURSORINFO) -> windows_sys::core::BOOL);
|
147
|
+
windows_targets::link!("user32.dll" "system" fn GetCursorPos(lppoint : *mut super::super::Foundation:: POINT) -> windows_sys::core::BOOL);
|
148
|
+
windows_targets::link!("user32.dll" "system" fn GetDesktopWindow() -> super::super::Foundation:: HWND);
|
149
|
+
windows_targets::link!("user32.dll" "system" fn GetDialogBaseUnits() -> i32);
|
150
|
+
windows_targets::link!("user32.dll" "system" fn GetDlgCtrlID(hwnd : super::super::Foundation:: HWND) -> i32);
|
151
|
+
windows_targets::link!("user32.dll" "system" fn GetDlgItem(hdlg : super::super::Foundation:: HWND, niddlgitem : i32) -> super::super::Foundation:: HWND);
|
152
|
+
windows_targets::link!("user32.dll" "system" fn GetDlgItemInt(hdlg : super::super::Foundation:: HWND, niddlgitem : i32, lptranslated : *mut windows_sys::core::BOOL, bsigned : windows_sys::core::BOOL) -> u32);
|
153
|
+
windows_targets::link!("user32.dll" "system" fn GetDlgItemTextA(hdlg : super::super::Foundation:: HWND, niddlgitem : i32, lpstring : windows_sys::core::PSTR, cchmax : i32) -> u32);
|
154
|
+
windows_targets::link!("user32.dll" "system" fn GetDlgItemTextW(hdlg : super::super::Foundation:: HWND, niddlgitem : i32, lpstring : windows_sys::core::PWSTR, cchmax : i32) -> u32);
|
155
|
+
windows_targets::link!("user32.dll" "system" fn GetForegroundWindow() -> super::super::Foundation:: HWND);
|
156
|
+
windows_targets::link!("user32.dll" "system" fn GetGUIThreadInfo(idthread : u32, pgui : *mut GUITHREADINFO) -> windows_sys::core::BOOL);
|
157
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
158
|
+
windows_targets::link!("user32.dll" "system" fn GetIconInfo(hicon : HICON, piconinfo : *mut ICONINFO) -> windows_sys::core::BOOL);
|
159
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
160
|
+
windows_targets::link!("user32.dll" "system" fn GetIconInfoExA(hicon : HICON, piconinfo : *mut ICONINFOEXA) -> windows_sys::core::BOOL);
|
161
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
162
|
+
windows_targets::link!("user32.dll" "system" fn GetIconInfoExW(hicon : HICON, piconinfo : *mut ICONINFOEXW) -> windows_sys::core::BOOL);
|
163
|
+
windows_targets::link!("user32.dll" "system" fn GetInputState() -> windows_sys::core::BOOL);
|
164
|
+
windows_targets::link!("user32.dll" "system" fn GetLastActivePopup(hwnd : super::super::Foundation:: HWND) -> super::super::Foundation:: HWND);
|
165
|
+
windows_targets::link!("user32.dll" "system" fn GetLayeredWindowAttributes(hwnd : super::super::Foundation:: HWND, pcrkey : *mut super::super::Foundation:: COLORREF, pbalpha : *mut u8, pdwflags : *mut LAYERED_WINDOW_ATTRIBUTES_FLAGS) -> windows_sys::core::BOOL);
|
166
|
+
windows_targets::link!("user32.dll" "system" fn GetMenu(hwnd : super::super::Foundation:: HWND) -> HMENU);
|
167
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuBarInfo(hwnd : super::super::Foundation:: HWND, idobject : OBJECT_IDENTIFIER, iditem : i32, pmbi : *mut MENUBARINFO) -> windows_sys::core::BOOL);
|
168
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuCheckMarkDimensions() -> i32);
|
169
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuDefaultItem(hmenu : HMENU, fbypos : u32, gmdiflags : GET_MENU_DEFAULT_ITEM_FLAGS) -> u32);
|
170
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
171
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuInfo(param0 : HMENU, param1 : *mut MENUINFO) -> windows_sys::core::BOOL);
|
172
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuItemCount(hmenu : HMENU) -> i32);
|
173
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuItemID(hmenu : HMENU, npos : i32) -> u32);
|
174
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
175
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuItemInfoA(hmenu : HMENU, item : u32, fbyposition : windows_sys::core::BOOL, lpmii : *mut MENUITEMINFOA) -> windows_sys::core::BOOL);
|
176
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
177
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuItemInfoW(hmenu : HMENU, item : u32, fbyposition : windows_sys::core::BOOL, lpmii : *mut MENUITEMINFOW) -> windows_sys::core::BOOL);
|
178
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuItemRect(hwnd : super::super::Foundation:: HWND, hmenu : HMENU, uitem : u32, lprcitem : *mut super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
179
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuState(hmenu : HMENU, uid : u32, uflags : MENU_ITEM_FLAGS) -> u32);
|
180
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuStringA(hmenu : HMENU, uiditem : u32, lpstring : windows_sys::core::PSTR, cchmax : i32, flags : MENU_ITEM_FLAGS) -> i32);
|
181
|
+
windows_targets::link!("user32.dll" "system" fn GetMenuStringW(hmenu : HMENU, uiditem : u32, lpstring : windows_sys::core::PWSTR, cchmax : i32, flags : MENU_ITEM_FLAGS) -> i32);
|
182
|
+
windows_targets::link!("user32.dll" "system" fn GetMessageA(lpmsg : *mut MSG, hwnd : super::super::Foundation:: HWND, wmsgfiltermin : u32, wmsgfiltermax : u32) -> windows_sys::core::BOOL);
|
183
|
+
windows_targets::link!("user32.dll" "system" fn GetMessageExtraInfo() -> super::super::Foundation:: LPARAM);
|
184
|
+
windows_targets::link!("user32.dll" "system" fn GetMessagePos() -> u32);
|
185
|
+
windows_targets::link!("user32.dll" "system" fn GetMessageTime() -> i32);
|
186
|
+
windows_targets::link!("user32.dll" "system" fn GetMessageW(lpmsg : *mut MSG, hwnd : super::super::Foundation:: HWND, wmsgfiltermin : u32, wmsgfiltermax : u32) -> windows_sys::core::BOOL);
|
187
|
+
windows_targets::link!("user32.dll" "system" fn GetNextDlgGroupItem(hdlg : super::super::Foundation:: HWND, hctl : super::super::Foundation:: HWND, bprevious : windows_sys::core::BOOL) -> super::super::Foundation:: HWND);
|
188
|
+
windows_targets::link!("user32.dll" "system" fn GetNextDlgTabItem(hdlg : super::super::Foundation:: HWND, hctl : super::super::Foundation:: HWND, bprevious : windows_sys::core::BOOL) -> super::super::Foundation:: HWND);
|
189
|
+
windows_targets::link!("user32.dll" "system" fn GetParent(hwnd : super::super::Foundation:: HWND) -> super::super::Foundation:: HWND);
|
190
|
+
windows_targets::link!("user32.dll" "system" fn GetPhysicalCursorPos(lppoint : *mut super::super::Foundation:: POINT) -> windows_sys::core::BOOL);
|
191
|
+
windows_targets::link!("user32.dll" "system" fn GetProcessDefaultLayout(pdwdefaultlayout : *mut u32) -> windows_sys::core::BOOL);
|
192
|
+
windows_targets::link!("user32.dll" "system" fn GetPropA(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PCSTR) -> super::super::Foundation:: HANDLE);
|
193
|
+
windows_targets::link!("user32.dll" "system" fn GetPropW(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PCWSTR) -> super::super::Foundation:: HANDLE);
|
194
|
+
windows_targets::link!("user32.dll" "system" fn GetQueueStatus(flags : QUEUE_STATUS_FLAGS) -> u32);
|
195
|
+
windows_targets::link!("user32.dll" "system" fn GetScrollBarInfo(hwnd : super::super::Foundation:: HWND, idobject : OBJECT_IDENTIFIER, psbi : *mut SCROLLBARINFO) -> windows_sys::core::BOOL);
|
196
|
+
windows_targets::link!("user32.dll" "system" fn GetScrollInfo(hwnd : super::super::Foundation:: HWND, nbar : SCROLLBAR_CONSTANTS, lpsi : *mut SCROLLINFO) -> windows_sys::core::BOOL);
|
197
|
+
windows_targets::link!("user32.dll" "system" fn GetScrollPos(hwnd : super::super::Foundation:: HWND, nbar : SCROLLBAR_CONSTANTS) -> i32);
|
198
|
+
windows_targets::link!("user32.dll" "system" fn GetScrollRange(hwnd : super::super::Foundation:: HWND, nbar : SCROLLBAR_CONSTANTS, lpminpos : *mut i32, lpmaxpos : *mut i32) -> windows_sys::core::BOOL);
|
199
|
+
windows_targets::link!("user32.dll" "system" fn GetShellWindow() -> super::super::Foundation:: HWND);
|
200
|
+
windows_targets::link!("user32.dll" "system" fn GetSubMenu(hmenu : HMENU, npos : i32) -> HMENU);
|
201
|
+
windows_targets::link!("user32.dll" "system" fn GetSystemMenu(hwnd : super::super::Foundation:: HWND, brevert : windows_sys::core::BOOL) -> HMENU);
|
202
|
+
windows_targets::link!("user32.dll" "system" fn GetSystemMetrics(nindex : SYSTEM_METRICS_INDEX) -> i32);
|
203
|
+
windows_targets::link!("user32.dll" "system" fn GetTitleBarInfo(hwnd : super::super::Foundation:: HWND, pti : *mut TITLEBARINFO) -> windows_sys::core::BOOL);
|
204
|
+
windows_targets::link!("user32.dll" "system" fn GetTopWindow(hwnd : super::super::Foundation:: HWND) -> super::super::Foundation:: HWND);
|
205
|
+
windows_targets::link!("user32.dll" "system" fn GetWindow(hwnd : super::super::Foundation:: HWND, ucmd : GET_WINDOW_CMD) -> super::super::Foundation:: HWND);
|
206
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowDisplayAffinity(hwnd : super::super::Foundation:: HWND, pdwaffinity : *mut u32) -> windows_sys::core::BOOL);
|
207
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowInfo(hwnd : super::super::Foundation:: HWND, pwi : *mut WINDOWINFO) -> windows_sys::core::BOOL);
|
208
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowLongA(hwnd : super::super::Foundation:: HWND, nindex : WINDOW_LONG_PTR_INDEX) -> i32);
|
209
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
210
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowLongPtrA(hwnd : super::super::Foundation:: HWND, nindex : WINDOW_LONG_PTR_INDEX) -> isize);
|
211
|
+
#[cfg(target_pointer_width = "32")]
|
212
|
+
pub use GetWindowLongA as GetWindowLongPtrA;
|
213
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
214
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowLongPtrW(hwnd : super::super::Foundation:: HWND, nindex : WINDOW_LONG_PTR_INDEX) -> isize);
|
215
|
+
#[cfg(target_pointer_width = "32")]
|
216
|
+
pub use GetWindowLongW as GetWindowLongPtrW;
|
217
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowLongW(hwnd : super::super::Foundation:: HWND, nindex : WINDOW_LONG_PTR_INDEX) -> i32);
|
218
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowModuleFileNameA(hwnd : super::super::Foundation:: HWND, pszfilename : windows_sys::core::PSTR, cchfilenamemax : u32) -> u32);
|
219
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowModuleFileNameW(hwnd : super::super::Foundation:: HWND, pszfilename : windows_sys::core::PWSTR, cchfilenamemax : u32) -> u32);
|
220
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowPlacement(hwnd : super::super::Foundation:: HWND, lpwndpl : *mut WINDOWPLACEMENT) -> windows_sys::core::BOOL);
|
221
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowRect(hwnd : super::super::Foundation:: HWND, lprect : *mut super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
222
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowTextA(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PSTR, nmaxcount : i32) -> i32);
|
223
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowTextLengthA(hwnd : super::super::Foundation:: HWND) -> i32);
|
224
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowTextLengthW(hwnd : super::super::Foundation:: HWND) -> i32);
|
225
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowTextW(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PWSTR, nmaxcount : i32) -> i32);
|
226
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowThreadProcessId(hwnd : super::super::Foundation:: HWND, lpdwprocessid : *mut u32) -> u32);
|
227
|
+
windows_targets::link!("user32.dll" "system" fn GetWindowWord(hwnd : super::super::Foundation:: HWND, nindex : i32) -> u16);
|
228
|
+
windows_targets::link!("user32.dll" "system" fn HideCaret(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
229
|
+
windows_targets::link!("user32.dll" "system" fn HiliteMenuItem(hwnd : super::super::Foundation:: HWND, hmenu : HMENU, uidhiliteitem : u32, uhilite : u32) -> windows_sys::core::BOOL);
|
230
|
+
windows_targets::link!("user32.dll" "system" fn InSendMessage() -> windows_sys::core::BOOL);
|
231
|
+
windows_targets::link!("user32.dll" "system" fn InSendMessageEx(lpreserved : *const core::ffi::c_void) -> u32);
|
232
|
+
windows_targets::link!("mrmsupport.dll" "system" fn IndexFilePath(resourceindexer : *const core::ffi::c_void, filepath : windows_sys::core::PCWSTR, ppresourceuri : *mut windows_sys::core::PWSTR, pqualifiercount : *mut u32, ppqualifiers : *mut *mut IndexedResourceQualifier) -> windows_sys::core::HRESULT);
|
233
|
+
windows_targets::link!("user32.dll" "system" fn InheritWindowMonitor(hwnd : super::super::Foundation:: HWND, hwndinherit : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
234
|
+
windows_targets::link!("user32.dll" "system" fn InsertMenuA(hmenu : HMENU, uposition : u32, uflags : MENU_ITEM_FLAGS, uidnewitem : usize, lpnewitem : windows_sys::core::PCSTR) -> windows_sys::core::BOOL);
|
235
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
236
|
+
windows_targets::link!("user32.dll" "system" fn InsertMenuItemA(hmenu : HMENU, item : u32, fbyposition : windows_sys::core::BOOL, lpmi : *const MENUITEMINFOA) -> windows_sys::core::BOOL);
|
237
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
238
|
+
windows_targets::link!("user32.dll" "system" fn InsertMenuItemW(hmenu : HMENU, item : u32, fbyposition : windows_sys::core::BOOL, lpmi : *const MENUITEMINFOW) -> windows_sys::core::BOOL);
|
239
|
+
windows_targets::link!("user32.dll" "system" fn InsertMenuW(hmenu : HMENU, uposition : u32, uflags : MENU_ITEM_FLAGS, uidnewitem : usize, lpnewitem : windows_sys::core::PCWSTR) -> windows_sys::core::BOOL);
|
240
|
+
windows_targets::link!("user32.dll" "system" fn InternalGetWindowText(hwnd : super::super::Foundation:: HWND, pstring : windows_sys::core::PWSTR, cchmaxcount : i32) -> i32);
|
241
|
+
windows_targets::link!("user32.dll" "system" fn IsCharAlphaA(ch : i8) -> windows_sys::core::BOOL);
|
242
|
+
windows_targets::link!("user32.dll" "system" fn IsCharAlphaNumericA(ch : i8) -> windows_sys::core::BOOL);
|
243
|
+
windows_targets::link!("user32.dll" "system" fn IsCharAlphaNumericW(ch : u16) -> windows_sys::core::BOOL);
|
244
|
+
windows_targets::link!("user32.dll" "system" fn IsCharAlphaW(ch : u16) -> windows_sys::core::BOOL);
|
245
|
+
windows_targets::link!("user32.dll" "system" fn IsCharLowerA(ch : i8) -> windows_sys::core::BOOL);
|
246
|
+
windows_targets::link!("user32.dll" "system" fn IsCharUpperA(ch : i8) -> windows_sys::core::BOOL);
|
247
|
+
windows_targets::link!("user32.dll" "system" fn IsCharUpperW(ch : u16) -> windows_sys::core::BOOL);
|
248
|
+
windows_targets::link!("user32.dll" "system" fn IsChild(hwndparent : super::super::Foundation:: HWND, hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
249
|
+
windows_targets::link!("user32.dll" "system" fn IsDialogMessageA(hdlg : super::super::Foundation:: HWND, lpmsg : *const MSG) -> windows_sys::core::BOOL);
|
250
|
+
windows_targets::link!("user32.dll" "system" fn IsDialogMessageW(hdlg : super::super::Foundation:: HWND, lpmsg : *const MSG) -> windows_sys::core::BOOL);
|
251
|
+
windows_targets::link!("user32.dll" "system" fn IsGUIThread(bconvert : windows_sys::core::BOOL) -> windows_sys::core::BOOL);
|
252
|
+
windows_targets::link!("user32.dll" "system" fn IsHungAppWindow(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
253
|
+
windows_targets::link!("user32.dll" "system" fn IsIconic(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
254
|
+
windows_targets::link!("user32.dll" "system" fn IsMenu(hmenu : HMENU) -> windows_sys::core::BOOL);
|
255
|
+
windows_targets::link!("user32.dll" "system" fn IsProcessDPIAware() -> windows_sys::core::BOOL);
|
256
|
+
windows_targets::link!("user32.dll" "system" fn IsWindow(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
257
|
+
windows_targets::link!("user32.dll" "system" fn IsWindowArranged(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
258
|
+
windows_targets::link!("user32.dll" "system" fn IsWindowUnicode(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
259
|
+
windows_targets::link!("user32.dll" "system" fn IsWindowVisible(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
260
|
+
windows_targets::link!("user32.dll" "system" fn IsWow64Message() -> windows_sys::core::BOOL);
|
261
|
+
windows_targets::link!("user32.dll" "system" fn IsZoomed(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
262
|
+
windows_targets::link!("user32.dll" "system" fn KillTimer(hwnd : super::super::Foundation:: HWND, uidevent : usize) -> windows_sys::core::BOOL);
|
263
|
+
windows_targets::link!("user32.dll" "system" fn LoadAcceleratorsA(hinstance : super::super::Foundation:: HINSTANCE, lptablename : windows_sys::core::PCSTR) -> HACCEL);
|
264
|
+
windows_targets::link!("user32.dll" "system" fn LoadAcceleratorsW(hinstance : super::super::Foundation:: HINSTANCE, lptablename : windows_sys::core::PCWSTR) -> HACCEL);
|
265
|
+
windows_targets::link!("user32.dll" "system" fn LoadCursorA(hinstance : super::super::Foundation:: HINSTANCE, lpcursorname : windows_sys::core::PCSTR) -> HCURSOR);
|
266
|
+
windows_targets::link!("user32.dll" "system" fn LoadCursorFromFileA(lpfilename : windows_sys::core::PCSTR) -> HCURSOR);
|
267
|
+
windows_targets::link!("user32.dll" "system" fn LoadCursorFromFileW(lpfilename : windows_sys::core::PCWSTR) -> HCURSOR);
|
268
|
+
windows_targets::link!("user32.dll" "system" fn LoadCursorW(hinstance : super::super::Foundation:: HINSTANCE, lpcursorname : windows_sys::core::PCWSTR) -> HCURSOR);
|
269
|
+
windows_targets::link!("user32.dll" "system" fn LoadIconA(hinstance : super::super::Foundation:: HINSTANCE, lpiconname : windows_sys::core::PCSTR) -> HICON);
|
270
|
+
windows_targets::link!("user32.dll" "system" fn LoadIconW(hinstance : super::super::Foundation:: HINSTANCE, lpiconname : windows_sys::core::PCWSTR) -> HICON);
|
271
|
+
windows_targets::link!("user32.dll" "system" fn LoadImageA(hinst : super::super::Foundation:: HINSTANCE, name : windows_sys::core::PCSTR, r#type : GDI_IMAGE_TYPE, cx : i32, cy : i32, fuload : IMAGE_FLAGS) -> super::super::Foundation:: HANDLE);
|
272
|
+
windows_targets::link!("user32.dll" "system" fn LoadImageW(hinst : super::super::Foundation:: HINSTANCE, name : windows_sys::core::PCWSTR, r#type : GDI_IMAGE_TYPE, cx : i32, cy : i32, fuload : IMAGE_FLAGS) -> super::super::Foundation:: HANDLE);
|
273
|
+
windows_targets::link!("user32.dll" "system" fn LoadMenuA(hinstance : super::super::Foundation:: HINSTANCE, lpmenuname : windows_sys::core::PCSTR) -> HMENU);
|
274
|
+
windows_targets::link!("user32.dll" "system" fn LoadMenuIndirectA(lpmenutemplate : *const core::ffi::c_void) -> HMENU);
|
275
|
+
windows_targets::link!("user32.dll" "system" fn LoadMenuIndirectW(lpmenutemplate : *const core::ffi::c_void) -> HMENU);
|
276
|
+
windows_targets::link!("user32.dll" "system" fn LoadMenuW(hinstance : super::super::Foundation:: HINSTANCE, lpmenuname : windows_sys::core::PCWSTR) -> HMENU);
|
277
|
+
windows_targets::link!("user32.dll" "system" fn LoadStringA(hinstance : super::super::Foundation:: HINSTANCE, uid : u32, lpbuffer : windows_sys::core::PSTR, cchbuffermax : i32) -> i32);
|
278
|
+
windows_targets::link!("user32.dll" "system" fn LoadStringW(hinstance : super::super::Foundation:: HINSTANCE, uid : u32, lpbuffer : windows_sys::core::PWSTR, cchbuffermax : i32) -> i32);
|
279
|
+
windows_targets::link!("user32.dll" "system" fn LockSetForegroundWindow(ulockcode : FOREGROUND_WINDOW_LOCK_CODE) -> windows_sys::core::BOOL);
|
280
|
+
windows_targets::link!("user32.dll" "system" fn LogicalToPhysicalPoint(hwnd : super::super::Foundation:: HWND, lppoint : *mut super::super::Foundation:: POINT) -> windows_sys::core::BOOL);
|
281
|
+
windows_targets::link!("user32.dll" "system" fn LookupIconIdFromDirectory(presbits : *const u8, ficon : windows_sys::core::BOOL) -> i32);
|
282
|
+
windows_targets::link!("user32.dll" "system" fn LookupIconIdFromDirectoryEx(presbits : *const u8, ficon : windows_sys::core::BOOL, cxdesired : i32, cydesired : i32, flags : IMAGE_FLAGS) -> i32);
|
283
|
+
windows_targets::link!("user32.dll" "system" fn MapDialogRect(hdlg : super::super::Foundation:: HWND, lprect : *mut super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
284
|
+
windows_targets::link!("user32.dll" "system" fn MenuItemFromPoint(hwnd : super::super::Foundation:: HWND, hmenu : HMENU, ptscreen : super::super::Foundation:: POINT) -> i32);
|
285
|
+
windows_targets::link!("user32.dll" "system" fn MessageBoxA(hwnd : super::super::Foundation:: HWND, lptext : windows_sys::core::PCSTR, lpcaption : windows_sys::core::PCSTR, utype : MESSAGEBOX_STYLE) -> MESSAGEBOX_RESULT);
|
286
|
+
windows_targets::link!("user32.dll" "system" fn MessageBoxExA(hwnd : super::super::Foundation:: HWND, lptext : windows_sys::core::PCSTR, lpcaption : windows_sys::core::PCSTR, utype : MESSAGEBOX_STYLE, wlanguageid : u16) -> MESSAGEBOX_RESULT);
|
287
|
+
windows_targets::link!("user32.dll" "system" fn MessageBoxExW(hwnd : super::super::Foundation:: HWND, lptext : windows_sys::core::PCWSTR, lpcaption : windows_sys::core::PCWSTR, utype : MESSAGEBOX_STYLE, wlanguageid : u16) -> MESSAGEBOX_RESULT);
|
288
|
+
#[cfg(feature = "Win32_UI_Shell")]
|
289
|
+
windows_targets::link!("user32.dll" "system" fn MessageBoxIndirectA(lpmbp : *const MSGBOXPARAMSA) -> MESSAGEBOX_RESULT);
|
290
|
+
#[cfg(feature = "Win32_UI_Shell")]
|
291
|
+
windows_targets::link!("user32.dll" "system" fn MessageBoxIndirectW(lpmbp : *const MSGBOXPARAMSW) -> MESSAGEBOX_RESULT);
|
292
|
+
windows_targets::link!("user32.dll" "system" fn MessageBoxW(hwnd : super::super::Foundation:: HWND, lptext : windows_sys::core::PCWSTR, lpcaption : windows_sys::core::PCWSTR, utype : MESSAGEBOX_STYLE) -> MESSAGEBOX_RESULT);
|
293
|
+
windows_targets::link!("user32.dll" "system" fn ModifyMenuA(hmnu : HMENU, uposition : u32, uflags : MENU_ITEM_FLAGS, uidnewitem : usize, lpnewitem : windows_sys::core::PCSTR) -> windows_sys::core::BOOL);
|
294
|
+
windows_targets::link!("user32.dll" "system" fn ModifyMenuW(hmnu : HMENU, uposition : u32, uflags : MENU_ITEM_FLAGS, uidnewitem : usize, lpnewitem : windows_sys::core::PCWSTR) -> windows_sys::core::BOOL);
|
295
|
+
windows_targets::link!("user32.dll" "system" fn MoveWindow(hwnd : super::super::Foundation:: HWND, x : i32, y : i32, nwidth : i32, nheight : i32, brepaint : windows_sys::core::BOOL) -> windows_sys::core::BOOL);
|
296
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateConfig(platformversion : MrmPlatformVersion, defaultqualifiers : windows_sys::core::PCWSTR, outputxmlfile : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
297
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateConfigInMemory(platformversion : MrmPlatformVersion, defaultqualifiers : windows_sys::core::PCWSTR, outputxmldata : *mut *mut u8, outputxmlsize : *mut u32) -> windows_sys::core::HRESULT);
|
298
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceFile(indexer : MrmResourceIndexerHandle, packagingmode : MrmPackagingMode, packagingoptions : MrmPackagingOptions, outputdirectory : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
299
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceFileInMemory(indexer : MrmResourceIndexerHandle, packagingmode : MrmPackagingMode, packagingoptions : MrmPackagingOptions, outputpridata : *mut *mut u8, outputprisize : *mut u32) -> windows_sys::core::HRESULT);
|
300
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceFileWithChecksum(indexer : MrmResourceIndexerHandle, packagingmode : MrmPackagingMode, packagingoptions : MrmPackagingOptions, checksum : u32, outputdirectory : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
301
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceIndexer(packagefamilyname : windows_sys::core::PCWSTR, projectroot : windows_sys::core::PCWSTR, platformversion : MrmPlatformVersion, defaultqualifiers : windows_sys::core::PCWSTR, indexer : *mut MrmResourceIndexerHandle) -> windows_sys::core::HRESULT);
|
302
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceIndexerFromPreviousPriData(projectroot : windows_sys::core::PCWSTR, platformversion : MrmPlatformVersion, defaultqualifiers : windows_sys::core::PCWSTR, pridata : *const u8, prisize : u32, indexer : *mut MrmResourceIndexerHandle) -> windows_sys::core::HRESULT);
|
303
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceIndexerFromPreviousPriFile(projectroot : windows_sys::core::PCWSTR, platformversion : MrmPlatformVersion, defaultqualifiers : windows_sys::core::PCWSTR, prifile : windows_sys::core::PCWSTR, indexer : *mut MrmResourceIndexerHandle) -> windows_sys::core::HRESULT);
|
304
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceIndexerFromPreviousSchemaData(projectroot : windows_sys::core::PCWSTR, platformversion : MrmPlatformVersion, defaultqualifiers : windows_sys::core::PCWSTR, schemaxmldata : *const u8, schemaxmlsize : u32, indexer : *mut MrmResourceIndexerHandle) -> windows_sys::core::HRESULT);
|
305
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceIndexerFromPreviousSchemaFile(projectroot : windows_sys::core::PCWSTR, platformversion : MrmPlatformVersion, defaultqualifiers : windows_sys::core::PCWSTR, schemafile : windows_sys::core::PCWSTR, indexer : *mut MrmResourceIndexerHandle) -> windows_sys::core::HRESULT);
|
306
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmCreateResourceIndexerWithFlags(packagefamilyname : windows_sys::core::PCWSTR, projectroot : windows_sys::core::PCWSTR, platformversion : MrmPlatformVersion, defaultqualifiers : windows_sys::core::PCWSTR, flags : MrmIndexerFlags, indexer : *mut MrmResourceIndexerHandle) -> windows_sys::core::HRESULT);
|
307
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmDestroyIndexerAndMessages(indexer : MrmResourceIndexerHandle) -> windows_sys::core::HRESULT);
|
308
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmDumpPriDataInMemory(inputpridata : *const u8, inputprisize : u32, schemapridata : *const u8, schemaprisize : u32, dumptype : MrmDumpType, outputxmldata : *mut *mut u8, outputxmlsize : *mut u32) -> windows_sys::core::HRESULT);
|
309
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmDumpPriFile(indexfilename : windows_sys::core::PCWSTR, schemaprifile : windows_sys::core::PCWSTR, dumptype : MrmDumpType, outputxmlfile : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
310
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmDumpPriFileInMemory(indexfilename : windows_sys::core::PCWSTR, schemaprifile : windows_sys::core::PCWSTR, dumptype : MrmDumpType, outputxmldata : *mut *mut u8, outputxmlsize : *mut u32) -> windows_sys::core::HRESULT);
|
311
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmFreeMemory(data : *const u8) -> windows_sys::core::HRESULT);
|
312
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmGetPriFileContentChecksum(prifile : windows_sys::core::PCWSTR, checksum : *mut u32) -> windows_sys::core::HRESULT);
|
313
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmIndexEmbeddedData(indexer : MrmResourceIndexerHandle, resourceuri : windows_sys::core::PCWSTR, embeddeddata : *const u8, embeddeddatasize : u32, qualifiers : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
314
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmIndexFile(indexer : MrmResourceIndexerHandle, resourceuri : windows_sys::core::PCWSTR, filepath : windows_sys::core::PCWSTR, qualifiers : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
315
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmIndexFileAutoQualifiers(indexer : MrmResourceIndexerHandle, filepath : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
316
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmIndexResourceContainerAutoQualifiers(indexer : MrmResourceIndexerHandle, containerpath : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
317
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmIndexString(indexer : MrmResourceIndexerHandle, resourceuri : windows_sys::core::PCWSTR, resourcestring : windows_sys::core::PCWSTR, qualifiers : windows_sys::core::PCWSTR) -> windows_sys::core::HRESULT);
|
318
|
+
windows_targets::link!("mrmsupport.dll" "system" fn MrmPeekResourceIndexerMessages(handle : MrmResourceIndexerHandle, messages : *mut *mut MrmResourceIndexerMessage, nummsgs : *mut u32) -> windows_sys::core::HRESULT);
|
319
|
+
windows_targets::link!("user32.dll" "system" fn MsgWaitForMultipleObjects(ncount : u32, phandles : *const super::super::Foundation:: HANDLE, fwaitall : windows_sys::core::BOOL, dwmilliseconds : u32, dwwakemask : QUEUE_STATUS_FLAGS) -> super::super::Foundation:: WAIT_EVENT);
|
320
|
+
windows_targets::link!("user32.dll" "system" fn MsgWaitForMultipleObjectsEx(ncount : u32, phandles : *const super::super::Foundation:: HANDLE, dwmilliseconds : u32, dwwakemask : QUEUE_STATUS_FLAGS, dwflags : MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS) -> super::super::Foundation:: WAIT_EVENT);
|
321
|
+
windows_targets::link!("user32.dll" "system" fn OemToCharA(psrc : windows_sys::core::PCSTR, pdst : windows_sys::core::PSTR) -> windows_sys::core::BOOL);
|
322
|
+
windows_targets::link!("user32.dll" "system" fn OemToCharBuffA(lpszsrc : windows_sys::core::PCSTR, lpszdst : windows_sys::core::PSTR, cchdstlength : u32) -> windows_sys::core::BOOL);
|
323
|
+
windows_targets::link!("user32.dll" "system" fn OemToCharBuffW(lpszsrc : windows_sys::core::PCSTR, lpszdst : windows_sys::core::PWSTR, cchdstlength : u32) -> windows_sys::core::BOOL);
|
324
|
+
windows_targets::link!("user32.dll" "system" fn OemToCharW(psrc : windows_sys::core::PCSTR, pdst : windows_sys::core::PWSTR) -> windows_sys::core::BOOL);
|
325
|
+
windows_targets::link!("user32.dll" "system" fn OpenIcon(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
326
|
+
windows_targets::link!("user32.dll" "system" fn PeekMessageA(lpmsg : *mut MSG, hwnd : super::super::Foundation:: HWND, wmsgfiltermin : u32, wmsgfiltermax : u32, wremovemsg : PEEK_MESSAGE_REMOVE_TYPE) -> windows_sys::core::BOOL);
|
327
|
+
windows_targets::link!("user32.dll" "system" fn PeekMessageW(lpmsg : *mut MSG, hwnd : super::super::Foundation:: HWND, wmsgfiltermin : u32, wmsgfiltermax : u32, wremovemsg : PEEK_MESSAGE_REMOVE_TYPE) -> windows_sys::core::BOOL);
|
328
|
+
windows_targets::link!("user32.dll" "system" fn PhysicalToLogicalPoint(hwnd : super::super::Foundation:: HWND, lppoint : *mut super::super::Foundation:: POINT) -> windows_sys::core::BOOL);
|
329
|
+
windows_targets::link!("user32.dll" "system" fn PostMessageA(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
330
|
+
windows_targets::link!("user32.dll" "system" fn PostMessageW(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
331
|
+
windows_targets::link!("user32.dll" "system" fn PostQuitMessage(nexitcode : i32));
|
332
|
+
windows_targets::link!("user32.dll" "system" fn PostThreadMessageA(idthread : u32, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
333
|
+
windows_targets::link!("user32.dll" "system" fn PostThreadMessageW(idthread : u32, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
334
|
+
windows_targets::link!("user32.dll" "system" fn PrivateExtractIconsA(szfilename : windows_sys::core::PCSTR, niconindex : i32, cxicon : i32, cyicon : i32, phicon : *mut HICON, piconid : *mut u32, nicons : u32, flags : u32) -> u32);
|
335
|
+
windows_targets::link!("user32.dll" "system" fn PrivateExtractIconsW(szfilename : windows_sys::core::PCWSTR, niconindex : i32, cxicon : i32, cyicon : i32, phicon : *mut HICON, piconid : *mut u32, nicons : u32, flags : u32) -> u32);
|
336
|
+
windows_targets::link!("user32.dll" "system" fn RealChildWindowFromPoint(hwndparent : super::super::Foundation:: HWND, ptparentclientcoords : super::super::Foundation:: POINT) -> super::super::Foundation:: HWND);
|
337
|
+
windows_targets::link!("user32.dll" "system" fn RealGetWindowClassA(hwnd : super::super::Foundation:: HWND, ptszclassname : windows_sys::core::PSTR, cchclassnamemax : u32) -> u32);
|
338
|
+
windows_targets::link!("user32.dll" "system" fn RealGetWindowClassW(hwnd : super::super::Foundation:: HWND, ptszclassname : windows_sys::core::PWSTR, cchclassnamemax : u32) -> u32);
|
339
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
340
|
+
windows_targets::link!("user32.dll" "system" fn RegisterClassA(lpwndclass : *const WNDCLASSA) -> u16);
|
341
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
342
|
+
windows_targets::link!("user32.dll" "system" fn RegisterClassExA(param0 : *const WNDCLASSEXA) -> u16);
|
343
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
344
|
+
windows_targets::link!("user32.dll" "system" fn RegisterClassExW(param0 : *const WNDCLASSEXW) -> u16);
|
345
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
346
|
+
windows_targets::link!("user32.dll" "system" fn RegisterClassW(lpwndclass : *const WNDCLASSW) -> u16);
|
347
|
+
windows_targets::link!("user32.dll" "system" fn RegisterDeviceNotificationA(hrecipient : super::super::Foundation:: HANDLE, notificationfilter : *const core::ffi::c_void, flags : REGISTER_NOTIFICATION_FLAGS) -> HDEVNOTIFY);
|
348
|
+
windows_targets::link!("user32.dll" "system" fn RegisterDeviceNotificationW(hrecipient : super::super::Foundation:: HANDLE, notificationfilter : *const core::ffi::c_void, flags : REGISTER_NOTIFICATION_FLAGS) -> HDEVNOTIFY);
|
349
|
+
windows_targets::link!("user32.dll" "system" fn RegisterForTooltipDismissNotification(hwnd : super::super::Foundation:: HWND, tdflags : TOOLTIP_DISMISS_FLAGS) -> windows_sys::core::BOOL);
|
350
|
+
windows_targets::link!("user32.dll" "system" fn RegisterShellHookWindow(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
351
|
+
windows_targets::link!("user32.dll" "system" fn RegisterWindowMessageA(lpstring : windows_sys::core::PCSTR) -> u32);
|
352
|
+
windows_targets::link!("user32.dll" "system" fn RegisterWindowMessageW(lpstring : windows_sys::core::PCWSTR) -> u32);
|
353
|
+
windows_targets::link!("user32.dll" "system" fn RemoveMenu(hmenu : HMENU, uposition : u32, uflags : MENU_ITEM_FLAGS) -> windows_sys::core::BOOL);
|
354
|
+
windows_targets::link!("user32.dll" "system" fn RemovePropA(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PCSTR) -> super::super::Foundation:: HANDLE);
|
355
|
+
windows_targets::link!("user32.dll" "system" fn RemovePropW(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PCWSTR) -> super::super::Foundation:: HANDLE);
|
356
|
+
windows_targets::link!("user32.dll" "system" fn ReplyMessage(lresult : super::super::Foundation:: LRESULT) -> windows_sys::core::BOOL);
|
357
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
358
|
+
windows_targets::link!("user32.dll" "system" fn ScrollDC(hdc : super::super::Graphics::Gdi:: HDC, dx : i32, dy : i32, lprcscroll : *const super::super::Foundation:: RECT, lprcclip : *const super::super::Foundation:: RECT, hrgnupdate : super::super::Graphics::Gdi:: HRGN, lprcupdate : *mut super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
359
|
+
windows_targets::link!("user32.dll" "system" fn ScrollWindow(hwnd : super::super::Foundation:: HWND, xamount : i32, yamount : i32, lprect : *const super::super::Foundation:: RECT, lpcliprect : *const super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
360
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
361
|
+
windows_targets::link!("user32.dll" "system" fn ScrollWindowEx(hwnd : super::super::Foundation:: HWND, dx : i32, dy : i32, prcscroll : *const super::super::Foundation:: RECT, prcclip : *const super::super::Foundation:: RECT, hrgnupdate : super::super::Graphics::Gdi:: HRGN, prcupdate : *mut super::super::Foundation:: RECT, flags : SCROLL_WINDOW_FLAGS) -> i32);
|
362
|
+
windows_targets::link!("user32.dll" "system" fn SendDlgItemMessageA(hdlg : super::super::Foundation:: HWND, niddlgitem : i32, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
363
|
+
windows_targets::link!("user32.dll" "system" fn SendDlgItemMessageW(hdlg : super::super::Foundation:: HWND, niddlgitem : i32, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
364
|
+
windows_targets::link!("user32.dll" "system" fn SendMessageA(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
365
|
+
windows_targets::link!("user32.dll" "system" fn SendMessageCallbackA(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM, lpresultcallback : SENDASYNCPROC, dwdata : usize) -> windows_sys::core::BOOL);
|
366
|
+
windows_targets::link!("user32.dll" "system" fn SendMessageCallbackW(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM, lpresultcallback : SENDASYNCPROC, dwdata : usize) -> windows_sys::core::BOOL);
|
367
|
+
windows_targets::link!("user32.dll" "system" fn SendMessageTimeoutA(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM, fuflags : SEND_MESSAGE_TIMEOUT_FLAGS, utimeout : u32, lpdwresult : *mut usize) -> super::super::Foundation:: LRESULT);
|
368
|
+
windows_targets::link!("user32.dll" "system" fn SendMessageTimeoutW(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM, fuflags : SEND_MESSAGE_TIMEOUT_FLAGS, utimeout : u32, lpdwresult : *mut usize) -> super::super::Foundation:: LRESULT);
|
369
|
+
windows_targets::link!("user32.dll" "system" fn SendMessageW(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LRESULT);
|
370
|
+
windows_targets::link!("user32.dll" "system" fn SendNotifyMessageA(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
371
|
+
windows_targets::link!("user32.dll" "system" fn SendNotifyMessageW(hwnd : super::super::Foundation:: HWND, msg : u32, wparam : super::super::Foundation:: WPARAM, lparam : super::super::Foundation:: LPARAM) -> windows_sys::core::BOOL);
|
372
|
+
windows_targets::link!("user32.dll" "system" fn SetAdditionalForegroundBoostProcesses(toplevelwindow : super::super::Foundation:: HWND, processhandlecount : u32, processhandlearray : *const super::super::Foundation:: HANDLE) -> windows_sys::core::BOOL);
|
373
|
+
windows_targets::link!("user32.dll" "system" fn SetCaretBlinkTime(umseconds : u32) -> windows_sys::core::BOOL);
|
374
|
+
windows_targets::link!("user32.dll" "system" fn SetCaretPos(x : i32, y : i32) -> windows_sys::core::BOOL);
|
375
|
+
windows_targets::link!("user32.dll" "system" fn SetClassLongA(hwnd : super::super::Foundation:: HWND, nindex : GET_CLASS_LONG_INDEX, dwnewlong : i32) -> u32);
|
376
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
377
|
+
windows_targets::link!("user32.dll" "system" fn SetClassLongPtrA(hwnd : super::super::Foundation:: HWND, nindex : GET_CLASS_LONG_INDEX, dwnewlong : isize) -> usize);
|
378
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
379
|
+
windows_targets::link!("user32.dll" "system" fn SetClassLongPtrW(hwnd : super::super::Foundation:: HWND, nindex : GET_CLASS_LONG_INDEX, dwnewlong : isize) -> usize);
|
380
|
+
windows_targets::link!("user32.dll" "system" fn SetClassLongW(hwnd : super::super::Foundation:: HWND, nindex : GET_CLASS_LONG_INDEX, dwnewlong : i32) -> u32);
|
381
|
+
windows_targets::link!("user32.dll" "system" fn SetClassWord(hwnd : super::super::Foundation:: HWND, nindex : i32, wnewword : u16) -> u16);
|
382
|
+
windows_targets::link!("user32.dll" "system" fn SetCoalescableTimer(hwnd : super::super::Foundation:: HWND, nidevent : usize, uelapse : u32, lptimerfunc : TIMERPROC, utolerancedelay : u32) -> usize);
|
383
|
+
windows_targets::link!("user32.dll" "system" fn SetCursor(hcursor : HCURSOR) -> HCURSOR);
|
384
|
+
windows_targets::link!("user32.dll" "system" fn SetCursorPos(x : i32, y : i32) -> windows_sys::core::BOOL);
|
385
|
+
windows_targets::link!("user32.dll" "system" fn SetDebugErrorLevel(dwlevel : u32));
|
386
|
+
windows_targets::link!("user32.dll" "system" fn SetDlgItemInt(hdlg : super::super::Foundation:: HWND, niddlgitem : i32, uvalue : u32, bsigned : windows_sys::core::BOOL) -> windows_sys::core::BOOL);
|
387
|
+
windows_targets::link!("user32.dll" "system" fn SetDlgItemTextA(hdlg : super::super::Foundation:: HWND, niddlgitem : i32, lpstring : windows_sys::core::PCSTR) -> windows_sys::core::BOOL);
|
388
|
+
windows_targets::link!("user32.dll" "system" fn SetDlgItemTextW(hdlg : super::super::Foundation:: HWND, niddlgitem : i32, lpstring : windows_sys::core::PCWSTR) -> windows_sys::core::BOOL);
|
389
|
+
windows_targets::link!("user32.dll" "system" fn SetForegroundWindow(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
390
|
+
windows_targets::link!("user32.dll" "system" fn SetLayeredWindowAttributes(hwnd : super::super::Foundation:: HWND, crkey : super::super::Foundation:: COLORREF, balpha : u8, dwflags : LAYERED_WINDOW_ATTRIBUTES_FLAGS) -> windows_sys::core::BOOL);
|
391
|
+
windows_targets::link!("user32.dll" "system" fn SetMenu(hwnd : super::super::Foundation:: HWND, hmenu : HMENU) -> windows_sys::core::BOOL);
|
392
|
+
windows_targets::link!("user32.dll" "system" fn SetMenuDefaultItem(hmenu : HMENU, uitem : u32, fbypos : u32) -> windows_sys::core::BOOL);
|
393
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
394
|
+
windows_targets::link!("user32.dll" "system" fn SetMenuInfo(param0 : HMENU, param1 : *const MENUINFO) -> windows_sys::core::BOOL);
|
395
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
396
|
+
windows_targets::link!("user32.dll" "system" fn SetMenuItemBitmaps(hmenu : HMENU, uposition : u32, uflags : MENU_ITEM_FLAGS, hbitmapunchecked : super::super::Graphics::Gdi:: HBITMAP, hbitmapchecked : super::super::Graphics::Gdi:: HBITMAP) -> windows_sys::core::BOOL);
|
397
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
398
|
+
windows_targets::link!("user32.dll" "system" fn SetMenuItemInfoA(hmenu : HMENU, item : u32, fbypositon : windows_sys::core::BOOL, lpmii : *const MENUITEMINFOA) -> windows_sys::core::BOOL);
|
399
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
400
|
+
windows_targets::link!("user32.dll" "system" fn SetMenuItemInfoW(hmenu : HMENU, item : u32, fbypositon : windows_sys::core::BOOL, lpmii : *const MENUITEMINFOW) -> windows_sys::core::BOOL);
|
401
|
+
windows_targets::link!("user32.dll" "system" fn SetMessageExtraInfo(lparam : super::super::Foundation:: LPARAM) -> super::super::Foundation:: LPARAM);
|
402
|
+
windows_targets::link!("user32.dll" "system" fn SetMessageQueue(cmessagesmax : i32) -> windows_sys::core::BOOL);
|
403
|
+
windows_targets::link!("user32.dll" "system" fn SetParent(hwndchild : super::super::Foundation:: HWND, hwndnewparent : super::super::Foundation:: HWND) -> super::super::Foundation:: HWND);
|
404
|
+
windows_targets::link!("user32.dll" "system" fn SetPhysicalCursorPos(x : i32, y : i32) -> windows_sys::core::BOOL);
|
405
|
+
windows_targets::link!("user32.dll" "system" fn SetProcessDPIAware() -> windows_sys::core::BOOL);
|
406
|
+
windows_targets::link!("user32.dll" "system" fn SetProcessDefaultLayout(dwdefaultlayout : u32) -> windows_sys::core::BOOL);
|
407
|
+
windows_targets::link!("user32.dll" "system" fn SetPropA(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PCSTR, hdata : super::super::Foundation:: HANDLE) -> windows_sys::core::BOOL);
|
408
|
+
windows_targets::link!("user32.dll" "system" fn SetPropW(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PCWSTR, hdata : super::super::Foundation:: HANDLE) -> windows_sys::core::BOOL);
|
409
|
+
windows_targets::link!("user32.dll" "system" fn SetSystemCursor(hcur : HCURSOR, id : SYSTEM_CURSOR_ID) -> windows_sys::core::BOOL);
|
410
|
+
windows_targets::link!("user32.dll" "system" fn SetTimer(hwnd : super::super::Foundation:: HWND, nidevent : usize, uelapse : u32, lptimerfunc : TIMERPROC) -> usize);
|
411
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowDisplayAffinity(hwnd : super::super::Foundation:: HWND, dwaffinity : WINDOW_DISPLAY_AFFINITY) -> windows_sys::core::BOOL);
|
412
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowLongA(hwnd : super::super::Foundation:: HWND, nindex : WINDOW_LONG_PTR_INDEX, dwnewlong : i32) -> i32);
|
413
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
414
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowLongPtrA(hwnd : super::super::Foundation:: HWND, nindex : WINDOW_LONG_PTR_INDEX, dwnewlong : isize) -> isize);
|
415
|
+
#[cfg(target_pointer_width = "32")]
|
416
|
+
pub use SetWindowLongA as SetWindowLongPtrA;
|
417
|
+
#[cfg(any(target_arch = "aarch64", target_arch = "arm64ec", target_arch = "x86_64"))]
|
418
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowLongPtrW(hwnd : super::super::Foundation:: HWND, nindex : WINDOW_LONG_PTR_INDEX, dwnewlong : isize) -> isize);
|
419
|
+
#[cfg(target_pointer_width = "32")]
|
420
|
+
pub use SetWindowLongW as SetWindowLongPtrW;
|
421
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowLongW(hwnd : super::super::Foundation:: HWND, nindex : WINDOW_LONG_PTR_INDEX, dwnewlong : i32) -> i32);
|
422
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowPlacement(hwnd : super::super::Foundation:: HWND, lpwndpl : *const WINDOWPLACEMENT) -> windows_sys::core::BOOL);
|
423
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowPos(hwnd : super::super::Foundation:: HWND, hwndinsertafter : super::super::Foundation:: HWND, x : i32, y : i32, cx : i32, cy : i32, uflags : SET_WINDOW_POS_FLAGS) -> windows_sys::core::BOOL);
|
424
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowTextA(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PCSTR) -> windows_sys::core::BOOL);
|
425
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowTextW(hwnd : super::super::Foundation:: HWND, lpstring : windows_sys::core::PCWSTR) -> windows_sys::core::BOOL);
|
426
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowWord(hwnd : super::super::Foundation:: HWND, nindex : i32, wnewword : u16) -> u16);
|
427
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowsHookA(nfiltertype : i32, pfnfilterproc : HOOKPROC) -> HHOOK);
|
428
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowsHookExA(idhook : WINDOWS_HOOK_ID, lpfn : HOOKPROC, hmod : super::super::Foundation:: HINSTANCE, dwthreadid : u32) -> HHOOK);
|
429
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowsHookExW(idhook : WINDOWS_HOOK_ID, lpfn : HOOKPROC, hmod : super::super::Foundation:: HINSTANCE, dwthreadid : u32) -> HHOOK);
|
430
|
+
windows_targets::link!("user32.dll" "system" fn SetWindowsHookW(nfiltertype : i32, pfnfilterproc : HOOKPROC) -> HHOOK);
|
431
|
+
windows_targets::link!("user32.dll" "system" fn ShowCaret(hwnd : super::super::Foundation:: HWND) -> windows_sys::core::BOOL);
|
432
|
+
windows_targets::link!("user32.dll" "system" fn ShowCursor(bshow : windows_sys::core::BOOL) -> i32);
|
433
|
+
windows_targets::link!("user32.dll" "system" fn ShowOwnedPopups(hwnd : super::super::Foundation:: HWND, fshow : windows_sys::core::BOOL) -> windows_sys::core::BOOL);
|
434
|
+
windows_targets::link!("user32.dll" "system" fn ShowWindow(hwnd : super::super::Foundation:: HWND, ncmdshow : SHOW_WINDOW_CMD) -> windows_sys::core::BOOL);
|
435
|
+
windows_targets::link!("user32.dll" "system" fn ShowWindowAsync(hwnd : super::super::Foundation:: HWND, ncmdshow : SHOW_WINDOW_CMD) -> windows_sys::core::BOOL);
|
436
|
+
windows_targets::link!("user32.dll" "system" fn SoundSentry() -> windows_sys::core::BOOL);
|
437
|
+
windows_targets::link!("user32.dll" "system" fn SwitchToThisWindow(hwnd : super::super::Foundation:: HWND, funknown : windows_sys::core::BOOL));
|
438
|
+
windows_targets::link!("user32.dll" "system" fn SystemParametersInfoA(uiaction : SYSTEM_PARAMETERS_INFO_ACTION, uiparam : u32, pvparam : *mut core::ffi::c_void, fwinini : SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS) -> windows_sys::core::BOOL);
|
439
|
+
windows_targets::link!("user32.dll" "system" fn SystemParametersInfoW(uiaction : SYSTEM_PARAMETERS_INFO_ACTION, uiparam : u32, pvparam : *mut core::ffi::c_void, fwinini : SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS) -> windows_sys::core::BOOL);
|
440
|
+
windows_targets::link!("user32.dll" "system" fn TileWindows(hwndparent : super::super::Foundation:: HWND, whow : TILE_WINDOWS_HOW, lprect : *const super::super::Foundation:: RECT, ckids : u32, lpkids : *const super::super::Foundation:: HWND) -> u16);
|
441
|
+
windows_targets::link!("user32.dll" "system" fn TrackPopupMenu(hmenu : HMENU, uflags : TRACK_POPUP_MENU_FLAGS, x : i32, y : i32, nreserved : i32, hwnd : super::super::Foundation:: HWND, prcrect : *const super::super::Foundation:: RECT) -> windows_sys::core::BOOL);
|
442
|
+
windows_targets::link!("user32.dll" "system" fn TrackPopupMenuEx(hmenu : HMENU, uflags : u32, x : i32, y : i32, hwnd : super::super::Foundation:: HWND, lptpm : *const TPMPARAMS) -> windows_sys::core::BOOL);
|
443
|
+
windows_targets::link!("user32.dll" "system" fn TranslateAcceleratorA(hwnd : super::super::Foundation:: HWND, hacctable : HACCEL, lpmsg : *const MSG) -> i32);
|
444
|
+
windows_targets::link!("user32.dll" "system" fn TranslateAcceleratorW(hwnd : super::super::Foundation:: HWND, hacctable : HACCEL, lpmsg : *const MSG) -> i32);
|
445
|
+
windows_targets::link!("user32.dll" "system" fn TranslateMDISysAccel(hwndclient : super::super::Foundation:: HWND, lpmsg : *const MSG) -> windows_sys::core::BOOL);
|
446
|
+
windows_targets::link!("user32.dll" "system" fn TranslateMessage(lpmsg : *const MSG) -> windows_sys::core::BOOL);
|
447
|
+
windows_targets::link!("user32.dll" "system" fn UnhookWindowsHook(ncode : i32, pfnfilterproc : HOOKPROC) -> windows_sys::core::BOOL);
|
448
|
+
windows_targets::link!("user32.dll" "system" fn UnhookWindowsHookEx(hhk : HHOOK) -> windows_sys::core::BOOL);
|
449
|
+
windows_targets::link!("user32.dll" "system" fn UnregisterClassA(lpclassname : windows_sys::core::PCSTR, hinstance : super::super::Foundation:: HINSTANCE) -> windows_sys::core::BOOL);
|
450
|
+
windows_targets::link!("user32.dll" "system" fn UnregisterClassW(lpclassname : windows_sys::core::PCWSTR, hinstance : super::super::Foundation:: HINSTANCE) -> windows_sys::core::BOOL);
|
451
|
+
windows_targets::link!("user32.dll" "system" fn UnregisterDeviceNotification(handle : HDEVNOTIFY) -> windows_sys::core::BOOL);
|
452
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
453
|
+
windows_targets::link!("user32.dll" "system" fn UpdateLayeredWindow(hwnd : super::super::Foundation:: HWND, hdcdst : super::super::Graphics::Gdi:: HDC, pptdst : *const super::super::Foundation:: POINT, psize : *const super::super::Foundation:: SIZE, hdcsrc : super::super::Graphics::Gdi:: HDC, pptsrc : *const super::super::Foundation:: POINT, crkey : super::super::Foundation:: COLORREF, pblend : *const super::super::Graphics::Gdi:: BLENDFUNCTION, dwflags : UPDATE_LAYERED_WINDOW_FLAGS) -> windows_sys::core::BOOL);
|
454
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
455
|
+
windows_targets::link!("user32.dll" "system" fn UpdateLayeredWindowIndirect(hwnd : super::super::Foundation:: HWND, pulwinfo : *const UPDATELAYEREDWINDOWINFO) -> windows_sys::core::BOOL);
|
456
|
+
windows_targets::link!("user32.dll" "system" fn WaitMessage() -> windows_sys::core::BOOL);
|
457
|
+
windows_targets::link!("user32.dll" "system" fn WindowFromPhysicalPoint(point : super::super::Foundation:: POINT) -> super::super::Foundation:: HWND);
|
458
|
+
windows_targets::link!("user32.dll" "system" fn WindowFromPoint(point : super::super::Foundation:: POINT) -> super::super::Foundation:: HWND);
|
459
|
+
windows_targets::link!("user32.dll" "C" fn wsprintfA(param0 : windows_sys::core::PSTR, param1 : windows_sys::core::PCSTR, ...) -> i32);
|
460
|
+
windows_targets::link!("user32.dll" "C" fn wsprintfW(param0 : windows_sys::core::PWSTR, param1 : windows_sys::core::PCWSTR, ...) -> i32);
|
461
|
+
windows_targets::link!("user32.dll" "system" fn wvsprintfA(param0 : windows_sys::core::PSTR, param1 : windows_sys::core::PCSTR, arglist : *const i8) -> i32);
|
462
|
+
windows_targets::link!("user32.dll" "system" fn wvsprintfW(param0 : windows_sys::core::PWSTR, param1 : windows_sys::core::PCWSTR, arglist : *const i8) -> i32);
|
463
|
+
#[repr(C)]
|
464
|
+
#[derive(Clone, Copy, Default)]
|
465
|
+
pub struct ACCEL {
|
466
|
+
pub fVirt: ACCEL_VIRT_FLAGS,
|
467
|
+
pub key: u16,
|
468
|
+
pub cmd: u16,
|
469
|
+
}
|
470
|
+
pub type ACCEL_VIRT_FLAGS = u8;
|
471
|
+
#[repr(C)]
|
472
|
+
#[derive(Clone, Copy, Default)]
|
473
|
+
pub struct ALTTABINFO {
|
474
|
+
pub cbSize: u32,
|
475
|
+
pub cItems: i32,
|
476
|
+
pub cColumns: i32,
|
477
|
+
pub cRows: i32,
|
478
|
+
pub iColFocus: i32,
|
479
|
+
pub iRowFocus: i32,
|
480
|
+
pub cxItem: i32,
|
481
|
+
pub cyItem: i32,
|
482
|
+
pub ptStart: super::super::Foundation::POINT,
|
483
|
+
}
|
484
|
+
pub type ANIMATE_WINDOW_FLAGS = u32;
|
485
|
+
#[repr(C)]
|
486
|
+
#[derive(Clone, Copy, Default)]
|
487
|
+
pub struct ANIMATIONINFO {
|
488
|
+
pub cbSize: u32,
|
489
|
+
pub iMinAnimate: i32,
|
490
|
+
}
|
491
|
+
pub const ARW_BOTTOMLEFT: MINIMIZEDMETRICS_ARRANGE = 0i32;
|
492
|
+
pub const ARW_BOTTOMRIGHT: MINIMIZEDMETRICS_ARRANGE = 1i32;
|
493
|
+
pub const ARW_DOWN: i32 = 4i32;
|
494
|
+
pub const ARW_HIDE: i32 = 8i32;
|
495
|
+
pub const ARW_LEFT: i32 = 0i32;
|
496
|
+
pub const ARW_RIGHT: i32 = 0i32;
|
497
|
+
pub const ARW_STARTMASK: i32 = 3i32;
|
498
|
+
pub const ARW_STARTRIGHT: i32 = 1i32;
|
499
|
+
pub const ARW_STARTTOP: i32 = 2i32;
|
500
|
+
pub const ARW_TOPLEFT: MINIMIZEDMETRICS_ARRANGE = 2i32;
|
501
|
+
pub const ARW_TOPRIGHT: MINIMIZEDMETRICS_ARRANGE = 3i32;
|
502
|
+
pub const ARW_UP: i32 = 4i32;
|
503
|
+
pub const ASFW_ANY: u32 = 4294967295u32;
|
504
|
+
#[repr(C)]
|
505
|
+
#[derive(Clone, Copy, Default)]
|
506
|
+
pub struct AUDIODESCRIPTION {
|
507
|
+
pub cbSize: u32,
|
508
|
+
pub Enabled: windows_sys::core::BOOL,
|
509
|
+
pub Locale: u32,
|
510
|
+
}
|
511
|
+
pub const AW_ACTIVATE: ANIMATE_WINDOW_FLAGS = 131072u32;
|
512
|
+
pub const AW_BLEND: ANIMATE_WINDOW_FLAGS = 524288u32;
|
513
|
+
pub const AW_CENTER: ANIMATE_WINDOW_FLAGS = 16u32;
|
514
|
+
pub const AW_HIDE: ANIMATE_WINDOW_FLAGS = 65536u32;
|
515
|
+
pub const AW_HOR_NEGATIVE: ANIMATE_WINDOW_FLAGS = 2u32;
|
516
|
+
pub const AW_HOR_POSITIVE: ANIMATE_WINDOW_FLAGS = 1u32;
|
517
|
+
pub const AW_SLIDE: ANIMATE_WINDOW_FLAGS = 262144u32;
|
518
|
+
pub const AW_VER_NEGATIVE: ANIMATE_WINDOW_FLAGS = 8u32;
|
519
|
+
pub const AW_VER_POSITIVE: ANIMATE_WINDOW_FLAGS = 4u32;
|
520
|
+
pub const BM_CLICK: u32 = 245u32;
|
521
|
+
pub const BM_GETCHECK: u32 = 240u32;
|
522
|
+
pub const BM_GETIMAGE: u32 = 246u32;
|
523
|
+
pub const BM_GETSTATE: u32 = 242u32;
|
524
|
+
pub const BM_SETCHECK: u32 = 241u32;
|
525
|
+
pub const BM_SETDONTCLICK: u32 = 248u32;
|
526
|
+
pub const BM_SETIMAGE: u32 = 247u32;
|
527
|
+
pub const BM_SETSTATE: u32 = 243u32;
|
528
|
+
pub const BM_SETSTYLE: u32 = 244u32;
|
529
|
+
pub const BN_CLICKED: u32 = 0u32;
|
530
|
+
pub const BN_DBLCLK: u32 = 5u32;
|
531
|
+
pub const BN_DISABLE: u32 = 4u32;
|
532
|
+
pub const BN_DOUBLECLICKED: u32 = 5u32;
|
533
|
+
pub const BN_HILITE: u32 = 2u32;
|
534
|
+
pub const BN_KILLFOCUS: u32 = 7u32;
|
535
|
+
pub const BN_PAINT: u32 = 1u32;
|
536
|
+
pub const BN_PUSHED: u32 = 2u32;
|
537
|
+
pub const BN_SETFOCUS: u32 = 6u32;
|
538
|
+
pub const BN_UNHILITE: u32 = 3u32;
|
539
|
+
pub const BN_UNPUSHED: u32 = 3u32;
|
540
|
+
pub const BROADCAST_QUERY_DENY: u32 = 1112363332u32;
|
541
|
+
pub const BSF_MSGSRV32ISOK: u32 = 2147483648u32;
|
542
|
+
pub const BSF_MSGSRV32ISOK_BIT: u32 = 31u32;
|
543
|
+
pub const BSM_INSTALLABLEDRIVERS: u32 = 4u32;
|
544
|
+
pub const BSM_NETDRIVER: u32 = 2u32;
|
545
|
+
pub const BSM_VXDS: u32 = 1u32;
|
546
|
+
pub const BST_FOCUS: u32 = 8u32;
|
547
|
+
pub const BST_PUSHED: u32 = 4u32;
|
548
|
+
pub const BS_3STATE: i32 = 5i32;
|
549
|
+
pub const BS_AUTO3STATE: i32 = 6i32;
|
550
|
+
pub const BS_AUTOCHECKBOX: i32 = 3i32;
|
551
|
+
pub const BS_AUTORADIOBUTTON: i32 = 9i32;
|
552
|
+
pub const BS_BITMAP: i32 = 128i32;
|
553
|
+
pub const BS_BOTTOM: i32 = 2048i32;
|
554
|
+
pub const BS_CENTER: i32 = 768i32;
|
555
|
+
pub const BS_CHECKBOX: i32 = 2i32;
|
556
|
+
pub const BS_DEFPUSHBUTTON: i32 = 1i32;
|
557
|
+
pub const BS_FLAT: i32 = 32768i32;
|
558
|
+
pub const BS_GROUPBOX: i32 = 7i32;
|
559
|
+
pub const BS_ICON: i32 = 64i32;
|
560
|
+
pub const BS_LEFT: i32 = 256i32;
|
561
|
+
pub const BS_LEFTTEXT: i32 = 32i32;
|
562
|
+
pub const BS_MULTILINE: i32 = 8192i32;
|
563
|
+
pub const BS_NOTIFY: i32 = 16384i32;
|
564
|
+
pub const BS_OWNERDRAW: i32 = 11i32;
|
565
|
+
pub const BS_PUSHBOX: i32 = 10i32;
|
566
|
+
pub const BS_PUSHBUTTON: i32 = 0i32;
|
567
|
+
pub const BS_PUSHLIKE: i32 = 4096i32;
|
568
|
+
pub const BS_RADIOBUTTON: i32 = 4i32;
|
569
|
+
pub const BS_RIGHT: i32 = 512i32;
|
570
|
+
pub const BS_RIGHTBUTTON: i32 = 32i32;
|
571
|
+
pub const BS_TEXT: i32 = 0i32;
|
572
|
+
pub const BS_TOP: i32 = 1024i32;
|
573
|
+
pub const BS_TYPEMASK: i32 = 15i32;
|
574
|
+
pub const BS_USERBUTTON: i32 = 8i32;
|
575
|
+
pub const BS_VCENTER: i32 = 3072i32;
|
576
|
+
pub const CALERT_SYSTEM: u32 = 6u32;
|
577
|
+
pub type CASCADE_WINDOWS_HOW = u32;
|
578
|
+
pub const CBN_CLOSEUP: u32 = 8u32;
|
579
|
+
pub const CBN_DBLCLK: u32 = 2u32;
|
580
|
+
pub const CBN_DROPDOWN: u32 = 7u32;
|
581
|
+
pub const CBN_EDITCHANGE: u32 = 5u32;
|
582
|
+
pub const CBN_EDITUPDATE: u32 = 6u32;
|
583
|
+
pub const CBN_ERRSPACE: i32 = -1i32;
|
584
|
+
pub const CBN_KILLFOCUS: u32 = 4u32;
|
585
|
+
pub const CBN_SELCHANGE: u32 = 1u32;
|
586
|
+
pub const CBN_SELENDCANCEL: u32 = 10u32;
|
587
|
+
pub const CBN_SELENDOK: u32 = 9u32;
|
588
|
+
pub const CBN_SETFOCUS: u32 = 3u32;
|
589
|
+
pub const CBS_AUTOHSCROLL: i32 = 64i32;
|
590
|
+
pub const CBS_DISABLENOSCROLL: i32 = 2048i32;
|
591
|
+
pub const CBS_DROPDOWN: i32 = 2i32;
|
592
|
+
pub const CBS_DROPDOWNLIST: i32 = 3i32;
|
593
|
+
pub const CBS_HASSTRINGS: i32 = 512i32;
|
594
|
+
pub const CBS_LOWERCASE: i32 = 16384i32;
|
595
|
+
pub const CBS_NOINTEGRALHEIGHT: i32 = 1024i32;
|
596
|
+
pub const CBS_OEMCONVERT: i32 = 128i32;
|
597
|
+
pub const CBS_OWNERDRAWFIXED: i32 = 16i32;
|
598
|
+
pub const CBS_OWNERDRAWVARIABLE: i32 = 32i32;
|
599
|
+
pub const CBS_SIMPLE: i32 = 1i32;
|
600
|
+
pub const CBS_SORT: i32 = 256i32;
|
601
|
+
pub const CBS_UPPERCASE: i32 = 8192i32;
|
602
|
+
#[repr(C)]
|
603
|
+
#[derive(Clone, Copy)]
|
604
|
+
pub struct CBTACTIVATESTRUCT {
|
605
|
+
pub fMouse: windows_sys::core::BOOL,
|
606
|
+
pub hWndActive: super::super::Foundation::HWND,
|
607
|
+
}
|
608
|
+
impl Default for CBTACTIVATESTRUCT {
|
609
|
+
fn default() -> Self {
|
610
|
+
unsafe { core::mem::zeroed() }
|
611
|
+
}
|
612
|
+
}
|
613
|
+
#[repr(C)]
|
614
|
+
#[derive(Clone, Copy)]
|
615
|
+
pub struct CBT_CREATEWNDA {
|
616
|
+
pub lpcs: *mut CREATESTRUCTA,
|
617
|
+
pub hwndInsertAfter: super::super::Foundation::HWND,
|
618
|
+
}
|
619
|
+
impl Default for CBT_CREATEWNDA {
|
620
|
+
fn default() -> Self {
|
621
|
+
unsafe { core::mem::zeroed() }
|
622
|
+
}
|
623
|
+
}
|
624
|
+
#[repr(C)]
|
625
|
+
#[derive(Clone, Copy)]
|
626
|
+
pub struct CBT_CREATEWNDW {
|
627
|
+
pub lpcs: *mut CREATESTRUCTW,
|
628
|
+
pub hwndInsertAfter: super::super::Foundation::HWND,
|
629
|
+
}
|
630
|
+
impl Default for CBT_CREATEWNDW {
|
631
|
+
fn default() -> Self {
|
632
|
+
unsafe { core::mem::zeroed() }
|
633
|
+
}
|
634
|
+
}
|
635
|
+
pub const CB_ADDSTRING: u32 = 323u32;
|
636
|
+
pub const CB_DELETESTRING: u32 = 324u32;
|
637
|
+
pub const CB_DIR: u32 = 325u32;
|
638
|
+
pub const CB_ERR: i32 = -1i32;
|
639
|
+
pub const CB_ERRSPACE: i32 = -2i32;
|
640
|
+
pub const CB_FINDSTRING: u32 = 332u32;
|
641
|
+
pub const CB_FINDSTRINGEXACT: u32 = 344u32;
|
642
|
+
pub const CB_GETCOMBOBOXINFO: u32 = 356u32;
|
643
|
+
pub const CB_GETCOUNT: u32 = 326u32;
|
644
|
+
pub const CB_GETCURSEL: u32 = 327u32;
|
645
|
+
pub const CB_GETDROPPEDCONTROLRECT: u32 = 338u32;
|
646
|
+
pub const CB_GETDROPPEDSTATE: u32 = 343u32;
|
647
|
+
pub const CB_GETDROPPEDWIDTH: u32 = 351u32;
|
648
|
+
pub const CB_GETEDITSEL: u32 = 320u32;
|
649
|
+
pub const CB_GETEXTENDEDUI: u32 = 342u32;
|
650
|
+
pub const CB_GETHORIZONTALEXTENT: u32 = 349u32;
|
651
|
+
pub const CB_GETITEMDATA: u32 = 336u32;
|
652
|
+
pub const CB_GETITEMHEIGHT: u32 = 340u32;
|
653
|
+
pub const CB_GETLBTEXT: u32 = 328u32;
|
654
|
+
pub const CB_GETLBTEXTLEN: u32 = 329u32;
|
655
|
+
pub const CB_GETLOCALE: u32 = 346u32;
|
656
|
+
pub const CB_GETTOPINDEX: u32 = 347u32;
|
657
|
+
pub const CB_INITSTORAGE: u32 = 353u32;
|
658
|
+
pub const CB_INSERTSTRING: u32 = 330u32;
|
659
|
+
pub const CB_LIMITTEXT: u32 = 321u32;
|
660
|
+
pub const CB_MSGMAX: u32 = 357u32;
|
661
|
+
pub const CB_MULTIPLEADDSTRING: u32 = 355u32;
|
662
|
+
pub const CB_OKAY: u32 = 0u32;
|
663
|
+
pub const CB_RESETCONTENT: u32 = 331u32;
|
664
|
+
pub const CB_SELECTSTRING: u32 = 333u32;
|
665
|
+
pub const CB_SETCURSEL: u32 = 334u32;
|
666
|
+
pub const CB_SETDROPPEDWIDTH: u32 = 352u32;
|
667
|
+
pub const CB_SETEDITSEL: u32 = 322u32;
|
668
|
+
pub const CB_SETEXTENDEDUI: u32 = 341u32;
|
669
|
+
pub const CB_SETHORIZONTALEXTENT: u32 = 350u32;
|
670
|
+
pub const CB_SETITEMDATA: u32 = 337u32;
|
671
|
+
pub const CB_SETITEMHEIGHT: u32 = 339u32;
|
672
|
+
pub const CB_SETLOCALE: u32 = 345u32;
|
673
|
+
pub const CB_SETTOPINDEX: u32 = 348u32;
|
674
|
+
pub const CB_SHOWDROPDOWN: u32 = 335u32;
|
675
|
+
pub const CCHILDREN_SCROLLBAR: u32 = 5u32;
|
676
|
+
pub const CCHILDREN_TITLEBAR: u32 = 5u32;
|
677
|
+
#[repr(C)]
|
678
|
+
#[derive(Clone, Copy, Default)]
|
679
|
+
pub struct CHANGEFILTERSTRUCT {
|
680
|
+
pub cbSize: u32,
|
681
|
+
pub ExtStatus: MSGFLTINFO_STATUS,
|
682
|
+
}
|
683
|
+
pub type CHANGE_WINDOW_MESSAGE_FILTER_FLAGS = u32;
|
684
|
+
pub const CHILDID_SELF: u32 = 0u32;
|
685
|
+
#[repr(C)]
|
686
|
+
#[derive(Clone, Copy)]
|
687
|
+
pub struct CLIENTCREATESTRUCT {
|
688
|
+
pub hWindowMenu: super::super::Foundation::HANDLE,
|
689
|
+
pub idFirstChild: u32,
|
690
|
+
}
|
691
|
+
impl Default for CLIENTCREATESTRUCT {
|
692
|
+
fn default() -> Self {
|
693
|
+
unsafe { core::mem::zeroed() }
|
694
|
+
}
|
695
|
+
}
|
696
|
+
pub const CONSOLE_APPLICATION_16BIT: u32 = 0u32;
|
697
|
+
pub const CONSOLE_CARET_SELECTION: u32 = 1u32;
|
698
|
+
pub const CONSOLE_CARET_VISIBLE: u32 = 2u32;
|
699
|
+
pub const CONTACTVISUALIZATION_OFF: u32 = 0u32;
|
700
|
+
pub const CONTACTVISUALIZATION_ON: u32 = 1u32;
|
701
|
+
pub const CONTACTVISUALIZATION_PRESENTATIONMODE: u32 = 2u32;
|
702
|
+
pub const CREATEPROCESS_MANIFEST_RESOURCE_ID: u32 = 1u32;
|
703
|
+
#[repr(C)]
|
704
|
+
#[derive(Clone, Copy)]
|
705
|
+
pub struct CREATESTRUCTA {
|
706
|
+
pub lpCreateParams: *mut core::ffi::c_void,
|
707
|
+
pub hInstance: super::super::Foundation::HINSTANCE,
|
708
|
+
pub hMenu: HMENU,
|
709
|
+
pub hwndParent: super::super::Foundation::HWND,
|
710
|
+
pub cy: i32,
|
711
|
+
pub cx: i32,
|
712
|
+
pub y: i32,
|
713
|
+
pub x: i32,
|
714
|
+
pub style: i32,
|
715
|
+
pub lpszName: windows_sys::core::PCSTR,
|
716
|
+
pub lpszClass: windows_sys::core::PCSTR,
|
717
|
+
pub dwExStyle: WINDOW_EX_STYLE,
|
718
|
+
}
|
719
|
+
impl Default for CREATESTRUCTA {
|
720
|
+
fn default() -> Self {
|
721
|
+
unsafe { core::mem::zeroed() }
|
722
|
+
}
|
723
|
+
}
|
724
|
+
#[repr(C)]
|
725
|
+
#[derive(Clone, Copy)]
|
726
|
+
pub struct CREATESTRUCTW {
|
727
|
+
pub lpCreateParams: *mut core::ffi::c_void,
|
728
|
+
pub hInstance: super::super::Foundation::HINSTANCE,
|
729
|
+
pub hMenu: HMENU,
|
730
|
+
pub hwndParent: super::super::Foundation::HWND,
|
731
|
+
pub cy: i32,
|
732
|
+
pub cx: i32,
|
733
|
+
pub y: i32,
|
734
|
+
pub x: i32,
|
735
|
+
pub style: i32,
|
736
|
+
pub lpszName: windows_sys::core::PCWSTR,
|
737
|
+
pub lpszClass: windows_sys::core::PCWSTR,
|
738
|
+
pub dwExStyle: WINDOW_EX_STYLE,
|
739
|
+
}
|
740
|
+
impl Default for CREATESTRUCTW {
|
741
|
+
fn default() -> Self {
|
742
|
+
unsafe { core::mem::zeroed() }
|
743
|
+
}
|
744
|
+
}
|
745
|
+
pub const CSOUND_SYSTEM: u32 = 16u32;
|
746
|
+
pub const CS_BYTEALIGNCLIENT: WNDCLASS_STYLES = 4096u32;
|
747
|
+
pub const CS_BYTEALIGNWINDOW: WNDCLASS_STYLES = 8192u32;
|
748
|
+
pub const CS_CLASSDC: WNDCLASS_STYLES = 64u32;
|
749
|
+
pub const CS_DBLCLKS: WNDCLASS_STYLES = 8u32;
|
750
|
+
pub const CS_DROPSHADOW: WNDCLASS_STYLES = 131072u32;
|
751
|
+
pub const CS_GLOBALCLASS: WNDCLASS_STYLES = 16384u32;
|
752
|
+
pub const CS_HREDRAW: WNDCLASS_STYLES = 2u32;
|
753
|
+
pub const CS_IME: WNDCLASS_STYLES = 65536u32;
|
754
|
+
pub const CS_NOCLOSE: WNDCLASS_STYLES = 512u32;
|
755
|
+
pub const CS_OWNDC: WNDCLASS_STYLES = 32u32;
|
756
|
+
pub const CS_PARENTDC: WNDCLASS_STYLES = 128u32;
|
757
|
+
pub const CS_SAVEBITS: WNDCLASS_STYLES = 2048u32;
|
758
|
+
pub const CS_VREDRAW: WNDCLASS_STYLES = 1u32;
|
759
|
+
pub const CTLCOLOR_BTN: u32 = 3u32;
|
760
|
+
pub const CTLCOLOR_DLG: u32 = 4u32;
|
761
|
+
pub const CTLCOLOR_EDIT: u32 = 1u32;
|
762
|
+
pub const CTLCOLOR_LISTBOX: u32 = 2u32;
|
763
|
+
pub const CTLCOLOR_MAX: u32 = 7u32;
|
764
|
+
pub const CTLCOLOR_MSGBOX: u32 = 0u32;
|
765
|
+
pub const CTLCOLOR_SCROLLBAR: u32 = 5u32;
|
766
|
+
pub const CTLCOLOR_STATIC: u32 = 6u32;
|
767
|
+
#[repr(C)]
|
768
|
+
#[derive(Clone, Copy)]
|
769
|
+
pub struct CURSORINFO {
|
770
|
+
pub cbSize: u32,
|
771
|
+
pub flags: CURSORINFO_FLAGS,
|
772
|
+
pub hCursor: HCURSOR,
|
773
|
+
pub ptScreenPos: super::super::Foundation::POINT,
|
774
|
+
}
|
775
|
+
impl Default for CURSORINFO {
|
776
|
+
fn default() -> Self {
|
777
|
+
unsafe { core::mem::zeroed() }
|
778
|
+
}
|
779
|
+
}
|
780
|
+
pub type CURSORINFO_FLAGS = u32;
|
781
|
+
#[repr(C)]
|
782
|
+
#[derive(Clone, Copy, Default)]
|
783
|
+
pub struct CURSORSHAPE {
|
784
|
+
pub xHotSpot: i32,
|
785
|
+
pub yHotSpot: i32,
|
786
|
+
pub cx: i32,
|
787
|
+
pub cy: i32,
|
788
|
+
pub cbWidth: i32,
|
789
|
+
pub Planes: u8,
|
790
|
+
pub BitsPixel: u8,
|
791
|
+
}
|
792
|
+
pub const CURSOR_CREATION_SCALING_DEFAULT: u32 = 2u32;
|
793
|
+
pub const CURSOR_CREATION_SCALING_NONE: u32 = 1u32;
|
794
|
+
pub const CURSOR_SHOWING: CURSORINFO_FLAGS = 1u32;
|
795
|
+
pub const CURSOR_SUPPRESSED: CURSORINFO_FLAGS = 2u32;
|
796
|
+
pub const CWF_CREATE_ONLY: u32 = 1u32;
|
797
|
+
#[repr(C)]
|
798
|
+
#[derive(Clone, Copy)]
|
799
|
+
pub struct CWPRETSTRUCT {
|
800
|
+
pub lResult: super::super::Foundation::LRESULT,
|
801
|
+
pub lParam: super::super::Foundation::LPARAM,
|
802
|
+
pub wParam: super::super::Foundation::WPARAM,
|
803
|
+
pub message: u32,
|
804
|
+
pub hwnd: super::super::Foundation::HWND,
|
805
|
+
}
|
806
|
+
impl Default for CWPRETSTRUCT {
|
807
|
+
fn default() -> Self {
|
808
|
+
unsafe { core::mem::zeroed() }
|
809
|
+
}
|
810
|
+
}
|
811
|
+
#[repr(C)]
|
812
|
+
#[derive(Clone, Copy)]
|
813
|
+
pub struct CWPSTRUCT {
|
814
|
+
pub lParam: super::super::Foundation::LPARAM,
|
815
|
+
pub wParam: super::super::Foundation::WPARAM,
|
816
|
+
pub message: u32,
|
817
|
+
pub hwnd: super::super::Foundation::HWND,
|
818
|
+
}
|
819
|
+
impl Default for CWPSTRUCT {
|
820
|
+
fn default() -> Self {
|
821
|
+
unsafe { core::mem::zeroed() }
|
822
|
+
}
|
823
|
+
}
|
824
|
+
pub const CWP_ALL: CWP_FLAGS = 0u32;
|
825
|
+
pub type CWP_FLAGS = u32;
|
826
|
+
pub const CWP_SKIPDISABLED: CWP_FLAGS = 2u32;
|
827
|
+
pub const CWP_SKIPINVISIBLE: CWP_FLAGS = 1u32;
|
828
|
+
pub const CWP_SKIPTRANSPARENT: CWP_FLAGS = 4u32;
|
829
|
+
pub const CW_USEDEFAULT: i32 = -2147483648i32;
|
830
|
+
pub const DBTF_MEDIA: DEV_BROADCAST_VOLUME_FLAGS = 1u16;
|
831
|
+
pub const DBTF_NET: DEV_BROADCAST_VOLUME_FLAGS = 2u16;
|
832
|
+
pub const DBTF_RESOURCE: u32 = 1u32;
|
833
|
+
pub const DBTF_SLOWNET: u32 = 4u32;
|
834
|
+
pub const DBTF_XPORT: u32 = 2u32;
|
835
|
+
pub const DBT_APPYBEGIN: u32 = 0u32;
|
836
|
+
pub const DBT_APPYEND: u32 = 1u32;
|
837
|
+
pub const DBT_CONFIGCHANGECANCELED: u32 = 25u32;
|
838
|
+
pub const DBT_CONFIGCHANGED: u32 = 24u32;
|
839
|
+
pub const DBT_CONFIGMGAPI32: u32 = 34u32;
|
840
|
+
pub const DBT_CONFIGMGPRIVATE: u32 = 32767u32;
|
841
|
+
pub const DBT_CUSTOMEVENT: u32 = 32774u32;
|
842
|
+
pub const DBT_DEVICEARRIVAL: u32 = 32768u32;
|
843
|
+
pub const DBT_DEVICEQUERYREMOVE: u32 = 32769u32;
|
844
|
+
pub const DBT_DEVICEQUERYREMOVEFAILED: u32 = 32770u32;
|
845
|
+
pub const DBT_DEVICEREMOVECOMPLETE: u32 = 32772u32;
|
846
|
+
pub const DBT_DEVICEREMOVEPENDING: u32 = 32771u32;
|
847
|
+
pub const DBT_DEVICETYPESPECIFIC: u32 = 32773u32;
|
848
|
+
pub const DBT_DEVNODES_CHANGED: u32 = 7u32;
|
849
|
+
pub const DBT_DEVTYP_DEVICEINTERFACE: DEV_BROADCAST_HDR_DEVICE_TYPE = 5u32;
|
850
|
+
pub const DBT_DEVTYP_DEVNODE: u32 = 1u32;
|
851
|
+
pub const DBT_DEVTYP_HANDLE: DEV_BROADCAST_HDR_DEVICE_TYPE = 6u32;
|
852
|
+
pub const DBT_DEVTYP_NET: u32 = 4u32;
|
853
|
+
pub const DBT_DEVTYP_OEM: DEV_BROADCAST_HDR_DEVICE_TYPE = 0u32;
|
854
|
+
pub const DBT_DEVTYP_PORT: DEV_BROADCAST_HDR_DEVICE_TYPE = 3u32;
|
855
|
+
pub const DBT_DEVTYP_VOLUME: DEV_BROADCAST_HDR_DEVICE_TYPE = 2u32;
|
856
|
+
pub const DBT_LOW_DISK_SPACE: u32 = 72u32;
|
857
|
+
pub const DBT_MONITORCHANGE: u32 = 27u32;
|
858
|
+
pub const DBT_NO_DISK_SPACE: u32 = 71u32;
|
859
|
+
pub const DBT_QUERYCHANGECONFIG: u32 = 23u32;
|
860
|
+
pub const DBT_SHELLLOGGEDON: u32 = 32u32;
|
861
|
+
pub const DBT_USERDEFINED: u32 = 65535u32;
|
862
|
+
pub const DBT_VOLLOCKLOCKFAILED: u32 = 32835u32;
|
863
|
+
pub const DBT_VOLLOCKLOCKRELEASED: u32 = 32837u32;
|
864
|
+
pub const DBT_VOLLOCKLOCKTAKEN: u32 = 32834u32;
|
865
|
+
pub const DBT_VOLLOCKQUERYLOCK: u32 = 32833u32;
|
866
|
+
pub const DBT_VOLLOCKQUERYUNLOCK: u32 = 32836u32;
|
867
|
+
pub const DBT_VOLLOCKUNLOCKFAILED: u32 = 32838u32;
|
868
|
+
pub const DBT_VPOWERDAPI: u32 = 33024u32;
|
869
|
+
pub const DBT_VXDINITCOMPLETE: u32 = 35u32;
|
870
|
+
pub const DCX_EXCLUDEUPDATE: i32 = 256i32;
|
871
|
+
pub const DC_HASDEFID: u32 = 21323u32;
|
872
|
+
#[repr(C)]
|
873
|
+
#[derive(Clone, Copy, Default)]
|
874
|
+
pub struct DEBUGHOOKINFO {
|
875
|
+
pub idThread: u32,
|
876
|
+
pub idThreadInstaller: u32,
|
877
|
+
pub lParam: super::super::Foundation::LPARAM,
|
878
|
+
pub wParam: super::super::Foundation::WPARAM,
|
879
|
+
pub code: i32,
|
880
|
+
}
|
881
|
+
#[repr(C)]
|
882
|
+
#[derive(Clone, Copy, Default)]
|
883
|
+
pub struct DEVICE_EVENT_BECOMING_READY {
|
884
|
+
pub Version: u32,
|
885
|
+
pub Reason: u32,
|
886
|
+
pub Estimated100msToReady: u32,
|
887
|
+
}
|
888
|
+
#[repr(C)]
|
889
|
+
#[derive(Clone, Copy, Default)]
|
890
|
+
pub struct DEVICE_EVENT_EXTERNAL_REQUEST {
|
891
|
+
pub Version: u32,
|
892
|
+
pub DeviceClass: u32,
|
893
|
+
pub ButtonStatus: u16,
|
894
|
+
pub Request: u16,
|
895
|
+
pub SystemTime: i64,
|
896
|
+
}
|
897
|
+
#[repr(C)]
|
898
|
+
#[derive(Clone, Copy, Default)]
|
899
|
+
pub struct DEVICE_EVENT_GENERIC_DATA {
|
900
|
+
pub EventNumber: u32,
|
901
|
+
}
|
902
|
+
#[repr(C)]
|
903
|
+
#[derive(Clone, Copy, Default)]
|
904
|
+
pub struct DEVICE_EVENT_MOUNT {
|
905
|
+
pub Version: u32,
|
906
|
+
pub Flags: u32,
|
907
|
+
pub FileSystemNameLength: u32,
|
908
|
+
pub FileSystemNameOffset: u32,
|
909
|
+
}
|
910
|
+
#[repr(C)]
|
911
|
+
#[derive(Clone, Copy, Default)]
|
912
|
+
pub struct DEVICE_EVENT_RBC_DATA {
|
913
|
+
pub EventNumber: u32,
|
914
|
+
pub SenseQualifier: u8,
|
915
|
+
pub SenseCode: u8,
|
916
|
+
pub SenseKey: u8,
|
917
|
+
pub Reserved: u8,
|
918
|
+
pub Information: u32,
|
919
|
+
}
|
920
|
+
pub const DEVICE_NOTIFY_ALL_INTERFACE_CLASSES: REGISTER_NOTIFICATION_FLAGS = 4u32;
|
921
|
+
pub const DEVICE_NOTIFY_CALLBACK: REGISTER_NOTIFICATION_FLAGS = 2u32;
|
922
|
+
pub const DEVICE_NOTIFY_SERVICE_HANDLE: REGISTER_NOTIFICATION_FLAGS = 1u32;
|
923
|
+
pub const DEVICE_NOTIFY_WINDOW_HANDLE: REGISTER_NOTIFICATION_FLAGS = 0u32;
|
924
|
+
#[repr(C)]
|
925
|
+
#[derive(Clone, Copy)]
|
926
|
+
pub struct DEV_BROADCAST_DEVICEINTERFACE_A {
|
927
|
+
pub dbcc_size: u32,
|
928
|
+
pub dbcc_devicetype: u32,
|
929
|
+
pub dbcc_reserved: u32,
|
930
|
+
pub dbcc_classguid: windows_sys::core::GUID,
|
931
|
+
pub dbcc_name: [i8; 1],
|
932
|
+
}
|
933
|
+
impl Default for DEV_BROADCAST_DEVICEINTERFACE_A {
|
934
|
+
fn default() -> Self {
|
935
|
+
unsafe { core::mem::zeroed() }
|
936
|
+
}
|
937
|
+
}
|
938
|
+
#[repr(C)]
|
939
|
+
#[derive(Clone, Copy)]
|
940
|
+
pub struct DEV_BROADCAST_DEVICEINTERFACE_W {
|
941
|
+
pub dbcc_size: u32,
|
942
|
+
pub dbcc_devicetype: u32,
|
943
|
+
pub dbcc_reserved: u32,
|
944
|
+
pub dbcc_classguid: windows_sys::core::GUID,
|
945
|
+
pub dbcc_name: [u16; 1],
|
946
|
+
}
|
947
|
+
impl Default for DEV_BROADCAST_DEVICEINTERFACE_W {
|
948
|
+
fn default() -> Self {
|
949
|
+
unsafe { core::mem::zeroed() }
|
950
|
+
}
|
951
|
+
}
|
952
|
+
#[repr(C)]
|
953
|
+
#[derive(Clone, Copy, Default)]
|
954
|
+
pub struct DEV_BROADCAST_DEVNODE {
|
955
|
+
pub dbcd_size: u32,
|
956
|
+
pub dbcd_devicetype: u32,
|
957
|
+
pub dbcd_reserved: u32,
|
958
|
+
pub dbcd_devnode: u32,
|
959
|
+
}
|
960
|
+
#[repr(C)]
|
961
|
+
#[derive(Clone, Copy)]
|
962
|
+
pub struct DEV_BROADCAST_HANDLE {
|
963
|
+
pub dbch_size: u32,
|
964
|
+
pub dbch_devicetype: u32,
|
965
|
+
pub dbch_reserved: u32,
|
966
|
+
pub dbch_handle: super::super::Foundation::HANDLE,
|
967
|
+
pub dbch_hdevnotify: HDEVNOTIFY,
|
968
|
+
pub dbch_eventguid: windows_sys::core::GUID,
|
969
|
+
pub dbch_nameoffset: i32,
|
970
|
+
pub dbch_data: [u8; 1],
|
971
|
+
}
|
972
|
+
impl Default for DEV_BROADCAST_HANDLE {
|
973
|
+
fn default() -> Self {
|
974
|
+
unsafe { core::mem::zeroed() }
|
975
|
+
}
|
976
|
+
}
|
977
|
+
#[repr(C)]
|
978
|
+
#[derive(Clone, Copy)]
|
979
|
+
pub struct DEV_BROADCAST_HANDLE32 {
|
980
|
+
pub dbch_size: u32,
|
981
|
+
pub dbch_devicetype: u32,
|
982
|
+
pub dbch_reserved: u32,
|
983
|
+
pub dbch_handle: u32,
|
984
|
+
pub dbch_hdevnotify: u32,
|
985
|
+
pub dbch_eventguid: windows_sys::core::GUID,
|
986
|
+
pub dbch_nameoffset: i32,
|
987
|
+
pub dbch_data: [u8; 1],
|
988
|
+
}
|
989
|
+
impl Default for DEV_BROADCAST_HANDLE32 {
|
990
|
+
fn default() -> Self {
|
991
|
+
unsafe { core::mem::zeroed() }
|
992
|
+
}
|
993
|
+
}
|
994
|
+
#[repr(C)]
|
995
|
+
#[derive(Clone, Copy)]
|
996
|
+
pub struct DEV_BROADCAST_HANDLE64 {
|
997
|
+
pub dbch_size: u32,
|
998
|
+
pub dbch_devicetype: u32,
|
999
|
+
pub dbch_reserved: u32,
|
1000
|
+
pub dbch_handle: u64,
|
1001
|
+
pub dbch_hdevnotify: u64,
|
1002
|
+
pub dbch_eventguid: windows_sys::core::GUID,
|
1003
|
+
pub dbch_nameoffset: i32,
|
1004
|
+
pub dbch_data: [u8; 1],
|
1005
|
+
}
|
1006
|
+
impl Default for DEV_BROADCAST_HANDLE64 {
|
1007
|
+
fn default() -> Self {
|
1008
|
+
unsafe { core::mem::zeroed() }
|
1009
|
+
}
|
1010
|
+
}
|
1011
|
+
#[repr(C)]
|
1012
|
+
#[derive(Clone, Copy, Default)]
|
1013
|
+
pub struct DEV_BROADCAST_HDR {
|
1014
|
+
pub dbch_size: u32,
|
1015
|
+
pub dbch_devicetype: DEV_BROADCAST_HDR_DEVICE_TYPE,
|
1016
|
+
pub dbch_reserved: u32,
|
1017
|
+
}
|
1018
|
+
pub type DEV_BROADCAST_HDR_DEVICE_TYPE = u32;
|
1019
|
+
#[repr(C)]
|
1020
|
+
#[derive(Clone, Copy, Default)]
|
1021
|
+
pub struct DEV_BROADCAST_NET {
|
1022
|
+
pub dbcn_size: u32,
|
1023
|
+
pub dbcn_devicetype: u32,
|
1024
|
+
pub dbcn_reserved: u32,
|
1025
|
+
pub dbcn_resource: u32,
|
1026
|
+
pub dbcn_flags: u32,
|
1027
|
+
}
|
1028
|
+
#[repr(C)]
|
1029
|
+
#[derive(Clone, Copy, Default)]
|
1030
|
+
pub struct DEV_BROADCAST_OEM {
|
1031
|
+
pub dbco_size: u32,
|
1032
|
+
pub dbco_devicetype: u32,
|
1033
|
+
pub dbco_reserved: u32,
|
1034
|
+
pub dbco_identifier: u32,
|
1035
|
+
pub dbco_suppfunc: u32,
|
1036
|
+
}
|
1037
|
+
#[repr(C)]
|
1038
|
+
#[derive(Clone, Copy)]
|
1039
|
+
pub struct DEV_BROADCAST_PORT_A {
|
1040
|
+
pub dbcp_size: u32,
|
1041
|
+
pub dbcp_devicetype: u32,
|
1042
|
+
pub dbcp_reserved: u32,
|
1043
|
+
pub dbcp_name: [i8; 1],
|
1044
|
+
}
|
1045
|
+
impl Default for DEV_BROADCAST_PORT_A {
|
1046
|
+
fn default() -> Self {
|
1047
|
+
unsafe { core::mem::zeroed() }
|
1048
|
+
}
|
1049
|
+
}
|
1050
|
+
#[repr(C)]
|
1051
|
+
#[derive(Clone, Copy)]
|
1052
|
+
pub struct DEV_BROADCAST_PORT_W {
|
1053
|
+
pub dbcp_size: u32,
|
1054
|
+
pub dbcp_devicetype: u32,
|
1055
|
+
pub dbcp_reserved: u32,
|
1056
|
+
pub dbcp_name: [u16; 1],
|
1057
|
+
}
|
1058
|
+
impl Default for DEV_BROADCAST_PORT_W {
|
1059
|
+
fn default() -> Self {
|
1060
|
+
unsafe { core::mem::zeroed() }
|
1061
|
+
}
|
1062
|
+
}
|
1063
|
+
#[repr(C)]
|
1064
|
+
#[derive(Clone, Copy, Default)]
|
1065
|
+
pub struct DEV_BROADCAST_VOLUME {
|
1066
|
+
pub dbcv_size: u32,
|
1067
|
+
pub dbcv_devicetype: u32,
|
1068
|
+
pub dbcv_reserved: u32,
|
1069
|
+
pub dbcv_unitmask: u32,
|
1070
|
+
pub dbcv_flags: DEV_BROADCAST_VOLUME_FLAGS,
|
1071
|
+
}
|
1072
|
+
pub type DEV_BROADCAST_VOLUME_FLAGS = u16;
|
1073
|
+
pub const DIFFERENCE: u32 = 11u32;
|
1074
|
+
#[repr(C)]
|
1075
|
+
#[derive(Clone, Copy, Default)]
|
1076
|
+
pub struct DISK_HEALTH_NOTIFICATION_DATA {
|
1077
|
+
pub DeviceGuid: windows_sys::core::GUID,
|
1078
|
+
}
|
1079
|
+
pub const DI_COMPAT: DI_FLAGS = 4u32;
|
1080
|
+
pub const DI_DEFAULTSIZE: DI_FLAGS = 8u32;
|
1081
|
+
pub type DI_FLAGS = u32;
|
1082
|
+
pub const DI_IMAGE: DI_FLAGS = 2u32;
|
1083
|
+
pub const DI_MASK: DI_FLAGS = 1u32;
|
1084
|
+
pub const DI_NOMIRROR: DI_FLAGS = 16u32;
|
1085
|
+
pub const DI_NORMAL: DI_FLAGS = 3u32;
|
1086
|
+
pub const DLGC_BUTTON: u32 = 8192u32;
|
1087
|
+
pub const DLGC_DEFPUSHBUTTON: u32 = 16u32;
|
1088
|
+
pub const DLGC_HASSETSEL: u32 = 8u32;
|
1089
|
+
pub const DLGC_RADIOBUTTON: u32 = 64u32;
|
1090
|
+
pub const DLGC_STATIC: u32 = 256u32;
|
1091
|
+
pub const DLGC_UNDEFPUSHBUTTON: u32 = 32u32;
|
1092
|
+
pub const DLGC_WANTALLKEYS: u32 = 4u32;
|
1093
|
+
pub const DLGC_WANTARROWS: u32 = 1u32;
|
1094
|
+
pub const DLGC_WANTCHARS: u32 = 128u32;
|
1095
|
+
pub const DLGC_WANTMESSAGE: u32 = 4u32;
|
1096
|
+
pub const DLGC_WANTTAB: u32 = 2u32;
|
1097
|
+
#[repr(C, packed(2))]
|
1098
|
+
#[derive(Clone, Copy, Default)]
|
1099
|
+
pub struct DLGITEMTEMPLATE {
|
1100
|
+
pub style: u32,
|
1101
|
+
pub dwExtendedStyle: u32,
|
1102
|
+
pub x: i16,
|
1103
|
+
pub y: i16,
|
1104
|
+
pub cx: i16,
|
1105
|
+
pub cy: i16,
|
1106
|
+
pub id: u16,
|
1107
|
+
}
|
1108
|
+
pub type DLGPROC = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: u32, param2: super::super::Foundation::WPARAM, param3: super::super::Foundation::LPARAM) -> isize>;
|
1109
|
+
#[repr(C, packed(2))]
|
1110
|
+
#[derive(Clone, Copy, Default)]
|
1111
|
+
pub struct DLGTEMPLATE {
|
1112
|
+
pub style: u32,
|
1113
|
+
pub dwExtendedStyle: u32,
|
1114
|
+
pub cdit: u16,
|
1115
|
+
pub x: i16,
|
1116
|
+
pub y: i16,
|
1117
|
+
pub cx: i16,
|
1118
|
+
pub cy: i16,
|
1119
|
+
}
|
1120
|
+
pub const DLGWINDOWEXTRA: u32 = 30u32;
|
1121
|
+
pub const DM_GETDEFID: u32 = 1024u32;
|
1122
|
+
pub const DM_POINTERHITTEST: u32 = 592u32;
|
1123
|
+
pub const DM_REPOSITION: u32 = 1026u32;
|
1124
|
+
pub const DM_SETDEFID: u32 = 1025u32;
|
1125
|
+
pub const DOF_DIRECTORY: u32 = 32771u32;
|
1126
|
+
pub const DOF_DOCUMENT: u32 = 32770u32;
|
1127
|
+
pub const DOF_EXECUTABLE: u32 = 32769u32;
|
1128
|
+
pub const DOF_MULTIPLE: u32 = 32772u32;
|
1129
|
+
pub const DOF_PROGMAN: u32 = 1u32;
|
1130
|
+
pub const DOF_SHELLDATA: u32 = 2u32;
|
1131
|
+
pub const DO_DROPFILE: i32 = 1162627398i32;
|
1132
|
+
pub const DO_PRINTFILE: i32 = 1414419024i32;
|
1133
|
+
#[repr(C)]
|
1134
|
+
#[derive(Clone, Copy)]
|
1135
|
+
pub struct DROPSTRUCT {
|
1136
|
+
pub hwndSource: super::super::Foundation::HWND,
|
1137
|
+
pub hwndSink: super::super::Foundation::HWND,
|
1138
|
+
pub wFmt: u32,
|
1139
|
+
pub dwData: usize,
|
1140
|
+
pub ptDrop: super::super::Foundation::POINT,
|
1141
|
+
pub dwControlData: u32,
|
1142
|
+
}
|
1143
|
+
impl Default for DROPSTRUCT {
|
1144
|
+
fn default() -> Self {
|
1145
|
+
unsafe { core::mem::zeroed() }
|
1146
|
+
}
|
1147
|
+
}
|
1148
|
+
pub const DS_3DLOOK: i32 = 4i32;
|
1149
|
+
pub const DS_ABSALIGN: i32 = 1i32;
|
1150
|
+
pub const DS_CENTER: i32 = 2048i32;
|
1151
|
+
pub const DS_CENTERMOUSE: i32 = 4096i32;
|
1152
|
+
pub const DS_CONTEXTHELP: i32 = 8192i32;
|
1153
|
+
pub const DS_CONTROL: i32 = 1024i32;
|
1154
|
+
pub const DS_FIXEDSYS: i32 = 8i32;
|
1155
|
+
pub const DS_LOCALEDIT: i32 = 32i32;
|
1156
|
+
pub const DS_MODALFRAME: i32 = 128i32;
|
1157
|
+
pub const DS_NOFAILCREATE: i32 = 16i32;
|
1158
|
+
pub const DS_NOIDLEMSG: i32 = 256i32;
|
1159
|
+
pub const DS_SETFONT: i32 = 64i32;
|
1160
|
+
pub const DS_SETFOREGROUND: i32 = 512i32;
|
1161
|
+
pub const DS_SYSMODAL: i32 = 2i32;
|
1162
|
+
pub const DS_USEPIXELS: i32 = 32768i32;
|
1163
|
+
pub const DWLP_MSGRESULT: u32 = 0u32;
|
1164
|
+
pub const DWL_DLGPROC: u32 = 4u32;
|
1165
|
+
pub const DWL_MSGRESULT: u32 = 0u32;
|
1166
|
+
pub const DWL_USER: u32 = 8u32;
|
1167
|
+
pub const EC_LEFTMARGIN: u32 = 1u32;
|
1168
|
+
pub const EC_RIGHTMARGIN: u32 = 2u32;
|
1169
|
+
pub const EC_USEFONTINFO: u32 = 65535u32;
|
1170
|
+
pub const EDD_GET_DEVICE_INTERFACE_NAME: u32 = 1u32;
|
1171
|
+
pub type EDIT_CONTROL_FEATURE = i32;
|
1172
|
+
pub const EDIT_CONTROL_FEATURE_ENTERPRISE_DATA_PROTECTION_PASTE_SUPPORT: EDIT_CONTROL_FEATURE = 0i32;
|
1173
|
+
pub const EDIT_CONTROL_FEATURE_PASTE_NOTIFICATIONS: EDIT_CONTROL_FEATURE = 1i32;
|
1174
|
+
pub const EIMES_CANCELCOMPSTRINFOCUS: u32 = 2u32;
|
1175
|
+
pub const EIMES_COMPLETECOMPSTRKILLFOCUS: u32 = 4u32;
|
1176
|
+
pub const EIMES_GETCOMPSTRATONCE: u32 = 1u32;
|
1177
|
+
pub const EMSIS_COMPOSITIONSTRING: u32 = 1u32;
|
1178
|
+
pub const ENDSESSION_CLOSEAPP: u32 = 1u32;
|
1179
|
+
pub const ENDSESSION_CRITICAL: u32 = 1073741824u32;
|
1180
|
+
pub const ENDSESSION_LOGOFF: u32 = 2147483648u32;
|
1181
|
+
pub const EN_AFTER_PASTE: u32 = 2049u32;
|
1182
|
+
pub const EN_ALIGN_LTR_EC: u32 = 1792u32;
|
1183
|
+
pub const EN_ALIGN_RTL_EC: u32 = 1793u32;
|
1184
|
+
pub const EN_BEFORE_PASTE: u32 = 2048u32;
|
1185
|
+
pub const EN_CHANGE: u32 = 768u32;
|
1186
|
+
pub const EN_ERRSPACE: u32 = 1280u32;
|
1187
|
+
pub const EN_HSCROLL: u32 = 1537u32;
|
1188
|
+
pub const EN_KILLFOCUS: u32 = 512u32;
|
1189
|
+
pub const EN_MAXTEXT: u32 = 1281u32;
|
1190
|
+
pub const EN_SETFOCUS: u32 = 256u32;
|
1191
|
+
pub const EN_UPDATE: u32 = 1024u32;
|
1192
|
+
pub const EN_VSCROLL: u32 = 1538u32;
|
1193
|
+
pub const ES_AUTOHSCROLL: i32 = 128i32;
|
1194
|
+
pub const ES_AUTOVSCROLL: i32 = 64i32;
|
1195
|
+
pub const ES_CENTER: i32 = 1i32;
|
1196
|
+
pub const ES_LEFT: i32 = 0i32;
|
1197
|
+
pub const ES_LOWERCASE: i32 = 16i32;
|
1198
|
+
pub const ES_MULTILINE: i32 = 4i32;
|
1199
|
+
pub const ES_NOHIDESEL: i32 = 256i32;
|
1200
|
+
pub const ES_NUMBER: i32 = 8192i32;
|
1201
|
+
pub const ES_OEMCONVERT: i32 = 1024i32;
|
1202
|
+
pub const ES_PASSWORD: i32 = 32i32;
|
1203
|
+
pub const ES_READONLY: i32 = 2048i32;
|
1204
|
+
pub const ES_RIGHT: i32 = 2i32;
|
1205
|
+
pub const ES_UPPERCASE: i32 = 8i32;
|
1206
|
+
pub const ES_WANTRETURN: i32 = 4096i32;
|
1207
|
+
#[repr(C)]
|
1208
|
+
#[derive(Clone, Copy)]
|
1209
|
+
pub struct EVENTMSG {
|
1210
|
+
pub message: u32,
|
1211
|
+
pub paramL: u32,
|
1212
|
+
pub paramH: u32,
|
1213
|
+
pub time: u32,
|
1214
|
+
pub hwnd: super::super::Foundation::HWND,
|
1215
|
+
}
|
1216
|
+
impl Default for EVENTMSG {
|
1217
|
+
fn default() -> Self {
|
1218
|
+
unsafe { core::mem::zeroed() }
|
1219
|
+
}
|
1220
|
+
}
|
1221
|
+
pub const EVENT_AIA_END: u32 = 45055u32;
|
1222
|
+
pub const EVENT_AIA_START: u32 = 40960u32;
|
1223
|
+
pub const EVENT_CONSOLE_CARET: u32 = 16385u32;
|
1224
|
+
pub const EVENT_CONSOLE_END: u32 = 16639u32;
|
1225
|
+
pub const EVENT_CONSOLE_END_APPLICATION: u32 = 16391u32;
|
1226
|
+
pub const EVENT_CONSOLE_LAYOUT: u32 = 16389u32;
|
1227
|
+
pub const EVENT_CONSOLE_START_APPLICATION: u32 = 16390u32;
|
1228
|
+
pub const EVENT_CONSOLE_UPDATE_REGION: u32 = 16386u32;
|
1229
|
+
pub const EVENT_CONSOLE_UPDATE_SCROLL: u32 = 16388u32;
|
1230
|
+
pub const EVENT_CONSOLE_UPDATE_SIMPLE: u32 = 16387u32;
|
1231
|
+
pub const EVENT_MAX: u32 = 2147483647u32;
|
1232
|
+
pub const EVENT_MIN: u32 = 1u32;
|
1233
|
+
pub const EVENT_OBJECT_ACCELERATORCHANGE: u32 = 32786u32;
|
1234
|
+
pub const EVENT_OBJECT_CLOAKED: u32 = 32791u32;
|
1235
|
+
pub const EVENT_OBJECT_CONTENTSCROLLED: u32 = 32789u32;
|
1236
|
+
pub const EVENT_OBJECT_CREATE: u32 = 32768u32;
|
1237
|
+
pub const EVENT_OBJECT_DEFACTIONCHANGE: u32 = 32785u32;
|
1238
|
+
pub const EVENT_OBJECT_DESCRIPTIONCHANGE: u32 = 32781u32;
|
1239
|
+
pub const EVENT_OBJECT_DESTROY: u32 = 32769u32;
|
1240
|
+
pub const EVENT_OBJECT_DRAGCANCEL: u32 = 32802u32;
|
1241
|
+
pub const EVENT_OBJECT_DRAGCOMPLETE: u32 = 32803u32;
|
1242
|
+
pub const EVENT_OBJECT_DRAGDROPPED: u32 = 32806u32;
|
1243
|
+
pub const EVENT_OBJECT_DRAGENTER: u32 = 32804u32;
|
1244
|
+
pub const EVENT_OBJECT_DRAGLEAVE: u32 = 32805u32;
|
1245
|
+
pub const EVENT_OBJECT_DRAGSTART: u32 = 32801u32;
|
1246
|
+
pub const EVENT_OBJECT_END: u32 = 33023u32;
|
1247
|
+
pub const EVENT_OBJECT_FOCUS: u32 = 32773u32;
|
1248
|
+
pub const EVENT_OBJECT_HELPCHANGE: u32 = 32784u32;
|
1249
|
+
pub const EVENT_OBJECT_HIDE: u32 = 32771u32;
|
1250
|
+
pub const EVENT_OBJECT_HOSTEDOBJECTSINVALIDATED: u32 = 32800u32;
|
1251
|
+
pub const EVENT_OBJECT_IME_CHANGE: u32 = 32809u32;
|
1252
|
+
pub const EVENT_OBJECT_IME_HIDE: u32 = 32808u32;
|
1253
|
+
pub const EVENT_OBJECT_IME_SHOW: u32 = 32807u32;
|
1254
|
+
pub const EVENT_OBJECT_INVOKED: u32 = 32787u32;
|
1255
|
+
pub const EVENT_OBJECT_LIVEREGIONCHANGED: u32 = 32793u32;
|
1256
|
+
pub const EVENT_OBJECT_LOCATIONCHANGE: u32 = 32779u32;
|
1257
|
+
pub const EVENT_OBJECT_NAMECHANGE: u32 = 32780u32;
|
1258
|
+
pub const EVENT_OBJECT_PARENTCHANGE: u32 = 32783u32;
|
1259
|
+
pub const EVENT_OBJECT_REORDER: u32 = 32772u32;
|
1260
|
+
pub const EVENT_OBJECT_SELECTION: u32 = 32774u32;
|
1261
|
+
pub const EVENT_OBJECT_SELECTIONADD: u32 = 32775u32;
|
1262
|
+
pub const EVENT_OBJECT_SELECTIONREMOVE: u32 = 32776u32;
|
1263
|
+
pub const EVENT_OBJECT_SELECTIONWITHIN: u32 = 32777u32;
|
1264
|
+
pub const EVENT_OBJECT_SHOW: u32 = 32770u32;
|
1265
|
+
pub const EVENT_OBJECT_STATECHANGE: u32 = 32778u32;
|
1266
|
+
pub const EVENT_OBJECT_TEXTEDIT_CONVERSIONTARGETCHANGED: u32 = 32816u32;
|
1267
|
+
pub const EVENT_OBJECT_TEXTSELECTIONCHANGED: u32 = 32788u32;
|
1268
|
+
pub const EVENT_OBJECT_UNCLOAKED: u32 = 32792u32;
|
1269
|
+
pub const EVENT_OBJECT_VALUECHANGE: u32 = 32782u32;
|
1270
|
+
pub const EVENT_OEM_DEFINED_END: u32 = 511u32;
|
1271
|
+
pub const EVENT_OEM_DEFINED_START: u32 = 257u32;
|
1272
|
+
pub const EVENT_SYSTEM_ALERT: u32 = 2u32;
|
1273
|
+
pub const EVENT_SYSTEM_ARRANGMENTPREVIEW: u32 = 32790u32;
|
1274
|
+
pub const EVENT_SYSTEM_CAPTUREEND: u32 = 9u32;
|
1275
|
+
pub const EVENT_SYSTEM_CAPTURESTART: u32 = 8u32;
|
1276
|
+
pub const EVENT_SYSTEM_CONTEXTHELPEND: u32 = 13u32;
|
1277
|
+
pub const EVENT_SYSTEM_CONTEXTHELPSTART: u32 = 12u32;
|
1278
|
+
pub const EVENT_SYSTEM_DESKTOPSWITCH: u32 = 32u32;
|
1279
|
+
pub const EVENT_SYSTEM_DIALOGEND: u32 = 17u32;
|
1280
|
+
pub const EVENT_SYSTEM_DIALOGSTART: u32 = 16u32;
|
1281
|
+
pub const EVENT_SYSTEM_DRAGDROPEND: u32 = 15u32;
|
1282
|
+
pub const EVENT_SYSTEM_DRAGDROPSTART: u32 = 14u32;
|
1283
|
+
pub const EVENT_SYSTEM_END: u32 = 255u32;
|
1284
|
+
pub const EVENT_SYSTEM_FOREGROUND: u32 = 3u32;
|
1285
|
+
pub const EVENT_SYSTEM_IME_KEY_NOTIFICATION: u32 = 41u32;
|
1286
|
+
pub const EVENT_SYSTEM_MENUEND: u32 = 5u32;
|
1287
|
+
pub const EVENT_SYSTEM_MENUPOPUPEND: u32 = 7u32;
|
1288
|
+
pub const EVENT_SYSTEM_MENUPOPUPSTART: u32 = 6u32;
|
1289
|
+
pub const EVENT_SYSTEM_MENUSTART: u32 = 4u32;
|
1290
|
+
pub const EVENT_SYSTEM_MINIMIZEEND: u32 = 23u32;
|
1291
|
+
pub const EVENT_SYSTEM_MINIMIZESTART: u32 = 22u32;
|
1292
|
+
pub const EVENT_SYSTEM_MOVESIZEEND: u32 = 11u32;
|
1293
|
+
pub const EVENT_SYSTEM_MOVESIZESTART: u32 = 10u32;
|
1294
|
+
pub const EVENT_SYSTEM_SCROLLINGEND: u32 = 19u32;
|
1295
|
+
pub const EVENT_SYSTEM_SCROLLINGSTART: u32 = 18u32;
|
1296
|
+
pub const EVENT_SYSTEM_SOUND: u32 = 1u32;
|
1297
|
+
pub const EVENT_SYSTEM_SWITCHEND: u32 = 21u32;
|
1298
|
+
pub const EVENT_SYSTEM_SWITCHER_APPDROPPED: u32 = 38u32;
|
1299
|
+
pub const EVENT_SYSTEM_SWITCHER_APPGRABBED: u32 = 36u32;
|
1300
|
+
pub const EVENT_SYSTEM_SWITCHER_APPOVERTARGET: u32 = 37u32;
|
1301
|
+
pub const EVENT_SYSTEM_SWITCHER_CANCELLED: u32 = 39u32;
|
1302
|
+
pub const EVENT_SYSTEM_SWITCHSTART: u32 = 20u32;
|
1303
|
+
pub const EVENT_UIA_EVENTID_END: u32 = 20223u32;
|
1304
|
+
pub const EVENT_UIA_EVENTID_START: u32 = 19968u32;
|
1305
|
+
pub const EVENT_UIA_PROPID_END: u32 = 30207u32;
|
1306
|
+
pub const EVENT_UIA_PROPID_START: u32 = 29952u32;
|
1307
|
+
pub const FALT: ACCEL_VIRT_FLAGS = 16u8;
|
1308
|
+
pub const FAPPCOMMAND_KEY: u32 = 0u32;
|
1309
|
+
pub const FAPPCOMMAND_MASK: u32 = 61440u32;
|
1310
|
+
pub const FAPPCOMMAND_MOUSE: u32 = 32768u32;
|
1311
|
+
pub const FAPPCOMMAND_OEM: u32 = 4096u32;
|
1312
|
+
pub const FCONTROL: ACCEL_VIRT_FLAGS = 8u8;
|
1313
|
+
pub const FE_FONTSMOOTHINGCLEARTYPE: u32 = 2u32;
|
1314
|
+
pub const FE_FONTSMOOTHINGORIENTATIONBGR: u32 = 0u32;
|
1315
|
+
pub const FE_FONTSMOOTHINGORIENTATIONRGB: u32 = 1u32;
|
1316
|
+
pub const FE_FONTSMOOTHINGSTANDARD: u32 = 1u32;
|
1317
|
+
pub const FKF_AVAILABLE: u32 = 2u32;
|
1318
|
+
pub const FKF_CLICKON: u32 = 64u32;
|
1319
|
+
pub const FKF_CONFIRMHOTKEY: u32 = 8u32;
|
1320
|
+
pub const FKF_FILTERKEYSON: u32 = 1u32;
|
1321
|
+
pub const FKF_HOTKEYACTIVE: u32 = 4u32;
|
1322
|
+
pub const FKF_HOTKEYSOUND: u32 = 16u32;
|
1323
|
+
pub const FKF_INDICATOR: u32 = 32u32;
|
1324
|
+
#[repr(C)]
|
1325
|
+
#[derive(Clone, Copy)]
|
1326
|
+
pub struct FLASHWINFO {
|
1327
|
+
pub cbSize: u32,
|
1328
|
+
pub hwnd: super::super::Foundation::HWND,
|
1329
|
+
pub dwFlags: FLASHWINFO_FLAGS,
|
1330
|
+
pub uCount: u32,
|
1331
|
+
pub dwTimeout: u32,
|
1332
|
+
}
|
1333
|
+
impl Default for FLASHWINFO {
|
1334
|
+
fn default() -> Self {
|
1335
|
+
unsafe { core::mem::zeroed() }
|
1336
|
+
}
|
1337
|
+
}
|
1338
|
+
pub type FLASHWINFO_FLAGS = u32;
|
1339
|
+
pub const FLASHW_ALL: FLASHWINFO_FLAGS = 3u32;
|
1340
|
+
pub const FLASHW_CAPTION: FLASHWINFO_FLAGS = 1u32;
|
1341
|
+
pub const FLASHW_STOP: FLASHWINFO_FLAGS = 0u32;
|
1342
|
+
pub const FLASHW_TIMER: FLASHWINFO_FLAGS = 4u32;
|
1343
|
+
pub const FLASHW_TIMERNOFG: FLASHWINFO_FLAGS = 12u32;
|
1344
|
+
pub const FLASHW_TRAY: FLASHWINFO_FLAGS = 2u32;
|
1345
|
+
pub const FNOINVERT: ACCEL_VIRT_FLAGS = 2u8;
|
1346
|
+
pub type FOREGROUND_WINDOW_LOCK_CODE = u32;
|
1347
|
+
pub const FSHIFT: ACCEL_VIRT_FLAGS = 4u8;
|
1348
|
+
pub const FVIRTKEY: ACCEL_VIRT_FLAGS = 1u8;
|
1349
|
+
pub const GA_PARENT: GET_ANCESTOR_FLAGS = 1u32;
|
1350
|
+
pub const GA_ROOT: GET_ANCESTOR_FLAGS = 2u32;
|
1351
|
+
pub const GA_ROOTOWNER: GET_ANCESTOR_FLAGS = 3u32;
|
1352
|
+
pub const GCF_INCLUDE_ANCESTORS: u32 = 1u32;
|
1353
|
+
pub const GCLP_HBRBACKGROUND: GET_CLASS_LONG_INDEX = -10i32;
|
1354
|
+
pub const GCLP_HCURSOR: GET_CLASS_LONG_INDEX = -12i32;
|
1355
|
+
pub const GCLP_HICON: GET_CLASS_LONG_INDEX = -14i32;
|
1356
|
+
pub const GCLP_HICONSM: GET_CLASS_LONG_INDEX = -34i32;
|
1357
|
+
pub const GCLP_HMODULE: GET_CLASS_LONG_INDEX = -16i32;
|
1358
|
+
pub const GCLP_MENUNAME: GET_CLASS_LONG_INDEX = -8i32;
|
1359
|
+
pub const GCLP_WNDPROC: GET_CLASS_LONG_INDEX = -24i32;
|
1360
|
+
pub const GCL_CBCLSEXTRA: GET_CLASS_LONG_INDEX = -20i32;
|
1361
|
+
pub const GCL_CBWNDEXTRA: GET_CLASS_LONG_INDEX = -18i32;
|
1362
|
+
pub const GCL_HBRBACKGROUND: GET_CLASS_LONG_INDEX = -10i32;
|
1363
|
+
pub const GCL_HCURSOR: GET_CLASS_LONG_INDEX = -12i32;
|
1364
|
+
pub const GCL_HICON: GET_CLASS_LONG_INDEX = -14i32;
|
1365
|
+
pub const GCL_HICONSM: GET_CLASS_LONG_INDEX = -34i32;
|
1366
|
+
pub const GCL_HMODULE: GET_CLASS_LONG_INDEX = -16i32;
|
1367
|
+
pub const GCL_MENUNAME: GET_CLASS_LONG_INDEX = -8i32;
|
1368
|
+
pub const GCL_STYLE: GET_CLASS_LONG_INDEX = -26i32;
|
1369
|
+
pub const GCL_WNDPROC: GET_CLASS_LONG_INDEX = -24i32;
|
1370
|
+
pub const GCW_ATOM: GET_CLASS_LONG_INDEX = -32i32;
|
1371
|
+
pub type GDI_IMAGE_TYPE = u32;
|
1372
|
+
pub const GESTURECONFIGMAXCOUNT: u32 = 256u32;
|
1373
|
+
pub const GESTUREVISUALIZATION_DOUBLETAP: u32 = 2u32;
|
1374
|
+
pub const GESTUREVISUALIZATION_OFF: u32 = 0u32;
|
1375
|
+
pub const GESTUREVISUALIZATION_ON: u32 = 31u32;
|
1376
|
+
pub const GESTUREVISUALIZATION_PRESSANDHOLD: u32 = 8u32;
|
1377
|
+
pub const GESTUREVISUALIZATION_PRESSANDTAP: u32 = 4u32;
|
1378
|
+
pub const GESTUREVISUALIZATION_RIGHTTAP: u32 = 16u32;
|
1379
|
+
pub const GESTUREVISUALIZATION_TAP: u32 = 1u32;
|
1380
|
+
#[repr(C)]
|
1381
|
+
#[derive(Clone, Copy, Default)]
|
1382
|
+
pub struct GETCLIPBMETADATA {
|
1383
|
+
pub Version: u32,
|
1384
|
+
pub IsDelayRendered: windows_sys::core::BOOL,
|
1385
|
+
pub IsSynthetic: windows_sys::core::BOOL,
|
1386
|
+
}
|
1387
|
+
pub type GET_ANCESTOR_FLAGS = u32;
|
1388
|
+
pub type GET_CLASS_LONG_INDEX = i32;
|
1389
|
+
pub type GET_MENU_DEFAULT_ITEM_FLAGS = u32;
|
1390
|
+
pub type GET_WINDOW_CMD = u32;
|
1391
|
+
pub const GF_BEGIN: u32 = 1u32;
|
1392
|
+
pub const GF_END: u32 = 4u32;
|
1393
|
+
pub const GF_INERTIA: u32 = 2u32;
|
1394
|
+
pub const GIDC_ARRIVAL: u32 = 1u32;
|
1395
|
+
pub const GIDC_REMOVAL: u32 = 2u32;
|
1396
|
+
pub const GMDI_GOINTOPOPUPS: GET_MENU_DEFAULT_ITEM_FLAGS = 2u32;
|
1397
|
+
pub const GMDI_USEDISABLED: GET_MENU_DEFAULT_ITEM_FLAGS = 1u32;
|
1398
|
+
pub const GUID_DEVICE_EVENT_RBC: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd0744792_a98e_11d2_917a_00a0c9068ff3);
|
1399
|
+
pub const GUID_IO_CDROM_EXCLUSIVE_LOCK: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xbc56c139_7a10_47ee_a294_4c6a38f0149a);
|
1400
|
+
pub const GUID_IO_CDROM_EXCLUSIVE_UNLOCK: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa3b6d27d_5e35_4885_81e5_ee18c00ed779);
|
1401
|
+
pub const GUID_IO_DEVICE_BECOMING_READY: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd07433f0_a98e_11d2_917a_00a0c9068ff3);
|
1402
|
+
pub const GUID_IO_DEVICE_EXTERNAL_REQUEST: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd07433d0_a98e_11d2_917a_00a0c9068ff3);
|
1403
|
+
pub const GUID_IO_DISK_CLONE_ARRIVAL: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x6a61885b_7c39_43dd_9b56_b8ac22a549aa);
|
1404
|
+
#[repr(C)]
|
1405
|
+
#[derive(Clone, Copy, Default)]
|
1406
|
+
pub struct GUID_IO_DISK_CLONE_ARRIVAL_INFORMATION {
|
1407
|
+
pub DiskNumber: u32,
|
1408
|
+
}
|
1409
|
+
pub const GUID_IO_DISK_HEALTH_NOTIFICATION: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x0f1bd644_3916_49c5_b063_991940118fb2);
|
1410
|
+
pub const GUID_IO_DISK_LAYOUT_CHANGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x11dff54c_8469_41f9_b3de_ef836487c54a);
|
1411
|
+
pub const GUID_IO_DRIVE_REQUIRES_CLEANING: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7207877c_90ed_44e5_a000_81428d4c79bb);
|
1412
|
+
pub const GUID_IO_MEDIA_ARRIVAL: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd07433c0_a98e_11d2_917a_00a0c9068ff3);
|
1413
|
+
pub const GUID_IO_MEDIA_EJECT_REQUEST: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd07433d1_a98e_11d2_917a_00a0c9068ff3);
|
1414
|
+
pub const GUID_IO_MEDIA_REMOVAL: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd07433c1_a98e_11d2_917a_00a0c9068ff3);
|
1415
|
+
pub const GUID_IO_TAPE_ERASE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x852d11eb_4bb8_4507_9d9b_417cc2b1b438);
|
1416
|
+
pub const GUID_IO_VOLUME_BACKGROUND_FORMAT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xa2e5fc86_d5cd_4038_b2e3_4445065c2377);
|
1417
|
+
pub const GUID_IO_VOLUME_CHANGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x7373654a_812a_11d0_bec7_08002be2092f);
|
1418
|
+
pub const GUID_IO_VOLUME_CHANGE_SIZE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3a1625be_ad03_49f1_8ef8_6bbac182d1fd);
|
1419
|
+
pub const GUID_IO_VOLUME_DEVICE_INTERFACE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x53f5630d_b6bf_11d0_94f2_00a0c91efb8b);
|
1420
|
+
pub const GUID_IO_VOLUME_DISMOUNT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xd16a55e8_1059_11d2_8ffd_00a0c9a06d32);
|
1421
|
+
pub const GUID_IO_VOLUME_DISMOUNT_FAILED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xe3c5b178_105d_11d2_8ffd_00a0c9a06d32);
|
1422
|
+
pub const GUID_IO_VOLUME_FORCE_CLOSED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x411ad84f_433e_4dc2_a5ae_4a2d1a2de654);
|
1423
|
+
pub const GUID_IO_VOLUME_FVE_STATUS_CHANGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x062998b2_ee1f_4b6a_b857_e76cbbe9a6da);
|
1424
|
+
pub const GUID_IO_VOLUME_INFO_MAKE_COMPAT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x3ab9a0d2_ef80_45cf_8cdc_cbe02a212906);
|
1425
|
+
pub const GUID_IO_VOLUME_LOCK: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x50708874_c9af_11d1_8fef_00a0c9a06d32);
|
1426
|
+
pub const GUID_IO_VOLUME_LOCK_FAILED: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xae2eed10_0ba8_11d2_8ffb_00a0c9a06d32);
|
1427
|
+
pub const GUID_IO_VOLUME_MOUNT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xb5804878_1a96_11d2_8ffd_00a0c9a06d32);
|
1428
|
+
pub const GUID_IO_VOLUME_NAME_CHANGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2de97f83_4c06_11d2_a532_00609713055a);
|
1429
|
+
pub const GUID_IO_VOLUME_NEED_CHKDSK: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x799a0960_0a0b_4e03_ad88_2fa7c6ce748a);
|
1430
|
+
pub const GUID_IO_VOLUME_PHYSICAL_CONFIGURATION_CHANGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x2de97f84_4c06_11d2_a532_00609713055a);
|
1431
|
+
pub const GUID_IO_VOLUME_PREPARING_EJECT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xc79eb16e_0dac_4e7a_a86c_b25ceeaa88f6);
|
1432
|
+
pub const GUID_IO_VOLUME_UNIQUE_ID_CHANGE: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xaf39da42_6622_41f5_970b_139d092fa3d9);
|
1433
|
+
pub const GUID_IO_VOLUME_UNLOCK: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x9a8c3d68_d0cb_11d1_8fef_00a0c9a06d32);
|
1434
|
+
pub const GUID_IO_VOLUME_WEARING_OUT: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0x873113ca_1486_4508_82ac_c3b2e5297aaa);
|
1435
|
+
pub const GUID_IO_VOLUME_WORM_NEAR_FULL: windows_sys::core::GUID = windows_sys::core::GUID::from_u128(0xf3bfff82_f3de_48d2_af95_457f80b763f2);
|
1436
|
+
#[repr(C)]
|
1437
|
+
#[derive(Clone, Copy)]
|
1438
|
+
pub struct GUITHREADINFO {
|
1439
|
+
pub cbSize: u32,
|
1440
|
+
pub flags: GUITHREADINFO_FLAGS,
|
1441
|
+
pub hwndActive: super::super::Foundation::HWND,
|
1442
|
+
pub hwndFocus: super::super::Foundation::HWND,
|
1443
|
+
pub hwndCapture: super::super::Foundation::HWND,
|
1444
|
+
pub hwndMenuOwner: super::super::Foundation::HWND,
|
1445
|
+
pub hwndMoveSize: super::super::Foundation::HWND,
|
1446
|
+
pub hwndCaret: super::super::Foundation::HWND,
|
1447
|
+
pub rcCaret: super::super::Foundation::RECT,
|
1448
|
+
}
|
1449
|
+
impl Default for GUITHREADINFO {
|
1450
|
+
fn default() -> Self {
|
1451
|
+
unsafe { core::mem::zeroed() }
|
1452
|
+
}
|
1453
|
+
}
|
1454
|
+
pub type GUITHREADINFO_FLAGS = u32;
|
1455
|
+
pub const GUI_16BITTASK: u32 = 0u32;
|
1456
|
+
pub const GUI_CARETBLINKING: GUITHREADINFO_FLAGS = 1u32;
|
1457
|
+
pub const GUI_INMENUMODE: GUITHREADINFO_FLAGS = 4u32;
|
1458
|
+
pub const GUI_INMOVESIZE: GUITHREADINFO_FLAGS = 2u32;
|
1459
|
+
pub const GUI_POPUPMENUMODE: GUITHREADINFO_FLAGS = 16u32;
|
1460
|
+
pub const GUI_SYSTEMMENUMODE: GUITHREADINFO_FLAGS = 8u32;
|
1461
|
+
pub const GWFS_INCLUDE_ANCESTORS: u32 = 1u32;
|
1462
|
+
pub const GWLP_HINSTANCE: WINDOW_LONG_PTR_INDEX = -6i32;
|
1463
|
+
pub const GWLP_HWNDPARENT: WINDOW_LONG_PTR_INDEX = -8i32;
|
1464
|
+
pub const GWLP_ID: WINDOW_LONG_PTR_INDEX = -12i32;
|
1465
|
+
pub const GWLP_USERDATA: WINDOW_LONG_PTR_INDEX = -21i32;
|
1466
|
+
pub const GWLP_WNDPROC: WINDOW_LONG_PTR_INDEX = -4i32;
|
1467
|
+
pub const GWL_EXSTYLE: WINDOW_LONG_PTR_INDEX = -20i32;
|
1468
|
+
pub const GWL_HINSTANCE: WINDOW_LONG_PTR_INDEX = -6i32;
|
1469
|
+
pub const GWL_HWNDPARENT: WINDOW_LONG_PTR_INDEX = -8i32;
|
1470
|
+
pub const GWL_ID: WINDOW_LONG_PTR_INDEX = -12i32;
|
1471
|
+
pub const GWL_STYLE: WINDOW_LONG_PTR_INDEX = -16i32;
|
1472
|
+
pub const GWL_USERDATA: WINDOW_LONG_PTR_INDEX = -21i32;
|
1473
|
+
pub const GWL_WNDPROC: WINDOW_LONG_PTR_INDEX = -4i32;
|
1474
|
+
pub const GW_CHILD: GET_WINDOW_CMD = 5u32;
|
1475
|
+
pub const GW_ENABLEDPOPUP: GET_WINDOW_CMD = 6u32;
|
1476
|
+
pub const GW_HWNDFIRST: GET_WINDOW_CMD = 0u32;
|
1477
|
+
pub const GW_HWNDLAST: GET_WINDOW_CMD = 1u32;
|
1478
|
+
pub const GW_HWNDNEXT: GET_WINDOW_CMD = 2u32;
|
1479
|
+
pub const GW_HWNDPREV: GET_WINDOW_CMD = 3u32;
|
1480
|
+
pub const GW_MAX: u32 = 5u32;
|
1481
|
+
pub const GW_OWNER: GET_WINDOW_CMD = 4u32;
|
1482
|
+
pub type HACCEL = *mut core::ffi::c_void;
|
1483
|
+
pub type HANDEDNESS = i32;
|
1484
|
+
pub const HANDEDNESS_LEFT: HANDEDNESS = 0i32;
|
1485
|
+
pub const HANDEDNESS_RIGHT: HANDEDNESS = 1i32;
|
1486
|
+
#[repr(C)]
|
1487
|
+
#[derive(Clone, Copy)]
|
1488
|
+
pub struct HARDWAREHOOKSTRUCT {
|
1489
|
+
pub hwnd: super::super::Foundation::HWND,
|
1490
|
+
pub message: u32,
|
1491
|
+
pub wParam: super::super::Foundation::WPARAM,
|
1492
|
+
pub lParam: super::super::Foundation::LPARAM,
|
1493
|
+
}
|
1494
|
+
impl Default for HARDWAREHOOKSTRUCT {
|
1495
|
+
fn default() -> Self {
|
1496
|
+
unsafe { core::mem::zeroed() }
|
1497
|
+
}
|
1498
|
+
}
|
1499
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1500
|
+
pub const HBMMENU_CALLBACK: super::super::Graphics::Gdi::HBITMAP = -1i32 as _;
|
1501
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1502
|
+
pub const HBMMENU_MBAR_CLOSE: super::super::Graphics::Gdi::HBITMAP = 5i32 as _;
|
1503
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1504
|
+
pub const HBMMENU_MBAR_CLOSE_D: super::super::Graphics::Gdi::HBITMAP = 6i32 as _;
|
1505
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1506
|
+
pub const HBMMENU_MBAR_MINIMIZE: super::super::Graphics::Gdi::HBITMAP = 3i32 as _;
|
1507
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1508
|
+
pub const HBMMENU_MBAR_MINIMIZE_D: super::super::Graphics::Gdi::HBITMAP = 7i32 as _;
|
1509
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1510
|
+
pub const HBMMENU_MBAR_RESTORE: super::super::Graphics::Gdi::HBITMAP = 2i32 as _;
|
1511
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1512
|
+
pub const HBMMENU_POPUP_CLOSE: super::super::Graphics::Gdi::HBITMAP = 8i32 as _;
|
1513
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1514
|
+
pub const HBMMENU_POPUP_MAXIMIZE: super::super::Graphics::Gdi::HBITMAP = 10i32 as _;
|
1515
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1516
|
+
pub const HBMMENU_POPUP_MINIMIZE: super::super::Graphics::Gdi::HBITMAP = 11i32 as _;
|
1517
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1518
|
+
pub const HBMMENU_POPUP_RESTORE: super::super::Graphics::Gdi::HBITMAP = 9i32 as _;
|
1519
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1520
|
+
pub const HBMMENU_SYSTEM: super::super::Graphics::Gdi::HBITMAP = 1i32 as _;
|
1521
|
+
pub const HCBT_ACTIVATE: u32 = 5u32;
|
1522
|
+
pub const HCBT_CLICKSKIPPED: u32 = 6u32;
|
1523
|
+
pub const HCBT_CREATEWND: u32 = 3u32;
|
1524
|
+
pub const HCBT_DESTROYWND: u32 = 4u32;
|
1525
|
+
pub const HCBT_KEYSKIPPED: u32 = 7u32;
|
1526
|
+
pub const HCBT_MINMAX: u32 = 1u32;
|
1527
|
+
pub const HCBT_MOVESIZE: u32 = 0u32;
|
1528
|
+
pub const HCBT_QS: u32 = 2u32;
|
1529
|
+
pub const HCBT_SETFOCUS: u32 = 9u32;
|
1530
|
+
pub const HCBT_SYSCOMMAND: u32 = 8u32;
|
1531
|
+
pub const HCF_DEFAULTDESKTOP: u32 = 512u32;
|
1532
|
+
pub const HCF_LOGONDESKTOP: u32 = 256u32;
|
1533
|
+
pub type HCURSOR = *mut core::ffi::c_void;
|
1534
|
+
pub const HC_ACTION: u32 = 0u32;
|
1535
|
+
pub const HC_GETNEXT: u32 = 1u32;
|
1536
|
+
pub const HC_NOREM: u32 = 3u32;
|
1537
|
+
pub const HC_NOREMOVE: u32 = 3u32;
|
1538
|
+
pub const HC_SKIP: u32 = 2u32;
|
1539
|
+
pub const HC_SYSMODALOFF: u32 = 5u32;
|
1540
|
+
pub const HC_SYSMODALON: u32 = 4u32;
|
1541
|
+
pub type HDEVNOTIFY = *mut core::ffi::c_void;
|
1542
|
+
pub type HDWP = *mut core::ffi::c_void;
|
1543
|
+
pub const HELP_COMMAND: i32 = 258i32;
|
1544
|
+
pub const HELP_CONTENTS: i32 = 3i32;
|
1545
|
+
pub const HELP_CONTEXT: i32 = 1i32;
|
1546
|
+
pub const HELP_CONTEXTMENU: u32 = 10u32;
|
1547
|
+
pub const HELP_CONTEXTPOPUP: i32 = 8i32;
|
1548
|
+
pub const HELP_FINDER: u32 = 11u32;
|
1549
|
+
pub const HELP_FORCEFILE: i32 = 9i32;
|
1550
|
+
pub const HELP_HELPONHELP: i32 = 4i32;
|
1551
|
+
pub const HELP_INDEX: i32 = 3i32;
|
1552
|
+
pub const HELP_KEY: i32 = 257i32;
|
1553
|
+
pub const HELP_MULTIKEY: i32 = 513i32;
|
1554
|
+
pub const HELP_PARTIALKEY: i32 = 261i32;
|
1555
|
+
pub const HELP_QUIT: i32 = 2i32;
|
1556
|
+
pub const HELP_SETCONTENTS: i32 = 5i32;
|
1557
|
+
pub const HELP_SETINDEX: i32 = 5i32;
|
1558
|
+
pub const HELP_SETPOPUP_POS: u32 = 13u32;
|
1559
|
+
pub const HELP_SETWINPOS: i32 = 515i32;
|
1560
|
+
pub const HELP_TCARD: u32 = 32768u32;
|
1561
|
+
pub const HELP_TCARD_DATA: u32 = 16u32;
|
1562
|
+
pub const HELP_TCARD_OTHER_CALLER: u32 = 17u32;
|
1563
|
+
pub const HELP_WM_HELP: u32 = 12u32;
|
1564
|
+
pub type HHOOK = *mut core::ffi::c_void;
|
1565
|
+
pub type HICON = *mut core::ffi::c_void;
|
1566
|
+
pub const HIDE_WINDOW: u32 = 0u32;
|
1567
|
+
pub const HKL_NEXT: u32 = 1u32;
|
1568
|
+
pub const HKL_PREV: u32 = 0u32;
|
1569
|
+
pub type HMENU = *mut core::ffi::c_void;
|
1570
|
+
pub type HOOKPROC = Option<unsafe extern "system" fn(code: i32, wparam: super::super::Foundation::WPARAM, lparam: super::super::Foundation::LPARAM) -> super::super::Foundation::LRESULT>;
|
1571
|
+
pub const HSHELL_ACCESSIBILITYSTATE: u32 = 11u32;
|
1572
|
+
pub const HSHELL_ACTIVATESHELLWINDOW: u32 = 3u32;
|
1573
|
+
pub const HSHELL_APPCOMMAND: u32 = 12u32;
|
1574
|
+
pub const HSHELL_ENDTASK: u32 = 10u32;
|
1575
|
+
pub const HSHELL_GETMINRECT: u32 = 5u32;
|
1576
|
+
pub const HSHELL_HIGHBIT: u32 = 32768u32;
|
1577
|
+
pub const HSHELL_LANGUAGE: u32 = 8u32;
|
1578
|
+
pub const HSHELL_MONITORCHANGED: u32 = 16u32;
|
1579
|
+
pub const HSHELL_REDRAW: u32 = 6u32;
|
1580
|
+
pub const HSHELL_SYSMENU: u32 = 9u32;
|
1581
|
+
pub const HSHELL_TASKMAN: u32 = 7u32;
|
1582
|
+
pub const HSHELL_WINDOWACTIVATED: u32 = 4u32;
|
1583
|
+
pub const HSHELL_WINDOWCREATED: u32 = 1u32;
|
1584
|
+
pub const HSHELL_WINDOWDESTROYED: u32 = 2u32;
|
1585
|
+
pub const HSHELL_WINDOWREPLACED: u32 = 13u32;
|
1586
|
+
pub const HSHELL_WINDOWREPLACING: u32 = 14u32;
|
1587
|
+
pub const HTBORDER: u32 = 18u32;
|
1588
|
+
pub const HTBOTTOM: u32 = 15u32;
|
1589
|
+
pub const HTBOTTOMLEFT: u32 = 16u32;
|
1590
|
+
pub const HTBOTTOMRIGHT: u32 = 17u32;
|
1591
|
+
pub const HTCAPTION: u32 = 2u32;
|
1592
|
+
pub const HTCLIENT: u32 = 1u32;
|
1593
|
+
pub const HTCLOSE: u32 = 20u32;
|
1594
|
+
pub const HTERROR: i32 = -2i32;
|
1595
|
+
pub const HTGROWBOX: u32 = 4u32;
|
1596
|
+
pub const HTHELP: u32 = 21u32;
|
1597
|
+
pub const HTHSCROLL: u32 = 6u32;
|
1598
|
+
pub const HTLEFT: u32 = 10u32;
|
1599
|
+
pub const HTMAXBUTTON: u32 = 9u32;
|
1600
|
+
pub const HTMENU: u32 = 5u32;
|
1601
|
+
pub const HTMINBUTTON: u32 = 8u32;
|
1602
|
+
pub const HTNOWHERE: u32 = 0u32;
|
1603
|
+
pub const HTOBJECT: u32 = 19u32;
|
1604
|
+
pub const HTREDUCE: u32 = 8u32;
|
1605
|
+
pub const HTRIGHT: u32 = 11u32;
|
1606
|
+
pub const HTSIZE: u32 = 4u32;
|
1607
|
+
pub const HTSIZEFIRST: u32 = 10u32;
|
1608
|
+
pub const HTSIZELAST: u32 = 17u32;
|
1609
|
+
pub const HTSYSMENU: u32 = 3u32;
|
1610
|
+
pub const HTTOP: u32 = 12u32;
|
1611
|
+
pub const HTTOPLEFT: u32 = 13u32;
|
1612
|
+
pub const HTTOPRIGHT: u32 = 14u32;
|
1613
|
+
pub const HTTRANSPARENT: i32 = -1i32;
|
1614
|
+
pub const HTVSCROLL: u32 = 7u32;
|
1615
|
+
pub const HTZOOM: u32 = 9u32;
|
1616
|
+
pub const HWND_BOTTOM: super::super::Foundation::HWND = 1i32 as _;
|
1617
|
+
pub const HWND_BROADCAST: super::super::Foundation::HWND = 65535i32 as _;
|
1618
|
+
pub const HWND_DESKTOP: super::super::Foundation::HWND = 0i32 as _;
|
1619
|
+
pub const HWND_MESSAGE: super::super::Foundation::HWND = -3i32 as _;
|
1620
|
+
pub const HWND_NOTOPMOST: super::super::Foundation::HWND = -2i32 as _;
|
1621
|
+
pub const HWND_TOP: super::super::Foundation::HWND = 0i32 as _;
|
1622
|
+
pub const HWND_TOPMOST: super::super::Foundation::HWND = -1i32 as _;
|
1623
|
+
#[repr(C)]
|
1624
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1625
|
+
#[derive(Clone, Copy)]
|
1626
|
+
pub struct ICONINFO {
|
1627
|
+
pub fIcon: windows_sys::core::BOOL,
|
1628
|
+
pub xHotspot: u32,
|
1629
|
+
pub yHotspot: u32,
|
1630
|
+
pub hbmMask: super::super::Graphics::Gdi::HBITMAP,
|
1631
|
+
pub hbmColor: super::super::Graphics::Gdi::HBITMAP,
|
1632
|
+
}
|
1633
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1634
|
+
impl Default for ICONINFO {
|
1635
|
+
fn default() -> Self {
|
1636
|
+
unsafe { core::mem::zeroed() }
|
1637
|
+
}
|
1638
|
+
}
|
1639
|
+
#[repr(C)]
|
1640
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1641
|
+
#[derive(Clone, Copy)]
|
1642
|
+
pub struct ICONINFOEXA {
|
1643
|
+
pub cbSize: u32,
|
1644
|
+
pub fIcon: windows_sys::core::BOOL,
|
1645
|
+
pub xHotspot: u32,
|
1646
|
+
pub yHotspot: u32,
|
1647
|
+
pub hbmMask: super::super::Graphics::Gdi::HBITMAP,
|
1648
|
+
pub hbmColor: super::super::Graphics::Gdi::HBITMAP,
|
1649
|
+
pub wResID: u16,
|
1650
|
+
pub szModName: [i8; 260],
|
1651
|
+
pub szResName: [i8; 260],
|
1652
|
+
}
|
1653
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1654
|
+
impl Default for ICONINFOEXA {
|
1655
|
+
fn default() -> Self {
|
1656
|
+
unsafe { core::mem::zeroed() }
|
1657
|
+
}
|
1658
|
+
}
|
1659
|
+
#[repr(C)]
|
1660
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1661
|
+
#[derive(Clone, Copy)]
|
1662
|
+
pub struct ICONINFOEXW {
|
1663
|
+
pub cbSize: u32,
|
1664
|
+
pub fIcon: windows_sys::core::BOOL,
|
1665
|
+
pub xHotspot: u32,
|
1666
|
+
pub yHotspot: u32,
|
1667
|
+
pub hbmMask: super::super::Graphics::Gdi::HBITMAP,
|
1668
|
+
pub hbmColor: super::super::Graphics::Gdi::HBITMAP,
|
1669
|
+
pub wResID: u16,
|
1670
|
+
pub szModName: [u16; 260],
|
1671
|
+
pub szResName: [u16; 260],
|
1672
|
+
}
|
1673
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1674
|
+
impl Default for ICONINFOEXW {
|
1675
|
+
fn default() -> Self {
|
1676
|
+
unsafe { core::mem::zeroed() }
|
1677
|
+
}
|
1678
|
+
}
|
1679
|
+
#[repr(C)]
|
1680
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1681
|
+
#[derive(Clone, Copy, Default)]
|
1682
|
+
pub struct ICONMETRICSA {
|
1683
|
+
pub cbSize: u32,
|
1684
|
+
pub iHorzSpacing: i32,
|
1685
|
+
pub iVertSpacing: i32,
|
1686
|
+
pub iTitleWrap: i32,
|
1687
|
+
pub lfFont: super::super::Graphics::Gdi::LOGFONTA,
|
1688
|
+
}
|
1689
|
+
#[repr(C)]
|
1690
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
1691
|
+
#[derive(Clone, Copy, Default)]
|
1692
|
+
pub struct ICONMETRICSW {
|
1693
|
+
pub cbSize: u32,
|
1694
|
+
pub iHorzSpacing: i32,
|
1695
|
+
pub iVertSpacing: i32,
|
1696
|
+
pub iTitleWrap: i32,
|
1697
|
+
pub lfFont: super::super::Graphics::Gdi::LOGFONTW,
|
1698
|
+
}
|
1699
|
+
pub const ICON_BIG: u32 = 1u32;
|
1700
|
+
pub const ICON_SMALL: u32 = 0u32;
|
1701
|
+
pub const ICON_SMALL2: u32 = 2u32;
|
1702
|
+
pub const IDABORT: MESSAGEBOX_RESULT = 3i32;
|
1703
|
+
pub const IDANI_CAPTION: u32 = 3u32;
|
1704
|
+
pub const IDANI_OPEN: u32 = 1u32;
|
1705
|
+
pub const IDASYNC: MESSAGEBOX_RESULT = 32001i32;
|
1706
|
+
pub const IDCANCEL: MESSAGEBOX_RESULT = 2i32;
|
1707
|
+
pub const IDCLOSE: MESSAGEBOX_RESULT = 8i32;
|
1708
|
+
pub const IDCONTINUE: MESSAGEBOX_RESULT = 11i32;
|
1709
|
+
pub const IDC_APPSTARTING: windows_sys::core::PCWSTR = 32650u16 as _;
|
1710
|
+
pub const IDC_ARROW: windows_sys::core::PCWSTR = 32512u16 as _;
|
1711
|
+
pub const IDC_CROSS: windows_sys::core::PCWSTR = 32515u16 as _;
|
1712
|
+
pub const IDC_HAND: windows_sys::core::PCWSTR = 32649u16 as _;
|
1713
|
+
pub const IDC_HELP: windows_sys::core::PCWSTR = 32651u16 as _;
|
1714
|
+
pub const IDC_IBEAM: windows_sys::core::PCWSTR = 32513u16 as _;
|
1715
|
+
pub const IDC_ICON: windows_sys::core::PCWSTR = 32641u16 as _;
|
1716
|
+
pub const IDC_NO: windows_sys::core::PCWSTR = 32648u16 as _;
|
1717
|
+
pub const IDC_PERSON: windows_sys::core::PCWSTR = 32672u16 as _;
|
1718
|
+
pub const IDC_PIN: windows_sys::core::PCWSTR = 32671u16 as _;
|
1719
|
+
pub const IDC_SIZE: windows_sys::core::PCWSTR = 32640u16 as _;
|
1720
|
+
pub const IDC_SIZEALL: windows_sys::core::PCWSTR = 32646u16 as _;
|
1721
|
+
pub const IDC_SIZENESW: windows_sys::core::PCWSTR = 32643u16 as _;
|
1722
|
+
pub const IDC_SIZENS: windows_sys::core::PCWSTR = 32645u16 as _;
|
1723
|
+
pub const IDC_SIZENWSE: windows_sys::core::PCWSTR = 32642u16 as _;
|
1724
|
+
pub const IDC_SIZEWE: windows_sys::core::PCWSTR = 32644u16 as _;
|
1725
|
+
pub const IDC_STATIC: i32 = -1i32;
|
1726
|
+
pub const IDC_UPARROW: windows_sys::core::PCWSTR = 32516u16 as _;
|
1727
|
+
pub const IDC_WAIT: windows_sys::core::PCWSTR = 32514u16 as _;
|
1728
|
+
pub const IDHELP: MESSAGEBOX_RESULT = 9i32;
|
1729
|
+
pub const IDHOT_SNAPDESKTOP: i32 = -2i32;
|
1730
|
+
pub const IDHOT_SNAPWINDOW: i32 = -1i32;
|
1731
|
+
pub const IDH_CANCEL: u32 = 28444u32;
|
1732
|
+
pub const IDH_GENERIC_HELP_BUTTON: u32 = 28442u32;
|
1733
|
+
pub const IDH_HELP: u32 = 28445u32;
|
1734
|
+
pub const IDH_MISSING_CONTEXT: u32 = 28441u32;
|
1735
|
+
pub const IDH_NO_HELP: u32 = 28440u32;
|
1736
|
+
pub const IDH_OK: u32 = 28443u32;
|
1737
|
+
pub const IDIGNORE: MESSAGEBOX_RESULT = 5i32;
|
1738
|
+
pub const IDI_APPLICATION: windows_sys::core::PCWSTR = 32512u32 as _;
|
1739
|
+
pub const IDI_ASTERISK: windows_sys::core::PCWSTR = 32516u32 as _;
|
1740
|
+
pub const IDI_ERROR: windows_sys::core::PCWSTR = 32513u32 as _;
|
1741
|
+
pub const IDI_EXCLAMATION: windows_sys::core::PCWSTR = 32515u32 as _;
|
1742
|
+
pub const IDI_HAND: windows_sys::core::PCWSTR = 32513u32 as _;
|
1743
|
+
pub const IDI_INFORMATION: windows_sys::core::PCWSTR = 32516u32 as _;
|
1744
|
+
pub const IDI_QUESTION: windows_sys::core::PCWSTR = 32514u32 as _;
|
1745
|
+
pub const IDI_SHIELD: windows_sys::core::PCWSTR = 32518u32 as _;
|
1746
|
+
pub const IDI_WARNING: windows_sys::core::PCWSTR = 32515u32 as _;
|
1747
|
+
pub const IDI_WINLOGO: windows_sys::core::PCWSTR = 32517u32 as _;
|
1748
|
+
pub const IDNO: MESSAGEBOX_RESULT = 7i32;
|
1749
|
+
pub const IDOK: MESSAGEBOX_RESULT = 1i32;
|
1750
|
+
pub const IDRETRY: MESSAGEBOX_RESULT = 4i32;
|
1751
|
+
pub const IDTIMEOUT: MESSAGEBOX_RESULT = 32000i32;
|
1752
|
+
pub const IDTRYAGAIN: MESSAGEBOX_RESULT = 10i32;
|
1753
|
+
pub const IDYES: MESSAGEBOX_RESULT = 6i32;
|
1754
|
+
pub const IMAGE_BITMAP: GDI_IMAGE_TYPE = 0u32;
|
1755
|
+
pub const IMAGE_CURSOR: GDI_IMAGE_TYPE = 2u32;
|
1756
|
+
pub const IMAGE_ENHMETAFILE: u32 = 3u32;
|
1757
|
+
pub type IMAGE_FLAGS = u32;
|
1758
|
+
pub const IMAGE_ICON: GDI_IMAGE_TYPE = 1u32;
|
1759
|
+
pub const INDEXID_CONTAINER: u32 = 0u32;
|
1760
|
+
pub const INDEXID_OBJECT: u32 = 0u32;
|
1761
|
+
pub const INPUTLANGCHANGE_BACKWARD: u32 = 4u32;
|
1762
|
+
pub const INPUTLANGCHANGE_FORWARD: u32 = 2u32;
|
1763
|
+
pub const INPUTLANGCHANGE_SYSCHARSET: u32 = 1u32;
|
1764
|
+
pub const ISMEX_CALLBACK: u32 = 4u32;
|
1765
|
+
pub const ISMEX_NOSEND: u32 = 0u32;
|
1766
|
+
pub const ISMEX_NOTIFY: u32 = 2u32;
|
1767
|
+
pub const ISMEX_REPLIED: u32 = 8u32;
|
1768
|
+
pub const ISMEX_SEND: u32 = 1u32;
|
1769
|
+
pub const ISOLATIONAWARE_MANIFEST_RESOURCE_ID: u32 = 2u32;
|
1770
|
+
pub const ISOLATIONAWARE_NOSTATICIMPORT_MANIFEST_RESOURCE_ID: u32 = 3u32;
|
1771
|
+
pub const ISOLATIONPOLICY_BROWSER_MANIFEST_RESOURCE_ID: u32 = 5u32;
|
1772
|
+
pub const ISOLATIONPOLICY_MANIFEST_RESOURCE_ID: u32 = 4u32;
|
1773
|
+
#[repr(C)]
|
1774
|
+
#[derive(Clone, Copy)]
|
1775
|
+
pub struct IndexedResourceQualifier {
|
1776
|
+
pub name: windows_sys::core::PWSTR,
|
1777
|
+
pub value: windows_sys::core::PWSTR,
|
1778
|
+
}
|
1779
|
+
impl Default for IndexedResourceQualifier {
|
1780
|
+
fn default() -> Self {
|
1781
|
+
unsafe { core::mem::zeroed() }
|
1782
|
+
}
|
1783
|
+
}
|
1784
|
+
#[repr(C)]
|
1785
|
+
#[derive(Clone, Copy, Default)]
|
1786
|
+
pub struct KBDLLHOOKSTRUCT {
|
1787
|
+
pub vkCode: u32,
|
1788
|
+
pub scanCode: u32,
|
1789
|
+
pub flags: KBDLLHOOKSTRUCT_FLAGS,
|
1790
|
+
pub time: u32,
|
1791
|
+
pub dwExtraInfo: usize,
|
1792
|
+
}
|
1793
|
+
pub type KBDLLHOOKSTRUCT_FLAGS = u32;
|
1794
|
+
pub const KF_ALTDOWN: u32 = 8192u32;
|
1795
|
+
pub const KF_DLGMODE: u32 = 2048u32;
|
1796
|
+
pub const KF_EXTENDED: u32 = 256u32;
|
1797
|
+
pub const KF_MENUMODE: u32 = 4096u32;
|
1798
|
+
pub const KF_REPEAT: u32 = 16384u32;
|
1799
|
+
pub const KF_UP: u32 = 32768u32;
|
1800
|
+
pub const KL_NAMELENGTH: u32 = 9u32;
|
1801
|
+
pub type LAYERED_WINDOW_ATTRIBUTES_FLAGS = u32;
|
1802
|
+
pub const LBN_DBLCLK: u32 = 2u32;
|
1803
|
+
pub const LBN_ERRSPACE: i32 = -2i32;
|
1804
|
+
pub const LBN_KILLFOCUS: u32 = 5u32;
|
1805
|
+
pub const LBN_SELCANCEL: u32 = 3u32;
|
1806
|
+
pub const LBN_SELCHANGE: u32 = 1u32;
|
1807
|
+
pub const LBN_SETFOCUS: u32 = 4u32;
|
1808
|
+
pub const LBS_COMBOBOX: i32 = 32768i32;
|
1809
|
+
pub const LBS_DISABLENOSCROLL: i32 = 4096i32;
|
1810
|
+
pub const LBS_EXTENDEDSEL: i32 = 2048i32;
|
1811
|
+
pub const LBS_HASSTRINGS: i32 = 64i32;
|
1812
|
+
pub const LBS_MULTICOLUMN: i32 = 512i32;
|
1813
|
+
pub const LBS_MULTIPLESEL: i32 = 8i32;
|
1814
|
+
pub const LBS_NODATA: i32 = 8192i32;
|
1815
|
+
pub const LBS_NOINTEGRALHEIGHT: i32 = 256i32;
|
1816
|
+
pub const LBS_NOREDRAW: i32 = 4i32;
|
1817
|
+
pub const LBS_NOSEL: i32 = 16384i32;
|
1818
|
+
pub const LBS_NOTIFY: i32 = 1i32;
|
1819
|
+
pub const LBS_OWNERDRAWFIXED: i32 = 16i32;
|
1820
|
+
pub const LBS_OWNERDRAWVARIABLE: i32 = 32i32;
|
1821
|
+
pub const LBS_SORT: i32 = 2i32;
|
1822
|
+
pub const LBS_STANDARD: i32 = 10485763i32;
|
1823
|
+
pub const LBS_USETABSTOPS: i32 = 128i32;
|
1824
|
+
pub const LBS_WANTKEYBOARDINPUT: i32 = 1024i32;
|
1825
|
+
pub const LB_ADDFILE: u32 = 406u32;
|
1826
|
+
pub const LB_ADDSTRING: u32 = 384u32;
|
1827
|
+
pub const LB_CTLCODE: i32 = 0i32;
|
1828
|
+
pub const LB_DELETESTRING: u32 = 386u32;
|
1829
|
+
pub const LB_DIR: u32 = 397u32;
|
1830
|
+
pub const LB_ERR: i32 = -1i32;
|
1831
|
+
pub const LB_ERRSPACE: i32 = -2i32;
|
1832
|
+
pub const LB_FINDSTRING: u32 = 399u32;
|
1833
|
+
pub const LB_FINDSTRINGEXACT: u32 = 418u32;
|
1834
|
+
pub const LB_GETANCHORINDEX: u32 = 413u32;
|
1835
|
+
pub const LB_GETCARETINDEX: u32 = 415u32;
|
1836
|
+
pub const LB_GETCOUNT: u32 = 395u32;
|
1837
|
+
pub const LB_GETCURSEL: u32 = 392u32;
|
1838
|
+
pub const LB_GETHORIZONTALEXTENT: u32 = 403u32;
|
1839
|
+
pub const LB_GETITEMDATA: u32 = 409u32;
|
1840
|
+
pub const LB_GETITEMHEIGHT: u32 = 417u32;
|
1841
|
+
pub const LB_GETITEMRECT: u32 = 408u32;
|
1842
|
+
pub const LB_GETLISTBOXINFO: u32 = 434u32;
|
1843
|
+
pub const LB_GETLOCALE: u32 = 422u32;
|
1844
|
+
pub const LB_GETSEL: u32 = 391u32;
|
1845
|
+
pub const LB_GETSELCOUNT: u32 = 400u32;
|
1846
|
+
pub const LB_GETSELITEMS: u32 = 401u32;
|
1847
|
+
pub const LB_GETTEXT: u32 = 393u32;
|
1848
|
+
pub const LB_GETTEXTLEN: u32 = 394u32;
|
1849
|
+
pub const LB_GETTOPINDEX: u32 = 398u32;
|
1850
|
+
pub const LB_INITSTORAGE: u32 = 424u32;
|
1851
|
+
pub const LB_INSERTSTRING: u32 = 385u32;
|
1852
|
+
pub const LB_ITEMFROMPOINT: u32 = 425u32;
|
1853
|
+
pub const LB_MSGMAX: u32 = 435u32;
|
1854
|
+
pub const LB_MULTIPLEADDSTRING: u32 = 433u32;
|
1855
|
+
pub const LB_OKAY: u32 = 0u32;
|
1856
|
+
pub const LB_RESETCONTENT: u32 = 388u32;
|
1857
|
+
pub const LB_SELECTSTRING: u32 = 396u32;
|
1858
|
+
pub const LB_SELITEMRANGE: u32 = 411u32;
|
1859
|
+
pub const LB_SELITEMRANGEEX: u32 = 387u32;
|
1860
|
+
pub const LB_SETANCHORINDEX: u32 = 412u32;
|
1861
|
+
pub const LB_SETCARETINDEX: u32 = 414u32;
|
1862
|
+
pub const LB_SETCOLUMNWIDTH: u32 = 405u32;
|
1863
|
+
pub const LB_SETCOUNT: u32 = 423u32;
|
1864
|
+
pub const LB_SETCURSEL: u32 = 390u32;
|
1865
|
+
pub const LB_SETHORIZONTALEXTENT: u32 = 404u32;
|
1866
|
+
pub const LB_SETITEMDATA: u32 = 410u32;
|
1867
|
+
pub const LB_SETITEMHEIGHT: u32 = 416u32;
|
1868
|
+
pub const LB_SETLOCALE: u32 = 421u32;
|
1869
|
+
pub const LB_SETSEL: u32 = 389u32;
|
1870
|
+
pub const LB_SETTABSTOPS: u32 = 402u32;
|
1871
|
+
pub const LB_SETTOPINDEX: u32 = 407u32;
|
1872
|
+
pub const LLKHF_ALTDOWN: KBDLLHOOKSTRUCT_FLAGS = 32u32;
|
1873
|
+
pub const LLKHF_EXTENDED: KBDLLHOOKSTRUCT_FLAGS = 1u32;
|
1874
|
+
pub const LLKHF_INJECTED: KBDLLHOOKSTRUCT_FLAGS = 16u32;
|
1875
|
+
pub const LLKHF_LOWER_IL_INJECTED: KBDLLHOOKSTRUCT_FLAGS = 2u32;
|
1876
|
+
pub const LLKHF_UP: KBDLLHOOKSTRUCT_FLAGS = 128u32;
|
1877
|
+
pub const LLMHF_INJECTED: u32 = 1u32;
|
1878
|
+
pub const LLMHF_LOWER_IL_INJECTED: u32 = 2u32;
|
1879
|
+
pub const LOCKF_LOGICAL_LOCK: u32 = 0u32;
|
1880
|
+
pub const LOCKF_PHYSICAL_LOCK: u32 = 1u32;
|
1881
|
+
pub const LOCKP_ALLOW_MEM_MAPPING: u32 = 0u32;
|
1882
|
+
pub const LOCKP_ALLOW_WRITES: u32 = 1u32;
|
1883
|
+
pub const LOCKP_FAIL_MEM_MAPPING: u32 = 2u32;
|
1884
|
+
pub const LOCKP_FAIL_WRITES: u32 = 0u32;
|
1885
|
+
pub const LOCKP_LOCK_FOR_FORMAT: u32 = 4u32;
|
1886
|
+
pub const LOCKP_USER_MASK: u32 = 3u32;
|
1887
|
+
pub const LR_COLOR: u32 = 2u32;
|
1888
|
+
pub const LR_COPYDELETEORG: IMAGE_FLAGS = 8u32;
|
1889
|
+
pub const LR_COPYFROMRESOURCE: IMAGE_FLAGS = 16384u32;
|
1890
|
+
pub const LR_COPYRETURNORG: IMAGE_FLAGS = 4u32;
|
1891
|
+
pub const LR_CREATEDIBSECTION: IMAGE_FLAGS = 8192u32;
|
1892
|
+
pub const LR_DEFAULTCOLOR: IMAGE_FLAGS = 0u32;
|
1893
|
+
pub const LR_DEFAULTSIZE: IMAGE_FLAGS = 64u32;
|
1894
|
+
pub const LR_LOADFROMFILE: IMAGE_FLAGS = 16u32;
|
1895
|
+
pub const LR_LOADMAP3DCOLORS: IMAGE_FLAGS = 4096u32;
|
1896
|
+
pub const LR_LOADTRANSPARENT: IMAGE_FLAGS = 32u32;
|
1897
|
+
pub const LR_MONOCHROME: IMAGE_FLAGS = 1u32;
|
1898
|
+
pub const LR_SHARED: IMAGE_FLAGS = 32768u32;
|
1899
|
+
pub const LR_VGACOLOR: IMAGE_FLAGS = 128u32;
|
1900
|
+
pub const LSFW_LOCK: FOREGROUND_WINDOW_LOCK_CODE = 1u32;
|
1901
|
+
pub const LSFW_UNLOCK: FOREGROUND_WINDOW_LOCK_CODE = 2u32;
|
1902
|
+
pub const LWA_ALPHA: LAYERED_WINDOW_ATTRIBUTES_FLAGS = 2u32;
|
1903
|
+
pub const LWA_COLORKEY: LAYERED_WINDOW_ATTRIBUTES_FLAGS = 1u32;
|
1904
|
+
pub const MAXIMUM_RESERVED_MANIFEST_RESOURCE_ID: u32 = 16u32;
|
1905
|
+
pub const MAX_LOGICALDPIOVERRIDE: u32 = 2u32;
|
1906
|
+
pub const MAX_STR_BLOCKREASON: u32 = 256u32;
|
1907
|
+
pub const MAX_TOUCH_COUNT: u32 = 256u32;
|
1908
|
+
pub const MAX_TOUCH_PREDICTION_FILTER_TAPS: u32 = 3u32;
|
1909
|
+
pub const MA_ACTIVATE: u32 = 1u32;
|
1910
|
+
pub const MA_ACTIVATEANDEAT: u32 = 2u32;
|
1911
|
+
pub const MA_NOACTIVATE: u32 = 3u32;
|
1912
|
+
pub const MA_NOACTIVATEANDEAT: u32 = 4u32;
|
1913
|
+
pub const MB_ABORTRETRYIGNORE: MESSAGEBOX_STYLE = 2u32;
|
1914
|
+
pub const MB_APPLMODAL: MESSAGEBOX_STYLE = 0u32;
|
1915
|
+
pub const MB_CANCELTRYCONTINUE: MESSAGEBOX_STYLE = 6u32;
|
1916
|
+
pub const MB_DEFAULT_DESKTOP_ONLY: MESSAGEBOX_STYLE = 131072u32;
|
1917
|
+
pub const MB_DEFBUTTON1: MESSAGEBOX_STYLE = 0u32;
|
1918
|
+
pub const MB_DEFBUTTON2: MESSAGEBOX_STYLE = 256u32;
|
1919
|
+
pub const MB_DEFBUTTON3: MESSAGEBOX_STYLE = 512u32;
|
1920
|
+
pub const MB_DEFBUTTON4: MESSAGEBOX_STYLE = 768u32;
|
1921
|
+
pub const MB_DEFMASK: MESSAGEBOX_STYLE = 3840u32;
|
1922
|
+
pub const MB_HELP: MESSAGEBOX_STYLE = 16384u32;
|
1923
|
+
pub const MB_ICONASTERISK: MESSAGEBOX_STYLE = 64u32;
|
1924
|
+
pub const MB_ICONERROR: MESSAGEBOX_STYLE = 16u32;
|
1925
|
+
pub const MB_ICONEXCLAMATION: MESSAGEBOX_STYLE = 48u32;
|
1926
|
+
pub const MB_ICONHAND: MESSAGEBOX_STYLE = 16u32;
|
1927
|
+
pub const MB_ICONINFORMATION: MESSAGEBOX_STYLE = 64u32;
|
1928
|
+
pub const MB_ICONMASK: MESSAGEBOX_STYLE = 240u32;
|
1929
|
+
pub const MB_ICONQUESTION: MESSAGEBOX_STYLE = 32u32;
|
1930
|
+
pub const MB_ICONSTOP: MESSAGEBOX_STYLE = 16u32;
|
1931
|
+
pub const MB_ICONWARNING: MESSAGEBOX_STYLE = 48u32;
|
1932
|
+
pub const MB_MISCMASK: MESSAGEBOX_STYLE = 49152u32;
|
1933
|
+
pub const MB_MODEMASK: MESSAGEBOX_STYLE = 12288u32;
|
1934
|
+
pub const MB_NOFOCUS: MESSAGEBOX_STYLE = 32768u32;
|
1935
|
+
pub const MB_OK: MESSAGEBOX_STYLE = 0u32;
|
1936
|
+
pub const MB_OKCANCEL: MESSAGEBOX_STYLE = 1u32;
|
1937
|
+
pub const MB_RETRYCANCEL: MESSAGEBOX_STYLE = 5u32;
|
1938
|
+
pub const MB_RIGHT: MESSAGEBOX_STYLE = 524288u32;
|
1939
|
+
pub const MB_RTLREADING: MESSAGEBOX_STYLE = 1048576u32;
|
1940
|
+
pub const MB_SERVICE_NOTIFICATION: MESSAGEBOX_STYLE = 2097152u32;
|
1941
|
+
pub const MB_SERVICE_NOTIFICATION_NT3X: MESSAGEBOX_STYLE = 262144u32;
|
1942
|
+
pub const MB_SETFOREGROUND: MESSAGEBOX_STYLE = 65536u32;
|
1943
|
+
pub const MB_SYSTEMMODAL: MESSAGEBOX_STYLE = 4096u32;
|
1944
|
+
pub const MB_TASKMODAL: MESSAGEBOX_STYLE = 8192u32;
|
1945
|
+
pub const MB_TOPMOST: MESSAGEBOX_STYLE = 262144u32;
|
1946
|
+
pub const MB_TYPEMASK: MESSAGEBOX_STYLE = 15u32;
|
1947
|
+
pub const MB_USERICON: MESSAGEBOX_STYLE = 128u32;
|
1948
|
+
pub const MB_YESNO: MESSAGEBOX_STYLE = 4u32;
|
1949
|
+
pub const MB_YESNOCANCEL: MESSAGEBOX_STYLE = 3u32;
|
1950
|
+
#[repr(C)]
|
1951
|
+
#[derive(Clone, Copy)]
|
1952
|
+
pub struct MDICREATESTRUCTA {
|
1953
|
+
pub szClass: windows_sys::core::PCSTR,
|
1954
|
+
pub szTitle: windows_sys::core::PCSTR,
|
1955
|
+
pub hOwner: super::super::Foundation::HANDLE,
|
1956
|
+
pub x: i32,
|
1957
|
+
pub y: i32,
|
1958
|
+
pub cx: i32,
|
1959
|
+
pub cy: i32,
|
1960
|
+
pub style: WINDOW_STYLE,
|
1961
|
+
pub lParam: super::super::Foundation::LPARAM,
|
1962
|
+
}
|
1963
|
+
impl Default for MDICREATESTRUCTA {
|
1964
|
+
fn default() -> Self {
|
1965
|
+
unsafe { core::mem::zeroed() }
|
1966
|
+
}
|
1967
|
+
}
|
1968
|
+
#[repr(C)]
|
1969
|
+
#[derive(Clone, Copy)]
|
1970
|
+
pub struct MDICREATESTRUCTW {
|
1971
|
+
pub szClass: windows_sys::core::PCWSTR,
|
1972
|
+
pub szTitle: windows_sys::core::PCWSTR,
|
1973
|
+
pub hOwner: super::super::Foundation::HANDLE,
|
1974
|
+
pub x: i32,
|
1975
|
+
pub y: i32,
|
1976
|
+
pub cx: i32,
|
1977
|
+
pub cy: i32,
|
1978
|
+
pub style: WINDOW_STYLE,
|
1979
|
+
pub lParam: super::super::Foundation::LPARAM,
|
1980
|
+
}
|
1981
|
+
impl Default for MDICREATESTRUCTW {
|
1982
|
+
fn default() -> Self {
|
1983
|
+
unsafe { core::mem::zeroed() }
|
1984
|
+
}
|
1985
|
+
}
|
1986
|
+
#[repr(C)]
|
1987
|
+
#[derive(Clone, Copy)]
|
1988
|
+
pub struct MDINEXTMENU {
|
1989
|
+
pub hmenuIn: HMENU,
|
1990
|
+
pub hmenuNext: HMENU,
|
1991
|
+
pub hwndNext: super::super::Foundation::HWND,
|
1992
|
+
}
|
1993
|
+
impl Default for MDINEXTMENU {
|
1994
|
+
fn default() -> Self {
|
1995
|
+
unsafe { core::mem::zeroed() }
|
1996
|
+
}
|
1997
|
+
}
|
1998
|
+
pub const MDIS_ALLCHILDSTYLES: u32 = 1u32;
|
1999
|
+
pub const MDITILE_HORIZONTAL: TILE_WINDOWS_HOW = 1u32;
|
2000
|
+
pub const MDITILE_SKIPDISABLED: CASCADE_WINDOWS_HOW = 2u32;
|
2001
|
+
pub const MDITILE_VERTICAL: TILE_WINDOWS_HOW = 0u32;
|
2002
|
+
pub const MDITILE_ZORDER: CASCADE_WINDOWS_HOW = 4u32;
|
2003
|
+
#[repr(C)]
|
2004
|
+
#[derive(Clone, Copy)]
|
2005
|
+
pub struct MENUBARINFO {
|
2006
|
+
pub cbSize: u32,
|
2007
|
+
pub rcBar: super::super::Foundation::RECT,
|
2008
|
+
pub hMenu: HMENU,
|
2009
|
+
pub hwndMenu: super::super::Foundation::HWND,
|
2010
|
+
pub _bitfield: i32,
|
2011
|
+
}
|
2012
|
+
impl Default for MENUBARINFO {
|
2013
|
+
fn default() -> Self {
|
2014
|
+
unsafe { core::mem::zeroed() }
|
2015
|
+
}
|
2016
|
+
}
|
2017
|
+
#[repr(C)]
|
2018
|
+
#[derive(Clone, Copy, Default)]
|
2019
|
+
pub struct MENUEX_TEMPLATE_HEADER {
|
2020
|
+
pub wVersion: u16,
|
2021
|
+
pub wOffset: u16,
|
2022
|
+
pub dwHelpId: u32,
|
2023
|
+
}
|
2024
|
+
#[repr(C)]
|
2025
|
+
#[derive(Clone, Copy)]
|
2026
|
+
pub struct MENUEX_TEMPLATE_ITEM {
|
2027
|
+
pub dwType: u32,
|
2028
|
+
pub dwState: u32,
|
2029
|
+
pub uId: u32,
|
2030
|
+
pub wFlags: u16,
|
2031
|
+
pub szText: [u16; 1],
|
2032
|
+
}
|
2033
|
+
impl Default for MENUEX_TEMPLATE_ITEM {
|
2034
|
+
fn default() -> Self {
|
2035
|
+
unsafe { core::mem::zeroed() }
|
2036
|
+
}
|
2037
|
+
}
|
2038
|
+
#[repr(C)]
|
2039
|
+
#[derive(Clone, Copy)]
|
2040
|
+
pub struct MENUGETOBJECTINFO {
|
2041
|
+
pub dwFlags: MENUGETOBJECTINFO_FLAGS,
|
2042
|
+
pub uPos: u32,
|
2043
|
+
pub hmenu: HMENU,
|
2044
|
+
pub riid: *mut core::ffi::c_void,
|
2045
|
+
pub pvObj: *mut core::ffi::c_void,
|
2046
|
+
}
|
2047
|
+
impl Default for MENUGETOBJECTINFO {
|
2048
|
+
fn default() -> Self {
|
2049
|
+
unsafe { core::mem::zeroed() }
|
2050
|
+
}
|
2051
|
+
}
|
2052
|
+
pub type MENUGETOBJECTINFO_FLAGS = u32;
|
2053
|
+
#[repr(C)]
|
2054
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
2055
|
+
#[derive(Clone, Copy)]
|
2056
|
+
pub struct MENUINFO {
|
2057
|
+
pub cbSize: u32,
|
2058
|
+
pub fMask: MENUINFO_MASK,
|
2059
|
+
pub dwStyle: MENUINFO_STYLE,
|
2060
|
+
pub cyMax: u32,
|
2061
|
+
pub hbrBack: super::super::Graphics::Gdi::HBRUSH,
|
2062
|
+
pub dwContextHelpID: u32,
|
2063
|
+
pub dwMenuData: usize,
|
2064
|
+
}
|
2065
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
2066
|
+
impl Default for MENUINFO {
|
2067
|
+
fn default() -> Self {
|
2068
|
+
unsafe { core::mem::zeroed() }
|
2069
|
+
}
|
2070
|
+
}
|
2071
|
+
pub type MENUINFO_MASK = u32;
|
2072
|
+
pub type MENUINFO_STYLE = u32;
|
2073
|
+
#[repr(C)]
|
2074
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
2075
|
+
#[derive(Clone, Copy)]
|
2076
|
+
pub struct MENUITEMINFOA {
|
2077
|
+
pub cbSize: u32,
|
2078
|
+
pub fMask: MENU_ITEM_MASK,
|
2079
|
+
pub fType: MENU_ITEM_TYPE,
|
2080
|
+
pub fState: MENU_ITEM_STATE,
|
2081
|
+
pub wID: u32,
|
2082
|
+
pub hSubMenu: HMENU,
|
2083
|
+
pub hbmpChecked: super::super::Graphics::Gdi::HBITMAP,
|
2084
|
+
pub hbmpUnchecked: super::super::Graphics::Gdi::HBITMAP,
|
2085
|
+
pub dwItemData: usize,
|
2086
|
+
pub dwTypeData: windows_sys::core::PSTR,
|
2087
|
+
pub cch: u32,
|
2088
|
+
pub hbmpItem: super::super::Graphics::Gdi::HBITMAP,
|
2089
|
+
}
|
2090
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
2091
|
+
impl Default for MENUITEMINFOA {
|
2092
|
+
fn default() -> Self {
|
2093
|
+
unsafe { core::mem::zeroed() }
|
2094
|
+
}
|
2095
|
+
}
|
2096
|
+
#[repr(C)]
|
2097
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
2098
|
+
#[derive(Clone, Copy)]
|
2099
|
+
pub struct MENUITEMINFOW {
|
2100
|
+
pub cbSize: u32,
|
2101
|
+
pub fMask: MENU_ITEM_MASK,
|
2102
|
+
pub fType: MENU_ITEM_TYPE,
|
2103
|
+
pub fState: MENU_ITEM_STATE,
|
2104
|
+
pub wID: u32,
|
2105
|
+
pub hSubMenu: HMENU,
|
2106
|
+
pub hbmpChecked: super::super::Graphics::Gdi::HBITMAP,
|
2107
|
+
pub hbmpUnchecked: super::super::Graphics::Gdi::HBITMAP,
|
2108
|
+
pub dwItemData: usize,
|
2109
|
+
pub dwTypeData: windows_sys::core::PWSTR,
|
2110
|
+
pub cch: u32,
|
2111
|
+
pub hbmpItem: super::super::Graphics::Gdi::HBITMAP,
|
2112
|
+
}
|
2113
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
2114
|
+
impl Default for MENUITEMINFOW {
|
2115
|
+
fn default() -> Self {
|
2116
|
+
unsafe { core::mem::zeroed() }
|
2117
|
+
}
|
2118
|
+
}
|
2119
|
+
#[repr(C)]
|
2120
|
+
#[derive(Clone, Copy)]
|
2121
|
+
pub struct MENUITEMTEMPLATE {
|
2122
|
+
pub mtOption: u16,
|
2123
|
+
pub mtID: u16,
|
2124
|
+
pub mtString: [u16; 1],
|
2125
|
+
}
|
2126
|
+
impl Default for MENUITEMTEMPLATE {
|
2127
|
+
fn default() -> Self {
|
2128
|
+
unsafe { core::mem::zeroed() }
|
2129
|
+
}
|
2130
|
+
}
|
2131
|
+
#[repr(C)]
|
2132
|
+
#[derive(Clone, Copy, Default)]
|
2133
|
+
pub struct MENUITEMTEMPLATEHEADER {
|
2134
|
+
pub versionNumber: u16,
|
2135
|
+
pub offset: u16,
|
2136
|
+
}
|
2137
|
+
#[repr(C)]
|
2138
|
+
#[derive(Clone, Copy)]
|
2139
|
+
pub struct MENUTEMPLATEEX {
|
2140
|
+
pub Anonymous: MENUTEMPLATEEX_0,
|
2141
|
+
}
|
2142
|
+
impl Default for MENUTEMPLATEEX {
|
2143
|
+
fn default() -> Self {
|
2144
|
+
unsafe { core::mem::zeroed() }
|
2145
|
+
}
|
2146
|
+
}
|
2147
|
+
#[repr(C)]
|
2148
|
+
#[derive(Clone, Copy)]
|
2149
|
+
pub union MENUTEMPLATEEX_0 {
|
2150
|
+
pub Menu: MENUTEMPLATEEX_0_0,
|
2151
|
+
pub MenuEx: MENUTEMPLATEEX_0_1,
|
2152
|
+
}
|
2153
|
+
impl Default for MENUTEMPLATEEX_0 {
|
2154
|
+
fn default() -> Self {
|
2155
|
+
unsafe { core::mem::zeroed() }
|
2156
|
+
}
|
2157
|
+
}
|
2158
|
+
#[repr(C)]
|
2159
|
+
#[derive(Clone, Copy)]
|
2160
|
+
pub struct MENUTEMPLATEEX_0_1 {
|
2161
|
+
pub mexHeader: MENUEX_TEMPLATE_HEADER,
|
2162
|
+
pub mexItem: [MENUEX_TEMPLATE_ITEM; 1],
|
2163
|
+
}
|
2164
|
+
impl Default for MENUTEMPLATEEX_0_1 {
|
2165
|
+
fn default() -> Self {
|
2166
|
+
unsafe { core::mem::zeroed() }
|
2167
|
+
}
|
2168
|
+
}
|
2169
|
+
#[repr(C)]
|
2170
|
+
#[derive(Clone, Copy)]
|
2171
|
+
pub struct MENUTEMPLATEEX_0_0 {
|
2172
|
+
pub mitHeader: MENUITEMTEMPLATEHEADER,
|
2173
|
+
pub miTemplate: [MENUITEMTEMPLATE; 1],
|
2174
|
+
}
|
2175
|
+
impl Default for MENUTEMPLATEEX_0_0 {
|
2176
|
+
fn default() -> Self {
|
2177
|
+
unsafe { core::mem::zeroed() }
|
2178
|
+
}
|
2179
|
+
}
|
2180
|
+
pub type MENU_ITEM_FLAGS = u32;
|
2181
|
+
pub type MENU_ITEM_MASK = u32;
|
2182
|
+
pub type MENU_ITEM_STATE = u32;
|
2183
|
+
pub type MENU_ITEM_TYPE = u32;
|
2184
|
+
pub type MESSAGEBOX_RESULT = i32;
|
2185
|
+
pub type MESSAGEBOX_STYLE = u32;
|
2186
|
+
#[repr(C)]
|
2187
|
+
#[derive(Clone, Copy, Default)]
|
2188
|
+
pub struct MESSAGE_RESOURCE_BLOCK {
|
2189
|
+
pub LowId: u32,
|
2190
|
+
pub HighId: u32,
|
2191
|
+
pub OffsetToEntries: u32,
|
2192
|
+
}
|
2193
|
+
#[repr(C)]
|
2194
|
+
#[derive(Clone, Copy)]
|
2195
|
+
pub struct MESSAGE_RESOURCE_DATA {
|
2196
|
+
pub NumberOfBlocks: u32,
|
2197
|
+
pub Blocks: [MESSAGE_RESOURCE_BLOCK; 1],
|
2198
|
+
}
|
2199
|
+
impl Default for MESSAGE_RESOURCE_DATA {
|
2200
|
+
fn default() -> Self {
|
2201
|
+
unsafe { core::mem::zeroed() }
|
2202
|
+
}
|
2203
|
+
}
|
2204
|
+
#[repr(C)]
|
2205
|
+
#[derive(Clone, Copy)]
|
2206
|
+
pub struct MESSAGE_RESOURCE_ENTRY {
|
2207
|
+
pub Length: u16,
|
2208
|
+
pub Flags: u16,
|
2209
|
+
pub Text: [u8; 1],
|
2210
|
+
}
|
2211
|
+
impl Default for MESSAGE_RESOURCE_ENTRY {
|
2212
|
+
fn default() -> Self {
|
2213
|
+
unsafe { core::mem::zeroed() }
|
2214
|
+
}
|
2215
|
+
}
|
2216
|
+
pub const METRICS_USEDEFAULT: i32 = -1i32;
|
2217
|
+
pub const MFS_CHECKED: MENU_ITEM_STATE = 8u32;
|
2218
|
+
pub const MFS_DEFAULT: MENU_ITEM_STATE = 4096u32;
|
2219
|
+
pub const MFS_DISABLED: MENU_ITEM_STATE = 3u32;
|
2220
|
+
pub const MFS_ENABLED: MENU_ITEM_STATE = 0u32;
|
2221
|
+
pub const MFS_GRAYED: MENU_ITEM_STATE = 3u32;
|
2222
|
+
pub const MFS_HILITE: MENU_ITEM_STATE = 128u32;
|
2223
|
+
pub const MFS_UNCHECKED: MENU_ITEM_STATE = 0u32;
|
2224
|
+
pub const MFS_UNHILITE: MENU_ITEM_STATE = 0u32;
|
2225
|
+
pub const MFT_BITMAP: MENU_ITEM_TYPE = 4u32;
|
2226
|
+
pub const MFT_MENUBARBREAK: MENU_ITEM_TYPE = 32u32;
|
2227
|
+
pub const MFT_MENUBREAK: MENU_ITEM_TYPE = 64u32;
|
2228
|
+
pub const MFT_OWNERDRAW: MENU_ITEM_TYPE = 256u32;
|
2229
|
+
pub const MFT_RADIOCHECK: MENU_ITEM_TYPE = 512u32;
|
2230
|
+
pub const MFT_RIGHTJUSTIFY: MENU_ITEM_TYPE = 16384u32;
|
2231
|
+
pub const MFT_RIGHTORDER: MENU_ITEM_TYPE = 8192u32;
|
2232
|
+
pub const MFT_SEPARATOR: MENU_ITEM_TYPE = 2048u32;
|
2233
|
+
pub const MFT_STRING: MENU_ITEM_TYPE = 0u32;
|
2234
|
+
pub const MF_APPEND: MENU_ITEM_FLAGS = 256u32;
|
2235
|
+
pub const MF_BITMAP: MENU_ITEM_FLAGS = 4u32;
|
2236
|
+
pub const MF_BYCOMMAND: MENU_ITEM_FLAGS = 0u32;
|
2237
|
+
pub const MF_BYPOSITION: MENU_ITEM_FLAGS = 1024u32;
|
2238
|
+
pub const MF_CHANGE: MENU_ITEM_FLAGS = 128u32;
|
2239
|
+
pub const MF_CHECKED: MENU_ITEM_FLAGS = 8u32;
|
2240
|
+
pub const MF_DEFAULT: MENU_ITEM_FLAGS = 4096u32;
|
2241
|
+
pub const MF_DELETE: MENU_ITEM_FLAGS = 512u32;
|
2242
|
+
pub const MF_DISABLED: MENU_ITEM_FLAGS = 2u32;
|
2243
|
+
pub const MF_ENABLED: MENU_ITEM_FLAGS = 0u32;
|
2244
|
+
pub const MF_END: MENU_ITEM_FLAGS = 128u32;
|
2245
|
+
pub const MF_GRAYED: MENU_ITEM_FLAGS = 1u32;
|
2246
|
+
pub const MF_HELP: MENU_ITEM_FLAGS = 16384u32;
|
2247
|
+
pub const MF_HILITE: MENU_ITEM_FLAGS = 128u32;
|
2248
|
+
pub const MF_INSERT: MENU_ITEM_FLAGS = 0u32;
|
2249
|
+
pub const MF_MENUBARBREAK: MENU_ITEM_FLAGS = 32u32;
|
2250
|
+
pub const MF_MENUBREAK: MENU_ITEM_FLAGS = 64u32;
|
2251
|
+
pub const MF_MOUSESELECT: MENU_ITEM_FLAGS = 32768u32;
|
2252
|
+
pub const MF_OWNERDRAW: MENU_ITEM_FLAGS = 256u32;
|
2253
|
+
pub const MF_POPUP: MENU_ITEM_FLAGS = 16u32;
|
2254
|
+
pub const MF_REMOVE: MENU_ITEM_FLAGS = 4096u32;
|
2255
|
+
pub const MF_RIGHTJUSTIFY: MENU_ITEM_FLAGS = 16384u32;
|
2256
|
+
pub const MF_SEPARATOR: MENU_ITEM_FLAGS = 2048u32;
|
2257
|
+
pub const MF_STRING: MENU_ITEM_FLAGS = 0u32;
|
2258
|
+
pub const MF_SYSMENU: MENU_ITEM_FLAGS = 8192u32;
|
2259
|
+
pub const MF_UNCHECKED: MENU_ITEM_FLAGS = 0u32;
|
2260
|
+
pub const MF_UNHILITE: MENU_ITEM_FLAGS = 0u32;
|
2261
|
+
pub const MF_USECHECKBITMAPS: MENU_ITEM_FLAGS = 512u32;
|
2262
|
+
pub const MIIM_BITMAP: MENU_ITEM_MASK = 128u32;
|
2263
|
+
pub const MIIM_CHECKMARKS: MENU_ITEM_MASK = 8u32;
|
2264
|
+
pub const MIIM_DATA: MENU_ITEM_MASK = 32u32;
|
2265
|
+
pub const MIIM_FTYPE: MENU_ITEM_MASK = 256u32;
|
2266
|
+
pub const MIIM_ID: MENU_ITEM_MASK = 2u32;
|
2267
|
+
pub const MIIM_STATE: MENU_ITEM_MASK = 1u32;
|
2268
|
+
pub const MIIM_STRING: MENU_ITEM_MASK = 64u32;
|
2269
|
+
pub const MIIM_SUBMENU: MENU_ITEM_MASK = 4u32;
|
2270
|
+
pub const MIIM_TYPE: MENU_ITEM_MASK = 16u32;
|
2271
|
+
pub const MIM_APPLYTOSUBMENUS: MENUINFO_MASK = 2147483648u32;
|
2272
|
+
pub const MIM_BACKGROUND: MENUINFO_MASK = 2u32;
|
2273
|
+
pub const MIM_HELPID: MENUINFO_MASK = 4u32;
|
2274
|
+
pub const MIM_MAXHEIGHT: MENUINFO_MASK = 1u32;
|
2275
|
+
pub const MIM_MENUDATA: MENUINFO_MASK = 8u32;
|
2276
|
+
pub const MIM_STYLE: MENUINFO_MASK = 16u32;
|
2277
|
+
#[repr(C)]
|
2278
|
+
#[derive(Clone, Copy, Default)]
|
2279
|
+
pub struct MINIMIZEDMETRICS {
|
2280
|
+
pub cbSize: u32,
|
2281
|
+
pub iWidth: i32,
|
2282
|
+
pub iHorzGap: i32,
|
2283
|
+
pub iVertGap: i32,
|
2284
|
+
pub iArrange: MINIMIZEDMETRICS_ARRANGE,
|
2285
|
+
}
|
2286
|
+
pub type MINIMIZEDMETRICS_ARRANGE = i32;
|
2287
|
+
pub const MINIMUM_RESERVED_MANIFEST_RESOURCE_ID: u32 = 1u32;
|
2288
|
+
#[repr(C)]
|
2289
|
+
#[derive(Clone, Copy, Default)]
|
2290
|
+
pub struct MINMAXINFO {
|
2291
|
+
pub ptReserved: super::super::Foundation::POINT,
|
2292
|
+
pub ptMaxSize: super::super::Foundation::POINT,
|
2293
|
+
pub ptMaxPosition: super::super::Foundation::POINT,
|
2294
|
+
pub ptMinTrackSize: super::super::Foundation::POINT,
|
2295
|
+
pub ptMaxTrackSize: super::super::Foundation::POINT,
|
2296
|
+
}
|
2297
|
+
pub const MIN_LOGICALDPIOVERRIDE: i32 = -2i32;
|
2298
|
+
pub const MKF_AVAILABLE: u32 = 2u32;
|
2299
|
+
pub const MKF_CONFIRMHOTKEY: u32 = 8u32;
|
2300
|
+
pub const MKF_HOTKEYACTIVE: u32 = 4u32;
|
2301
|
+
pub const MKF_HOTKEYSOUND: u32 = 16u32;
|
2302
|
+
pub const MKF_INDICATOR: u32 = 32u32;
|
2303
|
+
pub const MKF_LEFTBUTTONDOWN: u32 = 16777216u32;
|
2304
|
+
pub const MKF_LEFTBUTTONSEL: u32 = 268435456u32;
|
2305
|
+
pub const MKF_MODIFIERS: u32 = 64u32;
|
2306
|
+
pub const MKF_MOUSEKEYSON: u32 = 1u32;
|
2307
|
+
pub const MKF_MOUSEMODE: u32 = 2147483648u32;
|
2308
|
+
pub const MKF_REPLACENUMBERS: u32 = 128u32;
|
2309
|
+
pub const MKF_RIGHTBUTTONDOWN: u32 = 33554432u32;
|
2310
|
+
pub const MKF_RIGHTBUTTONSEL: u32 = 536870912u32;
|
2311
|
+
pub const MNC_CLOSE: u32 = 1u32;
|
2312
|
+
pub const MNC_EXECUTE: u32 = 2u32;
|
2313
|
+
pub const MNC_IGNORE: u32 = 0u32;
|
2314
|
+
pub const MNC_SELECT: u32 = 3u32;
|
2315
|
+
pub const MND_CONTINUE: u32 = 0u32;
|
2316
|
+
pub const MND_ENDMENU: u32 = 1u32;
|
2317
|
+
pub const MNGOF_BOTTOMGAP: MENUGETOBJECTINFO_FLAGS = 2u32;
|
2318
|
+
pub const MNGOF_TOPGAP: MENUGETOBJECTINFO_FLAGS = 1u32;
|
2319
|
+
pub const MNGO_NOERROR: u32 = 1u32;
|
2320
|
+
pub const MNGO_NOINTERFACE: u32 = 0u32;
|
2321
|
+
pub const MNS_AUTODISMISS: MENUINFO_STYLE = 268435456u32;
|
2322
|
+
pub const MNS_CHECKORBMP: MENUINFO_STYLE = 67108864u32;
|
2323
|
+
pub const MNS_DRAGDROP: MENUINFO_STYLE = 536870912u32;
|
2324
|
+
pub const MNS_MODELESS: MENUINFO_STYLE = 1073741824u32;
|
2325
|
+
pub const MNS_NOCHECK: MENUINFO_STYLE = 2147483648u32;
|
2326
|
+
pub const MNS_NOTIFYBYPOS: MENUINFO_STYLE = 134217728u32;
|
2327
|
+
pub const MN_GETHMENU: u32 = 481u32;
|
2328
|
+
pub const MONITORINFOF_PRIMARY: u32 = 1u32;
|
2329
|
+
#[repr(C)]
|
2330
|
+
#[derive(Clone, Copy)]
|
2331
|
+
pub struct MOUSEHOOKSTRUCT {
|
2332
|
+
pub pt: super::super::Foundation::POINT,
|
2333
|
+
pub hwnd: super::super::Foundation::HWND,
|
2334
|
+
pub wHitTestCode: u32,
|
2335
|
+
pub dwExtraInfo: usize,
|
2336
|
+
}
|
2337
|
+
impl Default for MOUSEHOOKSTRUCT {
|
2338
|
+
fn default() -> Self {
|
2339
|
+
unsafe { core::mem::zeroed() }
|
2340
|
+
}
|
2341
|
+
}
|
2342
|
+
#[repr(C)]
|
2343
|
+
#[derive(Clone, Copy, Default)]
|
2344
|
+
pub struct MOUSEHOOKSTRUCTEX {
|
2345
|
+
pub Base: MOUSEHOOKSTRUCT,
|
2346
|
+
pub mouseData: u32,
|
2347
|
+
}
|
2348
|
+
pub const MOUSEWHEEL_ROUTING_FOCUS: u32 = 0u32;
|
2349
|
+
pub const MOUSEWHEEL_ROUTING_HYBRID: u32 = 1u32;
|
2350
|
+
pub const MOUSEWHEEL_ROUTING_MOUSE_POS: u32 = 2u32;
|
2351
|
+
#[repr(C)]
|
2352
|
+
#[derive(Clone, Copy)]
|
2353
|
+
pub struct MSG {
|
2354
|
+
pub hwnd: super::super::Foundation::HWND,
|
2355
|
+
pub message: u32,
|
2356
|
+
pub wParam: super::super::Foundation::WPARAM,
|
2357
|
+
pub lParam: super::super::Foundation::LPARAM,
|
2358
|
+
pub time: u32,
|
2359
|
+
pub pt: super::super::Foundation::POINT,
|
2360
|
+
}
|
2361
|
+
impl Default for MSG {
|
2362
|
+
fn default() -> Self {
|
2363
|
+
unsafe { core::mem::zeroed() }
|
2364
|
+
}
|
2365
|
+
}
|
2366
|
+
#[cfg(feature = "Win32_UI_Shell")]
|
2367
|
+
pub type MSGBOXCALLBACK = Option<unsafe extern "system" fn(lphelpinfo: *mut super::Shell::HELPINFO)>;
|
2368
|
+
#[repr(C)]
|
2369
|
+
#[cfg(feature = "Win32_UI_Shell")]
|
2370
|
+
#[derive(Clone, Copy)]
|
2371
|
+
pub struct MSGBOXPARAMSA {
|
2372
|
+
pub cbSize: u32,
|
2373
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2374
|
+
pub hInstance: super::super::Foundation::HINSTANCE,
|
2375
|
+
pub lpszText: windows_sys::core::PCSTR,
|
2376
|
+
pub lpszCaption: windows_sys::core::PCSTR,
|
2377
|
+
pub dwStyle: MESSAGEBOX_STYLE,
|
2378
|
+
pub lpszIcon: windows_sys::core::PCSTR,
|
2379
|
+
pub dwContextHelpId: usize,
|
2380
|
+
pub lpfnMsgBoxCallback: MSGBOXCALLBACK,
|
2381
|
+
pub dwLanguageId: u32,
|
2382
|
+
}
|
2383
|
+
#[cfg(feature = "Win32_UI_Shell")]
|
2384
|
+
impl Default for MSGBOXPARAMSA {
|
2385
|
+
fn default() -> Self {
|
2386
|
+
unsafe { core::mem::zeroed() }
|
2387
|
+
}
|
2388
|
+
}
|
2389
|
+
#[repr(C)]
|
2390
|
+
#[cfg(feature = "Win32_UI_Shell")]
|
2391
|
+
#[derive(Clone, Copy)]
|
2392
|
+
pub struct MSGBOXPARAMSW {
|
2393
|
+
pub cbSize: u32,
|
2394
|
+
pub hwndOwner: super::super::Foundation::HWND,
|
2395
|
+
pub hInstance: super::super::Foundation::HINSTANCE,
|
2396
|
+
pub lpszText: windows_sys::core::PCWSTR,
|
2397
|
+
pub lpszCaption: windows_sys::core::PCWSTR,
|
2398
|
+
pub dwStyle: MESSAGEBOX_STYLE,
|
2399
|
+
pub lpszIcon: windows_sys::core::PCWSTR,
|
2400
|
+
pub dwContextHelpId: usize,
|
2401
|
+
pub lpfnMsgBoxCallback: MSGBOXCALLBACK,
|
2402
|
+
pub dwLanguageId: u32,
|
2403
|
+
}
|
2404
|
+
#[cfg(feature = "Win32_UI_Shell")]
|
2405
|
+
impl Default for MSGBOXPARAMSW {
|
2406
|
+
fn default() -> Self {
|
2407
|
+
unsafe { core::mem::zeroed() }
|
2408
|
+
}
|
2409
|
+
}
|
2410
|
+
pub const MSGFLTINFO_ALLOWED_HIGHER: MSGFLTINFO_STATUS = 3u32;
|
2411
|
+
pub const MSGFLTINFO_ALREADYALLOWED_FORWND: MSGFLTINFO_STATUS = 1u32;
|
2412
|
+
pub const MSGFLTINFO_ALREADYDISALLOWED_FORWND: MSGFLTINFO_STATUS = 2u32;
|
2413
|
+
pub const MSGFLTINFO_NONE: MSGFLTINFO_STATUS = 0u32;
|
2414
|
+
pub type MSGFLTINFO_STATUS = u32;
|
2415
|
+
pub const MSGFLT_ADD: CHANGE_WINDOW_MESSAGE_FILTER_FLAGS = 1u32;
|
2416
|
+
pub const MSGFLT_ALLOW: WINDOW_MESSAGE_FILTER_ACTION = 1u32;
|
2417
|
+
pub const MSGFLT_DISALLOW: WINDOW_MESSAGE_FILTER_ACTION = 2u32;
|
2418
|
+
pub const MSGFLT_REMOVE: CHANGE_WINDOW_MESSAGE_FILTER_FLAGS = 2u32;
|
2419
|
+
pub const MSGFLT_RESET: WINDOW_MESSAGE_FILTER_ACTION = 0u32;
|
2420
|
+
pub const MSGF_DIALOGBOX: u32 = 0u32;
|
2421
|
+
pub const MSGF_MAX: u32 = 8u32;
|
2422
|
+
pub const MSGF_MENU: u32 = 2u32;
|
2423
|
+
pub const MSGF_MESSAGEBOX: u32 = 1u32;
|
2424
|
+
pub const MSGF_NEXTWINDOW: u32 = 6u32;
|
2425
|
+
pub const MSGF_SCROLLBAR: u32 = 5u32;
|
2426
|
+
pub const MSGF_USER: u32 = 4096u32;
|
2427
|
+
pub type MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS = u32;
|
2428
|
+
#[repr(C)]
|
2429
|
+
#[derive(Clone, Copy, Default)]
|
2430
|
+
pub struct MSLLHOOKSTRUCT {
|
2431
|
+
pub pt: super::super::Foundation::POINT,
|
2432
|
+
pub mouseData: u32,
|
2433
|
+
pub flags: u32,
|
2434
|
+
pub time: u32,
|
2435
|
+
pub dwExtraInfo: usize,
|
2436
|
+
}
|
2437
|
+
pub const MWMO_ALERTABLE: MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS = 2u32;
|
2438
|
+
pub const MWMO_INPUTAVAILABLE: MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS = 4u32;
|
2439
|
+
pub const MWMO_NONE: MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS = 0u32;
|
2440
|
+
pub const MWMO_WAITALL: MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS = 1u32;
|
2441
|
+
pub type MrmDumpType = i32;
|
2442
|
+
pub const MrmDumpType_Basic: MrmDumpType = 0i32;
|
2443
|
+
pub const MrmDumpType_Detailed: MrmDumpType = 1i32;
|
2444
|
+
pub const MrmDumpType_Schema: MrmDumpType = 2i32;
|
2445
|
+
pub type MrmIndexerFlags = i32;
|
2446
|
+
pub const MrmIndexerFlagsAutoMerge: MrmIndexerFlags = 1i32;
|
2447
|
+
pub const MrmIndexerFlagsCreateContentChecksum: MrmIndexerFlags = 2i32;
|
2448
|
+
pub const MrmIndexerFlagsNone: MrmIndexerFlags = 0i32;
|
2449
|
+
pub type MrmPackagingMode = i32;
|
2450
|
+
pub const MrmPackagingModeAutoSplit: MrmPackagingMode = 1i32;
|
2451
|
+
pub const MrmPackagingModeResourcePack: MrmPackagingMode = 2i32;
|
2452
|
+
pub const MrmPackagingModeStandaloneFile: MrmPackagingMode = 0i32;
|
2453
|
+
pub type MrmPackagingOptions = i32;
|
2454
|
+
pub const MrmPackagingOptionsNone: MrmPackagingOptions = 0i32;
|
2455
|
+
pub const MrmPackagingOptionsOmitSchemaFromResourcePacks: MrmPackagingOptions = 1i32;
|
2456
|
+
pub const MrmPackagingOptionsSplitLanguageVariants: MrmPackagingOptions = 2i32;
|
2457
|
+
pub type MrmPlatformVersion = i32;
|
2458
|
+
pub const MrmPlatformVersion_Default: MrmPlatformVersion = 0i32;
|
2459
|
+
pub const MrmPlatformVersion_Windows10_0_0_0: MrmPlatformVersion = 17432576i32;
|
2460
|
+
pub const MrmPlatformVersion_Windows10_0_0_5: MrmPlatformVersion = 17432581i32;
|
2461
|
+
#[repr(C)]
|
2462
|
+
#[derive(Clone, Copy)]
|
2463
|
+
pub struct MrmResourceIndexerHandle {
|
2464
|
+
pub handle: *mut core::ffi::c_void,
|
2465
|
+
}
|
2466
|
+
impl Default for MrmResourceIndexerHandle {
|
2467
|
+
fn default() -> Self {
|
2468
|
+
unsafe { core::mem::zeroed() }
|
2469
|
+
}
|
2470
|
+
}
|
2471
|
+
#[repr(C)]
|
2472
|
+
#[derive(Clone, Copy)]
|
2473
|
+
pub struct MrmResourceIndexerMessage {
|
2474
|
+
pub severity: MrmResourceIndexerMessageSeverity,
|
2475
|
+
pub id: u32,
|
2476
|
+
pub text: windows_sys::core::PCWSTR,
|
2477
|
+
}
|
2478
|
+
impl Default for MrmResourceIndexerMessage {
|
2479
|
+
fn default() -> Self {
|
2480
|
+
unsafe { core::mem::zeroed() }
|
2481
|
+
}
|
2482
|
+
}
|
2483
|
+
pub type MrmResourceIndexerMessageSeverity = i32;
|
2484
|
+
pub const MrmResourceIndexerMessageSeverityError: MrmResourceIndexerMessageSeverity = 3i32;
|
2485
|
+
pub const MrmResourceIndexerMessageSeverityInfo: MrmResourceIndexerMessageSeverity = 1i32;
|
2486
|
+
pub const MrmResourceIndexerMessageSeverityVerbose: MrmResourceIndexerMessageSeverity = 0i32;
|
2487
|
+
pub const MrmResourceIndexerMessageSeverityWarning: MrmResourceIndexerMessageSeverity = 2i32;
|
2488
|
+
pub type NAMEENUMPROCA = Option<unsafe extern "system" fn(param0: windows_sys::core::PCSTR, param1: super::super::Foundation::LPARAM) -> windows_sys::core::BOOL>;
|
2489
|
+
pub type NAMEENUMPROCW = Option<unsafe extern "system" fn(param0: windows_sys::core::PCWSTR, param1: super::super::Foundation::LPARAM) -> windows_sys::core::BOOL>;
|
2490
|
+
#[repr(C)]
|
2491
|
+
#[derive(Clone, Copy)]
|
2492
|
+
pub struct NCCALCSIZE_PARAMS {
|
2493
|
+
pub rgrc: [super::super::Foundation::RECT; 3],
|
2494
|
+
pub lppos: *mut WINDOWPOS,
|
2495
|
+
}
|
2496
|
+
impl Default for NCCALCSIZE_PARAMS {
|
2497
|
+
fn default() -> Self {
|
2498
|
+
unsafe { core::mem::zeroed() }
|
2499
|
+
}
|
2500
|
+
}
|
2501
|
+
pub const NFR_ANSI: u32 = 1u32;
|
2502
|
+
pub const NFR_UNICODE: u32 = 2u32;
|
2503
|
+
pub const NF_QUERY: u32 = 3u32;
|
2504
|
+
pub const NF_REQUERY: u32 = 4u32;
|
2505
|
+
pub const NID_EXTERNAL_PEN: u32 = 8u32;
|
2506
|
+
pub const NID_EXTERNAL_TOUCH: u32 = 2u32;
|
2507
|
+
pub const NID_INTEGRATED_PEN: u32 = 4u32;
|
2508
|
+
pub const NID_INTEGRATED_TOUCH: u32 = 1u32;
|
2509
|
+
pub const NID_MULTI_INPUT: u32 = 64u32;
|
2510
|
+
pub const NID_READY: u32 = 128u32;
|
2511
|
+
#[repr(C)]
|
2512
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
2513
|
+
#[derive(Clone, Copy, Default)]
|
2514
|
+
pub struct NONCLIENTMETRICSA {
|
2515
|
+
pub cbSize: u32,
|
2516
|
+
pub iBorderWidth: i32,
|
2517
|
+
pub iScrollWidth: i32,
|
2518
|
+
pub iScrollHeight: i32,
|
2519
|
+
pub iCaptionWidth: i32,
|
2520
|
+
pub iCaptionHeight: i32,
|
2521
|
+
pub lfCaptionFont: super::super::Graphics::Gdi::LOGFONTA,
|
2522
|
+
pub iSmCaptionWidth: i32,
|
2523
|
+
pub iSmCaptionHeight: i32,
|
2524
|
+
pub lfSmCaptionFont: super::super::Graphics::Gdi::LOGFONTA,
|
2525
|
+
pub iMenuWidth: i32,
|
2526
|
+
pub iMenuHeight: i32,
|
2527
|
+
pub lfMenuFont: super::super::Graphics::Gdi::LOGFONTA,
|
2528
|
+
pub lfStatusFont: super::super::Graphics::Gdi::LOGFONTA,
|
2529
|
+
pub lfMessageFont: super::super::Graphics::Gdi::LOGFONTA,
|
2530
|
+
pub iPaddedBorderWidth: i32,
|
2531
|
+
}
|
2532
|
+
#[repr(C)]
|
2533
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
2534
|
+
#[derive(Clone, Copy, Default)]
|
2535
|
+
pub struct NONCLIENTMETRICSW {
|
2536
|
+
pub cbSize: u32,
|
2537
|
+
pub iBorderWidth: i32,
|
2538
|
+
pub iScrollWidth: i32,
|
2539
|
+
pub iScrollHeight: i32,
|
2540
|
+
pub iCaptionWidth: i32,
|
2541
|
+
pub iCaptionHeight: i32,
|
2542
|
+
pub lfCaptionFont: super::super::Graphics::Gdi::LOGFONTW,
|
2543
|
+
pub iSmCaptionWidth: i32,
|
2544
|
+
pub iSmCaptionHeight: i32,
|
2545
|
+
pub lfSmCaptionFont: super::super::Graphics::Gdi::LOGFONTW,
|
2546
|
+
pub iMenuWidth: i32,
|
2547
|
+
pub iMenuHeight: i32,
|
2548
|
+
pub lfMenuFont: super::super::Graphics::Gdi::LOGFONTW,
|
2549
|
+
pub lfStatusFont: super::super::Graphics::Gdi::LOGFONTW,
|
2550
|
+
pub lfMessageFont: super::super::Graphics::Gdi::LOGFONTW,
|
2551
|
+
pub iPaddedBorderWidth: i32,
|
2552
|
+
}
|
2553
|
+
pub type OBJECT_IDENTIFIER = i32;
|
2554
|
+
pub const OBJID_ALERT: OBJECT_IDENTIFIER = -10i32;
|
2555
|
+
pub const OBJID_CARET: OBJECT_IDENTIFIER = -8i32;
|
2556
|
+
pub const OBJID_CLIENT: OBJECT_IDENTIFIER = -4i32;
|
2557
|
+
pub const OBJID_CURSOR: OBJECT_IDENTIFIER = -9i32;
|
2558
|
+
pub const OBJID_HSCROLL: OBJECT_IDENTIFIER = -6i32;
|
2559
|
+
pub const OBJID_MENU: OBJECT_IDENTIFIER = -3i32;
|
2560
|
+
pub const OBJID_NATIVEOM: OBJECT_IDENTIFIER = -16i32;
|
2561
|
+
pub const OBJID_QUERYCLASSNAMEIDX: OBJECT_IDENTIFIER = -12i32;
|
2562
|
+
pub const OBJID_SIZEGRIP: OBJECT_IDENTIFIER = -7i32;
|
2563
|
+
pub const OBJID_SOUND: OBJECT_IDENTIFIER = -11i32;
|
2564
|
+
pub const OBJID_SYSMENU: OBJECT_IDENTIFIER = -1i32;
|
2565
|
+
pub const OBJID_TITLEBAR: OBJECT_IDENTIFIER = -2i32;
|
2566
|
+
pub const OBJID_VSCROLL: OBJECT_IDENTIFIER = -5i32;
|
2567
|
+
pub const OBJID_WINDOW: OBJECT_IDENTIFIER = 0i32;
|
2568
|
+
pub const OBM_BTNCORNERS: u32 = 32758u32;
|
2569
|
+
pub const OBM_BTSIZE: u32 = 32761u32;
|
2570
|
+
pub const OBM_CHECK: u32 = 32760u32;
|
2571
|
+
pub const OBM_CHECKBOXES: u32 = 32759u32;
|
2572
|
+
pub const OBM_CLOSE: u32 = 32754u32;
|
2573
|
+
pub const OBM_COMBO: u32 = 32738u32;
|
2574
|
+
pub const OBM_DNARROW: u32 = 32752u32;
|
2575
|
+
pub const OBM_DNARROWD: u32 = 32742u32;
|
2576
|
+
pub const OBM_DNARROWI: u32 = 32736u32;
|
2577
|
+
pub const OBM_LFARROW: u32 = 32750u32;
|
2578
|
+
pub const OBM_LFARROWD: u32 = 32740u32;
|
2579
|
+
pub const OBM_LFARROWI: u32 = 32734u32;
|
2580
|
+
pub const OBM_MNARROW: u32 = 32739u32;
|
2581
|
+
pub const OBM_OLD_CLOSE: u32 = 32767u32;
|
2582
|
+
pub const OBM_OLD_DNARROW: u32 = 32764u32;
|
2583
|
+
pub const OBM_OLD_LFARROW: u32 = 32762u32;
|
2584
|
+
pub const OBM_OLD_REDUCE: u32 = 32757u32;
|
2585
|
+
pub const OBM_OLD_RESTORE: u32 = 32755u32;
|
2586
|
+
pub const OBM_OLD_RGARROW: u32 = 32763u32;
|
2587
|
+
pub const OBM_OLD_UPARROW: u32 = 32765u32;
|
2588
|
+
pub const OBM_OLD_ZOOM: u32 = 32756u32;
|
2589
|
+
pub const OBM_REDUCE: u32 = 32749u32;
|
2590
|
+
pub const OBM_REDUCED: u32 = 32746u32;
|
2591
|
+
pub const OBM_RESTORE: u32 = 32747u32;
|
2592
|
+
pub const OBM_RESTORED: u32 = 32744u32;
|
2593
|
+
pub const OBM_RGARROW: u32 = 32751u32;
|
2594
|
+
pub const OBM_RGARROWD: u32 = 32741u32;
|
2595
|
+
pub const OBM_RGARROWI: u32 = 32735u32;
|
2596
|
+
pub const OBM_SIZE: u32 = 32766u32;
|
2597
|
+
pub const OBM_UPARROW: u32 = 32753u32;
|
2598
|
+
pub const OBM_UPARROWD: u32 = 32743u32;
|
2599
|
+
pub const OBM_UPARROWI: u32 = 32737u32;
|
2600
|
+
pub const OBM_ZOOM: u32 = 32748u32;
|
2601
|
+
pub const OBM_ZOOMD: u32 = 32745u32;
|
2602
|
+
pub const OCR_APPSTARTING: SYSTEM_CURSOR_ID = 32650u32;
|
2603
|
+
pub const OCR_CROSS: SYSTEM_CURSOR_ID = 32515u32;
|
2604
|
+
pub const OCR_HAND: SYSTEM_CURSOR_ID = 32649u32;
|
2605
|
+
pub const OCR_HELP: SYSTEM_CURSOR_ID = 32651u32;
|
2606
|
+
pub const OCR_IBEAM: SYSTEM_CURSOR_ID = 32513u32;
|
2607
|
+
pub const OCR_ICOCUR: u32 = 32647u32;
|
2608
|
+
pub const OCR_ICON: u32 = 32641u32;
|
2609
|
+
pub const OCR_NO: SYSTEM_CURSOR_ID = 32648u32;
|
2610
|
+
pub const OCR_NORMAL: SYSTEM_CURSOR_ID = 32512u32;
|
2611
|
+
pub const OCR_SIZE: u32 = 32640u32;
|
2612
|
+
pub const OCR_SIZEALL: SYSTEM_CURSOR_ID = 32646u32;
|
2613
|
+
pub const OCR_SIZENESW: SYSTEM_CURSOR_ID = 32643u32;
|
2614
|
+
pub const OCR_SIZENS: SYSTEM_CURSOR_ID = 32645u32;
|
2615
|
+
pub const OCR_SIZENWSE: SYSTEM_CURSOR_ID = 32642u32;
|
2616
|
+
pub const OCR_SIZEWE: SYSTEM_CURSOR_ID = 32644u32;
|
2617
|
+
pub const OCR_UP: SYSTEM_CURSOR_ID = 32516u32;
|
2618
|
+
pub const OCR_WAIT: SYSTEM_CURSOR_ID = 32514u32;
|
2619
|
+
pub const OIC_BANG: u32 = 32515u32;
|
2620
|
+
pub const OIC_ERROR: u32 = 32513u32;
|
2621
|
+
pub const OIC_HAND: u32 = 32513u32;
|
2622
|
+
pub const OIC_INFORMATION: u32 = 32516u32;
|
2623
|
+
pub const OIC_NOTE: u32 = 32516u32;
|
2624
|
+
pub const OIC_QUES: u32 = 32514u32;
|
2625
|
+
pub const OIC_SAMPLE: u32 = 32512u32;
|
2626
|
+
pub const OIC_SHIELD: u32 = 32518u32;
|
2627
|
+
pub const OIC_WARNING: u32 = 32515u32;
|
2628
|
+
pub const OIC_WINLOGO: u32 = 32517u32;
|
2629
|
+
pub const ORD_LANGDRIVER: u32 = 1u32;
|
2630
|
+
pub const PA_ACTIVATE: u32 = 1u32;
|
2631
|
+
pub const PA_NOACTIVATE: u32 = 3u32;
|
2632
|
+
pub const PBTF_APMRESUMEFROMFAILURE: u32 = 1u32;
|
2633
|
+
pub const PBT_APMBATTERYLOW: u32 = 9u32;
|
2634
|
+
pub const PBT_APMOEMEVENT: u32 = 11u32;
|
2635
|
+
pub const PBT_APMPOWERSTATUSCHANGE: u32 = 10u32;
|
2636
|
+
pub const PBT_APMQUERYSTANDBY: u32 = 1u32;
|
2637
|
+
pub const PBT_APMQUERYSTANDBYFAILED: u32 = 3u32;
|
2638
|
+
pub const PBT_APMQUERYSUSPEND: u32 = 0u32;
|
2639
|
+
pub const PBT_APMQUERYSUSPENDFAILED: u32 = 2u32;
|
2640
|
+
pub const PBT_APMRESUMEAUTOMATIC: u32 = 18u32;
|
2641
|
+
pub const PBT_APMRESUMECRITICAL: u32 = 6u32;
|
2642
|
+
pub const PBT_APMRESUMESTANDBY: u32 = 8u32;
|
2643
|
+
pub const PBT_APMRESUMESUSPEND: u32 = 7u32;
|
2644
|
+
pub const PBT_APMSTANDBY: u32 = 5u32;
|
2645
|
+
pub const PBT_APMSUSPEND: u32 = 4u32;
|
2646
|
+
pub const PBT_POWERSETTINGCHANGE: u32 = 32787u32;
|
2647
|
+
pub const PDC_ARRIVAL: u32 = 1u32;
|
2648
|
+
pub const PDC_MAPPING_CHANGE: u32 = 256u32;
|
2649
|
+
pub const PDC_MODE_ASPECTRATIOPRESERVED: u32 = 2048u32;
|
2650
|
+
pub const PDC_MODE_CENTERED: u32 = 128u32;
|
2651
|
+
pub const PDC_MODE_DEFAULT: u32 = 64u32;
|
2652
|
+
pub const PDC_ORIENTATION_0: u32 = 4u32;
|
2653
|
+
pub const PDC_ORIENTATION_180: u32 = 16u32;
|
2654
|
+
pub const PDC_ORIENTATION_270: u32 = 32u32;
|
2655
|
+
pub const PDC_ORIENTATION_90: u32 = 8u32;
|
2656
|
+
pub const PDC_ORIGIN: u32 = 1024u32;
|
2657
|
+
pub const PDC_REMOVAL: u32 = 2u32;
|
2658
|
+
pub const PDC_RESOLUTION: u32 = 512u32;
|
2659
|
+
pub type PEEK_MESSAGE_REMOVE_TYPE = u32;
|
2660
|
+
pub const PENARBITRATIONTYPE_FIS: u32 = 2u32;
|
2661
|
+
pub const PENARBITRATIONTYPE_MAX: u32 = 4u32;
|
2662
|
+
pub const PENARBITRATIONTYPE_NONE: u32 = 0u32;
|
2663
|
+
pub const PENARBITRATIONTYPE_SPT: u32 = 3u32;
|
2664
|
+
pub const PENARBITRATIONTYPE_WIN8: u32 = 1u32;
|
2665
|
+
pub const PENVISUALIZATION_CURSOR: u32 = 32u32;
|
2666
|
+
pub const PENVISUALIZATION_DOUBLETAP: u32 = 2u32;
|
2667
|
+
pub const PENVISUALIZATION_OFF: u32 = 0u32;
|
2668
|
+
pub const PENVISUALIZATION_ON: u32 = 35u32;
|
2669
|
+
pub const PENVISUALIZATION_TAP: u32 = 1u32;
|
2670
|
+
pub const PEN_FLAG_BARREL: u32 = 1u32;
|
2671
|
+
pub const PEN_FLAG_ERASER: u32 = 4u32;
|
2672
|
+
pub const PEN_FLAG_INVERTED: u32 = 2u32;
|
2673
|
+
pub const PEN_FLAG_NONE: u32 = 0u32;
|
2674
|
+
pub const PEN_MASK_NONE: u32 = 0u32;
|
2675
|
+
pub const PEN_MASK_PRESSURE: u32 = 1u32;
|
2676
|
+
pub const PEN_MASK_ROTATION: u32 = 2u32;
|
2677
|
+
pub const PEN_MASK_TILT_X: u32 = 4u32;
|
2678
|
+
pub const PEN_MASK_TILT_Y: u32 = 8u32;
|
2679
|
+
pub const PMB_ACTIVE: u32 = 1u32;
|
2680
|
+
pub const PM_NOREMOVE: PEEK_MESSAGE_REMOVE_TYPE = 0u32;
|
2681
|
+
pub const PM_NOYIELD: PEEK_MESSAGE_REMOVE_TYPE = 2u32;
|
2682
|
+
pub const PM_QS_INPUT: PEEK_MESSAGE_REMOVE_TYPE = 67567616u32;
|
2683
|
+
pub const PM_QS_PAINT: PEEK_MESSAGE_REMOVE_TYPE = 2097152u32;
|
2684
|
+
pub const PM_QS_POSTMESSAGE: PEEK_MESSAGE_REMOVE_TYPE = 9961472u32;
|
2685
|
+
pub const PM_QS_SENDMESSAGE: PEEK_MESSAGE_REMOVE_TYPE = 4194304u32;
|
2686
|
+
pub const PM_REMOVE: PEEK_MESSAGE_REMOVE_TYPE = 1u32;
|
2687
|
+
pub const POINTER_DEVICE_PRODUCT_STRING_MAX: u32 = 520u32;
|
2688
|
+
pub type POINTER_INPUT_TYPE = i32;
|
2689
|
+
pub const POINTER_MESSAGE_FLAG_CANCELED: u32 = 32768u32;
|
2690
|
+
pub const POINTER_MESSAGE_FLAG_CONFIDENCE: u32 = 16384u32;
|
2691
|
+
pub const POINTER_MESSAGE_FLAG_FIFTHBUTTON: u32 = 256u32;
|
2692
|
+
pub const POINTER_MESSAGE_FLAG_FIRSTBUTTON: u32 = 16u32;
|
2693
|
+
pub const POINTER_MESSAGE_FLAG_FOURTHBUTTON: u32 = 128u32;
|
2694
|
+
pub const POINTER_MESSAGE_FLAG_INCONTACT: u32 = 4u32;
|
2695
|
+
pub const POINTER_MESSAGE_FLAG_INRANGE: u32 = 2u32;
|
2696
|
+
pub const POINTER_MESSAGE_FLAG_NEW: u32 = 1u32;
|
2697
|
+
pub const POINTER_MESSAGE_FLAG_PRIMARY: u32 = 8192u32;
|
2698
|
+
pub const POINTER_MESSAGE_FLAG_SECONDBUTTON: u32 = 32u32;
|
2699
|
+
pub const POINTER_MESSAGE_FLAG_THIRDBUTTON: u32 = 64u32;
|
2700
|
+
pub const POINTER_MOD_CTRL: u32 = 8u32;
|
2701
|
+
pub const POINTER_MOD_SHIFT: u32 = 4u32;
|
2702
|
+
pub type PREGISTERCLASSNAMEW = Option<unsafe extern "system" fn(param0: windows_sys::core::PCWSTR) -> bool>;
|
2703
|
+
pub const PRF_CHECKVISIBLE: i32 = 1i32;
|
2704
|
+
pub const PRF_CHILDREN: i32 = 16i32;
|
2705
|
+
pub const PRF_CLIENT: i32 = 4i32;
|
2706
|
+
pub const PRF_ERASEBKGND: i32 = 8i32;
|
2707
|
+
pub const PRF_NONCLIENT: i32 = 2i32;
|
2708
|
+
pub const PRF_OWNED: i32 = 32i32;
|
2709
|
+
pub type PROPENUMPROCA = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: windows_sys::core::PCSTR, param2: super::super::Foundation::HANDLE) -> windows_sys::core::BOOL>;
|
2710
|
+
pub type PROPENUMPROCEXA = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: windows_sys::core::PCSTR, param2: super::super::Foundation::HANDLE, param3: usize) -> windows_sys::core::BOOL>;
|
2711
|
+
pub type PROPENUMPROCEXW = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: windows_sys::core::PCWSTR, param2: super::super::Foundation::HANDLE, param3: usize) -> windows_sys::core::BOOL>;
|
2712
|
+
pub type PROPENUMPROCW = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: windows_sys::core::PCWSTR, param2: super::super::Foundation::HANDLE) -> windows_sys::core::BOOL>;
|
2713
|
+
pub const PT_MOUSE: POINTER_INPUT_TYPE = 4i32;
|
2714
|
+
pub const PT_PEN: POINTER_INPUT_TYPE = 3i32;
|
2715
|
+
pub const PT_POINTER: POINTER_INPUT_TYPE = 1i32;
|
2716
|
+
pub const PT_TOUCH: POINTER_INPUT_TYPE = 2i32;
|
2717
|
+
pub const PT_TOUCHPAD: POINTER_INPUT_TYPE = 5i32;
|
2718
|
+
pub const PWR_CRITICALRESUME: u32 = 3u32;
|
2719
|
+
pub const PWR_FAIL: i32 = -1i32;
|
2720
|
+
pub const PWR_OK: u32 = 1u32;
|
2721
|
+
pub const PWR_SUSPENDREQUEST: u32 = 1u32;
|
2722
|
+
pub const PWR_SUSPENDRESUME: u32 = 2u32;
|
2723
|
+
pub const PW_RENDERFULLCONTENT: u32 = 2u32;
|
2724
|
+
pub const QS_ALLEVENTS: QUEUE_STATUS_FLAGS = 1215u32;
|
2725
|
+
pub const QS_ALLINPUT: QUEUE_STATUS_FLAGS = 1279u32;
|
2726
|
+
pub const QS_ALLPOSTMESSAGE: QUEUE_STATUS_FLAGS = 256u32;
|
2727
|
+
pub const QS_HOTKEY: QUEUE_STATUS_FLAGS = 128u32;
|
2728
|
+
pub const QS_INPUT: QUEUE_STATUS_FLAGS = 1031u32;
|
2729
|
+
pub const QS_KEY: QUEUE_STATUS_FLAGS = 1u32;
|
2730
|
+
pub const QS_MOUSE: QUEUE_STATUS_FLAGS = 6u32;
|
2731
|
+
pub const QS_MOUSEBUTTON: QUEUE_STATUS_FLAGS = 4u32;
|
2732
|
+
pub const QS_MOUSEMOVE: QUEUE_STATUS_FLAGS = 2u32;
|
2733
|
+
pub const QS_PAINT: QUEUE_STATUS_FLAGS = 32u32;
|
2734
|
+
pub const QS_POINTER: u32 = 4096u32;
|
2735
|
+
pub const QS_POSTMESSAGE: QUEUE_STATUS_FLAGS = 8u32;
|
2736
|
+
pub const QS_RAWINPUT: QUEUE_STATUS_FLAGS = 1024u32;
|
2737
|
+
pub const QS_SENDMESSAGE: QUEUE_STATUS_FLAGS = 64u32;
|
2738
|
+
pub const QS_TIMER: QUEUE_STATUS_FLAGS = 16u32;
|
2739
|
+
pub const QS_TOUCH: u32 = 2048u32;
|
2740
|
+
pub type QUEUE_STATUS_FLAGS = u32;
|
2741
|
+
pub type REGISTER_NOTIFICATION_FLAGS = u32;
|
2742
|
+
pub const RES_CURSOR: u32 = 2u32;
|
2743
|
+
pub const RES_ICON: u32 = 1u32;
|
2744
|
+
pub const RIDEV_EXMODEMASK: u32 = 240u32;
|
2745
|
+
pub const RIM_INPUT: u32 = 0u32;
|
2746
|
+
pub const RIM_INPUTSINK: u32 = 1u32;
|
2747
|
+
pub const RIM_TYPEMAX: u32 = 2u32;
|
2748
|
+
pub const RI_KEY_BREAK: u32 = 1u32;
|
2749
|
+
pub const RI_KEY_E0: u32 = 2u32;
|
2750
|
+
pub const RI_KEY_E1: u32 = 4u32;
|
2751
|
+
pub const RI_KEY_MAKE: u32 = 0u32;
|
2752
|
+
pub const RI_KEY_TERMSRV_SET_LED: u32 = 8u32;
|
2753
|
+
pub const RI_KEY_TERMSRV_SHADOW: u32 = 16u32;
|
2754
|
+
pub const RI_MOUSE_BUTTON_1_DOWN: u32 = 1u32;
|
2755
|
+
pub const RI_MOUSE_BUTTON_1_UP: u32 = 2u32;
|
2756
|
+
pub const RI_MOUSE_BUTTON_2_DOWN: u32 = 4u32;
|
2757
|
+
pub const RI_MOUSE_BUTTON_2_UP: u32 = 8u32;
|
2758
|
+
pub const RI_MOUSE_BUTTON_3_DOWN: u32 = 16u32;
|
2759
|
+
pub const RI_MOUSE_BUTTON_3_UP: u32 = 32u32;
|
2760
|
+
pub const RI_MOUSE_BUTTON_4_DOWN: u32 = 64u32;
|
2761
|
+
pub const RI_MOUSE_BUTTON_4_UP: u32 = 128u32;
|
2762
|
+
pub const RI_MOUSE_BUTTON_5_DOWN: u32 = 256u32;
|
2763
|
+
pub const RI_MOUSE_BUTTON_5_UP: u32 = 512u32;
|
2764
|
+
pub const RI_MOUSE_HWHEEL: u32 = 2048u32;
|
2765
|
+
pub const RI_MOUSE_LEFT_BUTTON_DOWN: u32 = 1u32;
|
2766
|
+
pub const RI_MOUSE_LEFT_BUTTON_UP: u32 = 2u32;
|
2767
|
+
pub const RI_MOUSE_MIDDLE_BUTTON_DOWN: u32 = 16u32;
|
2768
|
+
pub const RI_MOUSE_MIDDLE_BUTTON_UP: u32 = 32u32;
|
2769
|
+
pub const RI_MOUSE_RIGHT_BUTTON_DOWN: u32 = 4u32;
|
2770
|
+
pub const RI_MOUSE_RIGHT_BUTTON_UP: u32 = 8u32;
|
2771
|
+
pub const RI_MOUSE_WHEEL: u32 = 1024u32;
|
2772
|
+
pub const RT_ACCELERATOR: windows_sys::core::PCWSTR = 9u16 as _;
|
2773
|
+
pub const RT_ANICURSOR: windows_sys::core::PCWSTR = 21u16 as _;
|
2774
|
+
pub const RT_ANIICON: windows_sys::core::PCWSTR = 22u16 as _;
|
2775
|
+
pub const RT_BITMAP: windows_sys::core::PCWSTR = 2u16 as _;
|
2776
|
+
pub const RT_CURSOR: windows_sys::core::PCWSTR = 1u16 as _;
|
2777
|
+
pub const RT_DIALOG: windows_sys::core::PCWSTR = 5u16 as _;
|
2778
|
+
pub const RT_DLGINCLUDE: windows_sys::core::PCWSTR = 17u16 as _;
|
2779
|
+
pub const RT_FONT: windows_sys::core::PCWSTR = 8u16 as _;
|
2780
|
+
pub const RT_FONTDIR: windows_sys::core::PCWSTR = 7u16 as _;
|
2781
|
+
pub const RT_GROUP_CURSOR: windows_sys::core::PCWSTR = 12u16 as _;
|
2782
|
+
pub const RT_GROUP_ICON: windows_sys::core::PCWSTR = 14u16 as _;
|
2783
|
+
pub const RT_HTML: windows_sys::core::PCWSTR = 23u16 as _;
|
2784
|
+
pub const RT_ICON: windows_sys::core::PCWSTR = 3u16 as _;
|
2785
|
+
pub const RT_MANIFEST: windows_sys::core::PCWSTR = 24u16 as _;
|
2786
|
+
pub const RT_MENU: windows_sys::core::PCWSTR = 4u16 as _;
|
2787
|
+
pub const RT_MESSAGETABLE: windows_sys::core::PCWSTR = 11u16 as _;
|
2788
|
+
pub const RT_PLUGPLAY: windows_sys::core::PCWSTR = 19u16 as _;
|
2789
|
+
pub const RT_VERSION: windows_sys::core::PCWSTR = 16u16 as _;
|
2790
|
+
pub const RT_VXD: windows_sys::core::PCWSTR = 20u16 as _;
|
2791
|
+
pub const SBM_ENABLE_ARROWS: u32 = 228u32;
|
2792
|
+
pub const SBM_GETPOS: u32 = 225u32;
|
2793
|
+
pub const SBM_GETRANGE: u32 = 227u32;
|
2794
|
+
pub const SBM_GETSCROLLBARINFO: u32 = 235u32;
|
2795
|
+
pub const SBM_GETSCROLLINFO: u32 = 234u32;
|
2796
|
+
pub const SBM_SETPOS: u32 = 224u32;
|
2797
|
+
pub const SBM_SETRANGE: u32 = 226u32;
|
2798
|
+
pub const SBM_SETRANGEREDRAW: u32 = 230u32;
|
2799
|
+
pub const SBM_SETSCROLLINFO: u32 = 233u32;
|
2800
|
+
pub const SBS_BOTTOMALIGN: i32 = 4i32;
|
2801
|
+
pub const SBS_HORZ: i32 = 0i32;
|
2802
|
+
pub const SBS_LEFTALIGN: i32 = 2i32;
|
2803
|
+
pub const SBS_RIGHTALIGN: i32 = 4i32;
|
2804
|
+
pub const SBS_SIZEBOX: i32 = 8i32;
|
2805
|
+
pub const SBS_SIZEBOXBOTTOMRIGHTALIGN: i32 = 4i32;
|
2806
|
+
pub const SBS_SIZEBOXTOPLEFTALIGN: i32 = 2i32;
|
2807
|
+
pub const SBS_SIZEGRIP: i32 = 16i32;
|
2808
|
+
pub const SBS_TOPALIGN: i32 = 2i32;
|
2809
|
+
pub const SBS_VERT: i32 = 1i32;
|
2810
|
+
pub const SB_BOTH: SCROLLBAR_CONSTANTS = 3i32;
|
2811
|
+
pub const SB_BOTTOM: SCROLLBAR_COMMAND = 7i32;
|
2812
|
+
pub const SB_CTL: SCROLLBAR_CONSTANTS = 2i32;
|
2813
|
+
pub const SB_ENDSCROLL: SCROLLBAR_COMMAND = 8i32;
|
2814
|
+
pub const SB_HORZ: SCROLLBAR_CONSTANTS = 0i32;
|
2815
|
+
pub const SB_LEFT: SCROLLBAR_COMMAND = 6i32;
|
2816
|
+
pub const SB_LINEDOWN: SCROLLBAR_COMMAND = 1i32;
|
2817
|
+
pub const SB_LINELEFT: SCROLLBAR_COMMAND = 0i32;
|
2818
|
+
pub const SB_LINERIGHT: SCROLLBAR_COMMAND = 1i32;
|
2819
|
+
pub const SB_LINEUP: SCROLLBAR_COMMAND = 0i32;
|
2820
|
+
pub const SB_PAGEDOWN: SCROLLBAR_COMMAND = 3i32;
|
2821
|
+
pub const SB_PAGELEFT: SCROLLBAR_COMMAND = 2i32;
|
2822
|
+
pub const SB_PAGERIGHT: SCROLLBAR_COMMAND = 3i32;
|
2823
|
+
pub const SB_PAGEUP: SCROLLBAR_COMMAND = 2i32;
|
2824
|
+
pub const SB_RIGHT: SCROLLBAR_COMMAND = 7i32;
|
2825
|
+
pub const SB_THUMBPOSITION: SCROLLBAR_COMMAND = 4i32;
|
2826
|
+
pub const SB_THUMBTRACK: SCROLLBAR_COMMAND = 5i32;
|
2827
|
+
pub const SB_TOP: SCROLLBAR_COMMAND = 6i32;
|
2828
|
+
pub const SB_VERT: SCROLLBAR_CONSTANTS = 1i32;
|
2829
|
+
pub const SCF_ISSECURE: u32 = 1u32;
|
2830
|
+
#[repr(C)]
|
2831
|
+
#[derive(Clone, Copy)]
|
2832
|
+
pub struct SCROLLBARINFO {
|
2833
|
+
pub cbSize: u32,
|
2834
|
+
pub rcScrollBar: super::super::Foundation::RECT,
|
2835
|
+
pub dxyLineButton: i32,
|
2836
|
+
pub xyThumbTop: i32,
|
2837
|
+
pub xyThumbBottom: i32,
|
2838
|
+
pub reserved: i32,
|
2839
|
+
pub rgstate: [u32; 6],
|
2840
|
+
}
|
2841
|
+
impl Default for SCROLLBARINFO {
|
2842
|
+
fn default() -> Self {
|
2843
|
+
unsafe { core::mem::zeroed() }
|
2844
|
+
}
|
2845
|
+
}
|
2846
|
+
pub type SCROLLBAR_COMMAND = i32;
|
2847
|
+
pub type SCROLLBAR_CONSTANTS = i32;
|
2848
|
+
#[repr(C)]
|
2849
|
+
#[derive(Clone, Copy, Default)]
|
2850
|
+
pub struct SCROLLINFO {
|
2851
|
+
pub cbSize: u32,
|
2852
|
+
pub fMask: SCROLLINFO_MASK,
|
2853
|
+
pub nMin: i32,
|
2854
|
+
pub nMax: i32,
|
2855
|
+
pub nPage: u32,
|
2856
|
+
pub nPos: i32,
|
2857
|
+
pub nTrackPos: i32,
|
2858
|
+
}
|
2859
|
+
pub type SCROLLINFO_MASK = u32;
|
2860
|
+
pub type SCROLL_WINDOW_FLAGS = u32;
|
2861
|
+
pub const SC_ARRANGE: u32 = 61712u32;
|
2862
|
+
pub const SC_CLOSE: u32 = 61536u32;
|
2863
|
+
pub const SC_CONTEXTHELP: u32 = 61824u32;
|
2864
|
+
pub const SC_DEFAULT: u32 = 61792u32;
|
2865
|
+
pub const SC_HOTKEY: u32 = 61776u32;
|
2866
|
+
pub const SC_HSCROLL: u32 = 61568u32;
|
2867
|
+
pub const SC_ICON: u32 = 61472u32;
|
2868
|
+
pub const SC_KEYMENU: u32 = 61696u32;
|
2869
|
+
pub const SC_MAXIMIZE: u32 = 61488u32;
|
2870
|
+
pub const SC_MINIMIZE: u32 = 61472u32;
|
2871
|
+
pub const SC_MONITORPOWER: u32 = 61808u32;
|
2872
|
+
pub const SC_MOUSEMENU: u32 = 61584u32;
|
2873
|
+
pub const SC_MOVE: u32 = 61456u32;
|
2874
|
+
pub const SC_NEXTWINDOW: u32 = 61504u32;
|
2875
|
+
pub const SC_PREVWINDOW: u32 = 61520u32;
|
2876
|
+
pub const SC_RESTORE: u32 = 61728u32;
|
2877
|
+
pub const SC_SEPARATOR: u32 = 61455u32;
|
2878
|
+
pub const SC_SIZE: u32 = 61440u32;
|
2879
|
+
pub const SC_TASKLIST: u32 = 61744u32;
|
2880
|
+
pub const SC_VSCROLL: u32 = 61552u32;
|
2881
|
+
pub const SC_ZOOM: u32 = 61488u32;
|
2882
|
+
pub type SENDASYNCPROC = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: u32, param2: usize, param3: super::super::Foundation::LRESULT)>;
|
2883
|
+
pub type SEND_MESSAGE_TIMEOUT_FLAGS = u32;
|
2884
|
+
pub type SET_WINDOW_POS_FLAGS = u32;
|
2885
|
+
#[repr(C)]
|
2886
|
+
#[derive(Clone, Copy)]
|
2887
|
+
pub struct SHELLHOOKINFO {
|
2888
|
+
pub hwnd: super::super::Foundation::HWND,
|
2889
|
+
pub rc: super::super::Foundation::RECT,
|
2890
|
+
}
|
2891
|
+
impl Default for SHELLHOOKINFO {
|
2892
|
+
fn default() -> Self {
|
2893
|
+
unsafe { core::mem::zeroed() }
|
2894
|
+
}
|
2895
|
+
}
|
2896
|
+
pub const SHOW_FULLSCREEN: u32 = 3u32;
|
2897
|
+
pub const SHOW_ICONWINDOW: u32 = 2u32;
|
2898
|
+
pub const SHOW_OPENNOACTIVATE: u32 = 4u32;
|
2899
|
+
pub const SHOW_OPENWINDOW: u32 = 1u32;
|
2900
|
+
pub type SHOW_WINDOW_CMD = i32;
|
2901
|
+
pub type SHOW_WINDOW_STATUS = u32;
|
2902
|
+
pub const SIF_ALL: SCROLLINFO_MASK = 23u32;
|
2903
|
+
pub const SIF_DISABLENOSCROLL: SCROLLINFO_MASK = 8u32;
|
2904
|
+
pub const SIF_PAGE: SCROLLINFO_MASK = 2u32;
|
2905
|
+
pub const SIF_POS: SCROLLINFO_MASK = 4u32;
|
2906
|
+
pub const SIF_RANGE: SCROLLINFO_MASK = 1u32;
|
2907
|
+
pub const SIF_TRACKPOS: SCROLLINFO_MASK = 16u32;
|
2908
|
+
pub const SIZEFULLSCREEN: u32 = 2u32;
|
2909
|
+
pub const SIZEICONIC: u32 = 1u32;
|
2910
|
+
pub const SIZENORMAL: u32 = 0u32;
|
2911
|
+
pub const SIZEZOOMHIDE: u32 = 4u32;
|
2912
|
+
pub const SIZEZOOMSHOW: u32 = 3u32;
|
2913
|
+
pub const SIZE_MAXHIDE: u32 = 4u32;
|
2914
|
+
pub const SIZE_MAXIMIZED: u32 = 2u32;
|
2915
|
+
pub const SIZE_MAXSHOW: u32 = 3u32;
|
2916
|
+
pub const SIZE_MINIMIZED: u32 = 1u32;
|
2917
|
+
pub const SIZE_RESTORED: u32 = 0u32;
|
2918
|
+
pub const SMTO_ABORTIFHUNG: SEND_MESSAGE_TIMEOUT_FLAGS = 2u32;
|
2919
|
+
pub const SMTO_BLOCK: SEND_MESSAGE_TIMEOUT_FLAGS = 1u32;
|
2920
|
+
pub const SMTO_ERRORONEXIT: SEND_MESSAGE_TIMEOUT_FLAGS = 32u32;
|
2921
|
+
pub const SMTO_NORMAL: SEND_MESSAGE_TIMEOUT_FLAGS = 0u32;
|
2922
|
+
pub const SMTO_NOTIMEOUTIFNOTHUNG: SEND_MESSAGE_TIMEOUT_FLAGS = 8u32;
|
2923
|
+
pub const SM_ARRANGE: SYSTEM_METRICS_INDEX = 56i32;
|
2924
|
+
pub const SM_CARETBLINKINGENABLED: u32 = 8194u32;
|
2925
|
+
pub const SM_CLEANBOOT: SYSTEM_METRICS_INDEX = 67i32;
|
2926
|
+
pub const SM_CMETRICS: u32 = 76u32;
|
2927
|
+
pub const SM_CMONITORS: SYSTEM_METRICS_INDEX = 80i32;
|
2928
|
+
pub const SM_CMOUSEBUTTONS: SYSTEM_METRICS_INDEX = 43i32;
|
2929
|
+
pub const SM_CONVERTIBLESLATEMODE: SYSTEM_METRICS_INDEX = 8195i32;
|
2930
|
+
pub const SM_CXBORDER: SYSTEM_METRICS_INDEX = 5i32;
|
2931
|
+
pub const SM_CXCURSOR: SYSTEM_METRICS_INDEX = 13i32;
|
2932
|
+
pub const SM_CXDLGFRAME: SYSTEM_METRICS_INDEX = 7i32;
|
2933
|
+
pub const SM_CXDOUBLECLK: SYSTEM_METRICS_INDEX = 36i32;
|
2934
|
+
pub const SM_CXDRAG: SYSTEM_METRICS_INDEX = 68i32;
|
2935
|
+
pub const SM_CXEDGE: SYSTEM_METRICS_INDEX = 45i32;
|
2936
|
+
pub const SM_CXFIXEDFRAME: SYSTEM_METRICS_INDEX = 7i32;
|
2937
|
+
pub const SM_CXFOCUSBORDER: SYSTEM_METRICS_INDEX = 83i32;
|
2938
|
+
pub const SM_CXFRAME: SYSTEM_METRICS_INDEX = 32i32;
|
2939
|
+
pub const SM_CXFULLSCREEN: SYSTEM_METRICS_INDEX = 16i32;
|
2940
|
+
pub const SM_CXHSCROLL: SYSTEM_METRICS_INDEX = 21i32;
|
2941
|
+
pub const SM_CXHTHUMB: SYSTEM_METRICS_INDEX = 10i32;
|
2942
|
+
pub const SM_CXICON: SYSTEM_METRICS_INDEX = 11i32;
|
2943
|
+
pub const SM_CXICONSPACING: SYSTEM_METRICS_INDEX = 38i32;
|
2944
|
+
pub const SM_CXMAXIMIZED: SYSTEM_METRICS_INDEX = 61i32;
|
2945
|
+
pub const SM_CXMAXTRACK: SYSTEM_METRICS_INDEX = 59i32;
|
2946
|
+
pub const SM_CXMENUCHECK: SYSTEM_METRICS_INDEX = 71i32;
|
2947
|
+
pub const SM_CXMENUSIZE: SYSTEM_METRICS_INDEX = 54i32;
|
2948
|
+
pub const SM_CXMIN: SYSTEM_METRICS_INDEX = 28i32;
|
2949
|
+
pub const SM_CXMINIMIZED: SYSTEM_METRICS_INDEX = 57i32;
|
2950
|
+
pub const SM_CXMINSPACING: SYSTEM_METRICS_INDEX = 47i32;
|
2951
|
+
pub const SM_CXMINTRACK: SYSTEM_METRICS_INDEX = 34i32;
|
2952
|
+
pub const SM_CXPADDEDBORDER: SYSTEM_METRICS_INDEX = 92i32;
|
2953
|
+
pub const SM_CXSCREEN: SYSTEM_METRICS_INDEX = 0i32;
|
2954
|
+
pub const SM_CXSIZE: SYSTEM_METRICS_INDEX = 30i32;
|
2955
|
+
pub const SM_CXSIZEFRAME: SYSTEM_METRICS_INDEX = 32i32;
|
2956
|
+
pub const SM_CXSMICON: SYSTEM_METRICS_INDEX = 49i32;
|
2957
|
+
pub const SM_CXSMSIZE: SYSTEM_METRICS_INDEX = 52i32;
|
2958
|
+
pub const SM_CXVIRTUALSCREEN: SYSTEM_METRICS_INDEX = 78i32;
|
2959
|
+
pub const SM_CXVSCROLL: SYSTEM_METRICS_INDEX = 2i32;
|
2960
|
+
pub const SM_CYBORDER: SYSTEM_METRICS_INDEX = 6i32;
|
2961
|
+
pub const SM_CYCAPTION: SYSTEM_METRICS_INDEX = 4i32;
|
2962
|
+
pub const SM_CYCURSOR: SYSTEM_METRICS_INDEX = 14i32;
|
2963
|
+
pub const SM_CYDLGFRAME: SYSTEM_METRICS_INDEX = 8i32;
|
2964
|
+
pub const SM_CYDOUBLECLK: SYSTEM_METRICS_INDEX = 37i32;
|
2965
|
+
pub const SM_CYDRAG: SYSTEM_METRICS_INDEX = 69i32;
|
2966
|
+
pub const SM_CYEDGE: SYSTEM_METRICS_INDEX = 46i32;
|
2967
|
+
pub const SM_CYFIXEDFRAME: SYSTEM_METRICS_INDEX = 8i32;
|
2968
|
+
pub const SM_CYFOCUSBORDER: SYSTEM_METRICS_INDEX = 84i32;
|
2969
|
+
pub const SM_CYFRAME: SYSTEM_METRICS_INDEX = 33i32;
|
2970
|
+
pub const SM_CYFULLSCREEN: SYSTEM_METRICS_INDEX = 17i32;
|
2971
|
+
pub const SM_CYHSCROLL: SYSTEM_METRICS_INDEX = 3i32;
|
2972
|
+
pub const SM_CYICON: SYSTEM_METRICS_INDEX = 12i32;
|
2973
|
+
pub const SM_CYICONSPACING: SYSTEM_METRICS_INDEX = 39i32;
|
2974
|
+
pub const SM_CYKANJIWINDOW: SYSTEM_METRICS_INDEX = 18i32;
|
2975
|
+
pub const SM_CYMAXIMIZED: SYSTEM_METRICS_INDEX = 62i32;
|
2976
|
+
pub const SM_CYMAXTRACK: SYSTEM_METRICS_INDEX = 60i32;
|
2977
|
+
pub const SM_CYMENU: SYSTEM_METRICS_INDEX = 15i32;
|
2978
|
+
pub const SM_CYMENUCHECK: SYSTEM_METRICS_INDEX = 72i32;
|
2979
|
+
pub const SM_CYMENUSIZE: SYSTEM_METRICS_INDEX = 55i32;
|
2980
|
+
pub const SM_CYMIN: SYSTEM_METRICS_INDEX = 29i32;
|
2981
|
+
pub const SM_CYMINIMIZED: SYSTEM_METRICS_INDEX = 58i32;
|
2982
|
+
pub const SM_CYMINSPACING: SYSTEM_METRICS_INDEX = 48i32;
|
2983
|
+
pub const SM_CYMINTRACK: SYSTEM_METRICS_INDEX = 35i32;
|
2984
|
+
pub const SM_CYSCREEN: SYSTEM_METRICS_INDEX = 1i32;
|
2985
|
+
pub const SM_CYSIZE: SYSTEM_METRICS_INDEX = 31i32;
|
2986
|
+
pub const SM_CYSIZEFRAME: SYSTEM_METRICS_INDEX = 33i32;
|
2987
|
+
pub const SM_CYSMCAPTION: SYSTEM_METRICS_INDEX = 51i32;
|
2988
|
+
pub const SM_CYSMICON: SYSTEM_METRICS_INDEX = 50i32;
|
2989
|
+
pub const SM_CYSMSIZE: SYSTEM_METRICS_INDEX = 53i32;
|
2990
|
+
pub const SM_CYVIRTUALSCREEN: SYSTEM_METRICS_INDEX = 79i32;
|
2991
|
+
pub const SM_CYVSCROLL: SYSTEM_METRICS_INDEX = 20i32;
|
2992
|
+
pub const SM_CYVTHUMB: SYSTEM_METRICS_INDEX = 9i32;
|
2993
|
+
pub const SM_DBCSENABLED: SYSTEM_METRICS_INDEX = 42i32;
|
2994
|
+
pub const SM_DEBUG: SYSTEM_METRICS_INDEX = 22i32;
|
2995
|
+
pub const SM_DIGITIZER: SYSTEM_METRICS_INDEX = 94i32;
|
2996
|
+
pub const SM_IMMENABLED: SYSTEM_METRICS_INDEX = 82i32;
|
2997
|
+
pub const SM_MAXIMUMTOUCHES: SYSTEM_METRICS_INDEX = 95i32;
|
2998
|
+
pub const SM_MEDIACENTER: SYSTEM_METRICS_INDEX = 87i32;
|
2999
|
+
pub const SM_MENUDROPALIGNMENT: SYSTEM_METRICS_INDEX = 40i32;
|
3000
|
+
pub const SM_MIDEASTENABLED: SYSTEM_METRICS_INDEX = 74i32;
|
3001
|
+
pub const SM_MOUSEHORIZONTALWHEELPRESENT: SYSTEM_METRICS_INDEX = 91i32;
|
3002
|
+
pub const SM_MOUSEPRESENT: SYSTEM_METRICS_INDEX = 19i32;
|
3003
|
+
pub const SM_MOUSEWHEELPRESENT: SYSTEM_METRICS_INDEX = 75i32;
|
3004
|
+
pub const SM_NETWORK: SYSTEM_METRICS_INDEX = 63i32;
|
3005
|
+
pub const SM_PENWINDOWS: SYSTEM_METRICS_INDEX = 41i32;
|
3006
|
+
pub const SM_REMOTECONTROL: SYSTEM_METRICS_INDEX = 8193i32;
|
3007
|
+
pub const SM_REMOTESESSION: SYSTEM_METRICS_INDEX = 4096i32;
|
3008
|
+
pub const SM_RESERVED1: u32 = 24u32;
|
3009
|
+
pub const SM_RESERVED2: u32 = 25u32;
|
3010
|
+
pub const SM_RESERVED3: u32 = 26u32;
|
3011
|
+
pub const SM_RESERVED4: u32 = 27u32;
|
3012
|
+
pub const SM_SAMEDISPLAYFORMAT: SYSTEM_METRICS_INDEX = 81i32;
|
3013
|
+
pub const SM_SECURE: SYSTEM_METRICS_INDEX = 44i32;
|
3014
|
+
pub const SM_SERVERR2: SYSTEM_METRICS_INDEX = 89i32;
|
3015
|
+
pub const SM_SHOWSOUNDS: SYSTEM_METRICS_INDEX = 70i32;
|
3016
|
+
pub const SM_SHUTTINGDOWN: SYSTEM_METRICS_INDEX = 8192i32;
|
3017
|
+
pub const SM_SLOWMACHINE: SYSTEM_METRICS_INDEX = 73i32;
|
3018
|
+
pub const SM_STARTER: SYSTEM_METRICS_INDEX = 88i32;
|
3019
|
+
pub const SM_SWAPBUTTON: SYSTEM_METRICS_INDEX = 23i32;
|
3020
|
+
pub const SM_SYSTEMDOCKED: SYSTEM_METRICS_INDEX = 8196i32;
|
3021
|
+
pub const SM_TABLETPC: SYSTEM_METRICS_INDEX = 86i32;
|
3022
|
+
pub const SM_XVIRTUALSCREEN: SYSTEM_METRICS_INDEX = 76i32;
|
3023
|
+
pub const SM_YVIRTUALSCREEN: SYSTEM_METRICS_INDEX = 77i32;
|
3024
|
+
pub const SOUND_SYSTEM_APPEND: u32 = 14u32;
|
3025
|
+
pub const SOUND_SYSTEM_APPSTART: u32 = 12u32;
|
3026
|
+
pub const SOUND_SYSTEM_BEEP: u32 = 3u32;
|
3027
|
+
pub const SOUND_SYSTEM_ERROR: u32 = 4u32;
|
3028
|
+
pub const SOUND_SYSTEM_FAULT: u32 = 13u32;
|
3029
|
+
pub const SOUND_SYSTEM_INFORMATION: u32 = 7u32;
|
3030
|
+
pub const SOUND_SYSTEM_MAXIMIZE: u32 = 8u32;
|
3031
|
+
pub const SOUND_SYSTEM_MENUCOMMAND: u32 = 15u32;
|
3032
|
+
pub const SOUND_SYSTEM_MENUPOPUP: u32 = 16u32;
|
3033
|
+
pub const SOUND_SYSTEM_MINIMIZE: u32 = 9u32;
|
3034
|
+
pub const SOUND_SYSTEM_QUESTION: u32 = 5u32;
|
3035
|
+
pub const SOUND_SYSTEM_RESTOREDOWN: u32 = 11u32;
|
3036
|
+
pub const SOUND_SYSTEM_RESTOREUP: u32 = 10u32;
|
3037
|
+
pub const SOUND_SYSTEM_SHUTDOWN: u32 = 2u32;
|
3038
|
+
pub const SOUND_SYSTEM_STARTUP: u32 = 1u32;
|
3039
|
+
pub const SOUND_SYSTEM_WARNING: u32 = 6u32;
|
3040
|
+
pub const SPIF_SENDCHANGE: SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS = 2u32;
|
3041
|
+
pub const SPIF_SENDWININICHANGE: SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS = 2u32;
|
3042
|
+
pub const SPIF_UPDATEINIFILE: SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS = 1u32;
|
3043
|
+
pub const SPI_GETACCESSTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 60u32;
|
3044
|
+
pub const SPI_GETACTIVEWINDOWTRACKING: SYSTEM_PARAMETERS_INFO_ACTION = 4096u32;
|
3045
|
+
pub const SPI_GETACTIVEWNDTRKTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 8194u32;
|
3046
|
+
pub const SPI_GETACTIVEWNDTRKZORDER: SYSTEM_PARAMETERS_INFO_ACTION = 4108u32;
|
3047
|
+
pub const SPI_GETANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 72u32;
|
3048
|
+
pub const SPI_GETAUDIODESCRIPTION: SYSTEM_PARAMETERS_INFO_ACTION = 116u32;
|
3049
|
+
pub const SPI_GETBEEP: SYSTEM_PARAMETERS_INFO_ACTION = 1u32;
|
3050
|
+
pub const SPI_GETBLOCKSENDINPUTRESETS: SYSTEM_PARAMETERS_INFO_ACTION = 4134u32;
|
3051
|
+
pub const SPI_GETBORDER: SYSTEM_PARAMETERS_INFO_ACTION = 5u32;
|
3052
|
+
pub const SPI_GETCARETBROWSING: SYSTEM_PARAMETERS_INFO_ACTION = 4172u32;
|
3053
|
+
pub const SPI_GETCARETTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 8226u32;
|
3054
|
+
pub const SPI_GETCARETWIDTH: SYSTEM_PARAMETERS_INFO_ACTION = 8198u32;
|
3055
|
+
pub const SPI_GETCLEARTYPE: SYSTEM_PARAMETERS_INFO_ACTION = 4168u32;
|
3056
|
+
pub const SPI_GETCLIENTAREAANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 4162u32;
|
3057
|
+
pub const SPI_GETCOMBOBOXANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 4100u32;
|
3058
|
+
pub const SPI_GETCONTACTVISUALIZATION: SYSTEM_PARAMETERS_INFO_ACTION = 8216u32;
|
3059
|
+
pub const SPI_GETCURSORSHADOW: SYSTEM_PARAMETERS_INFO_ACTION = 4122u32;
|
3060
|
+
pub const SPI_GETDEFAULTINPUTLANG: SYSTEM_PARAMETERS_INFO_ACTION = 89u32;
|
3061
|
+
pub const SPI_GETDESKWALLPAPER: SYSTEM_PARAMETERS_INFO_ACTION = 115u32;
|
3062
|
+
pub const SPI_GETDISABLEOVERLAPPEDCONTENT: SYSTEM_PARAMETERS_INFO_ACTION = 4160u32;
|
3063
|
+
pub const SPI_GETDOCKMOVING: SYSTEM_PARAMETERS_INFO_ACTION = 144u32;
|
3064
|
+
pub const SPI_GETDRAGFROMMAXIMIZE: SYSTEM_PARAMETERS_INFO_ACTION = 140u32;
|
3065
|
+
pub const SPI_GETDRAGFULLWINDOWS: SYSTEM_PARAMETERS_INFO_ACTION = 38u32;
|
3066
|
+
pub const SPI_GETDROPSHADOW: SYSTEM_PARAMETERS_INFO_ACTION = 4132u32;
|
3067
|
+
pub const SPI_GETFASTTASKSWITCH: SYSTEM_PARAMETERS_INFO_ACTION = 35u32;
|
3068
|
+
pub const SPI_GETFILTERKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 50u32;
|
3069
|
+
pub const SPI_GETFLATMENU: SYSTEM_PARAMETERS_INFO_ACTION = 4130u32;
|
3070
|
+
pub const SPI_GETFOCUSBORDERHEIGHT: SYSTEM_PARAMETERS_INFO_ACTION = 8208u32;
|
3071
|
+
pub const SPI_GETFOCUSBORDERWIDTH: SYSTEM_PARAMETERS_INFO_ACTION = 8206u32;
|
3072
|
+
pub const SPI_GETFONTSMOOTHING: SYSTEM_PARAMETERS_INFO_ACTION = 74u32;
|
3073
|
+
pub const SPI_GETFONTSMOOTHINGCONTRAST: SYSTEM_PARAMETERS_INFO_ACTION = 8204u32;
|
3074
|
+
pub const SPI_GETFONTSMOOTHINGORIENTATION: SYSTEM_PARAMETERS_INFO_ACTION = 8210u32;
|
3075
|
+
pub const SPI_GETFONTSMOOTHINGTYPE: SYSTEM_PARAMETERS_INFO_ACTION = 8202u32;
|
3076
|
+
pub const SPI_GETFOREGROUNDFLASHCOUNT: SYSTEM_PARAMETERS_INFO_ACTION = 8196u32;
|
3077
|
+
pub const SPI_GETFOREGROUNDLOCKTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 8192u32;
|
3078
|
+
pub const SPI_GETGESTUREVISUALIZATION: SYSTEM_PARAMETERS_INFO_ACTION = 8218u32;
|
3079
|
+
pub const SPI_GETGRADIENTCAPTIONS: SYSTEM_PARAMETERS_INFO_ACTION = 4104u32;
|
3080
|
+
pub const SPI_GETGRIDGRANULARITY: SYSTEM_PARAMETERS_INFO_ACTION = 18u32;
|
3081
|
+
pub const SPI_GETHANDEDNESS: SYSTEM_PARAMETERS_INFO_ACTION = 8228u32;
|
3082
|
+
pub const SPI_GETHIGHCONTRAST: SYSTEM_PARAMETERS_INFO_ACTION = 66u32;
|
3083
|
+
pub const SPI_GETHOTTRACKING: SYSTEM_PARAMETERS_INFO_ACTION = 4110u32;
|
3084
|
+
pub const SPI_GETHUNGAPPTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 120u32;
|
3085
|
+
pub const SPI_GETICONMETRICS: SYSTEM_PARAMETERS_INFO_ACTION = 45u32;
|
3086
|
+
pub const SPI_GETICONTITLELOGFONT: SYSTEM_PARAMETERS_INFO_ACTION = 31u32;
|
3087
|
+
pub const SPI_GETICONTITLEWRAP: SYSTEM_PARAMETERS_INFO_ACTION = 25u32;
|
3088
|
+
pub const SPI_GETKEYBOARDCUES: SYSTEM_PARAMETERS_INFO_ACTION = 4106u32;
|
3089
|
+
pub const SPI_GETKEYBOARDDELAY: SYSTEM_PARAMETERS_INFO_ACTION = 22u32;
|
3090
|
+
pub const SPI_GETKEYBOARDPREF: SYSTEM_PARAMETERS_INFO_ACTION = 68u32;
|
3091
|
+
pub const SPI_GETKEYBOARDSPEED: SYSTEM_PARAMETERS_INFO_ACTION = 10u32;
|
3092
|
+
pub const SPI_GETLISTBOXSMOOTHSCROLLING: SYSTEM_PARAMETERS_INFO_ACTION = 4102u32;
|
3093
|
+
pub const SPI_GETLOGICALDPIOVERRIDE: SYSTEM_PARAMETERS_INFO_ACTION = 158u32;
|
3094
|
+
pub const SPI_GETLOWPOWERACTIVE: SYSTEM_PARAMETERS_INFO_ACTION = 83u32;
|
3095
|
+
pub const SPI_GETLOWPOWERTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 79u32;
|
3096
|
+
pub const SPI_GETMENUANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 4098u32;
|
3097
|
+
pub const SPI_GETMENUDROPALIGNMENT: SYSTEM_PARAMETERS_INFO_ACTION = 27u32;
|
3098
|
+
pub const SPI_GETMENUFADE: SYSTEM_PARAMETERS_INFO_ACTION = 4114u32;
|
3099
|
+
pub const SPI_GETMENURECT: SYSTEM_PARAMETERS_INFO_ACTION = 162u32;
|
3100
|
+
pub const SPI_GETMENUSHOWDELAY: SYSTEM_PARAMETERS_INFO_ACTION = 106u32;
|
3101
|
+
pub const SPI_GETMENUUNDERLINES: SYSTEM_PARAMETERS_INFO_ACTION = 4106u32;
|
3102
|
+
pub const SPI_GETMESSAGEDURATION: SYSTEM_PARAMETERS_INFO_ACTION = 8214u32;
|
3103
|
+
pub const SPI_GETMINIMIZEDMETRICS: SYSTEM_PARAMETERS_INFO_ACTION = 43u32;
|
3104
|
+
pub const SPI_GETMINIMUMHITRADIUS: SYSTEM_PARAMETERS_INFO_ACTION = 8212u32;
|
3105
|
+
pub const SPI_GETMOUSE: SYSTEM_PARAMETERS_INFO_ACTION = 3u32;
|
3106
|
+
pub const SPI_GETMOUSECLICKLOCK: SYSTEM_PARAMETERS_INFO_ACTION = 4126u32;
|
3107
|
+
pub const SPI_GETMOUSECLICKLOCKTIME: SYSTEM_PARAMETERS_INFO_ACTION = 8200u32;
|
3108
|
+
pub const SPI_GETMOUSEDOCKTHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 126u32;
|
3109
|
+
pub const SPI_GETMOUSEDRAGOUTTHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 132u32;
|
3110
|
+
pub const SPI_GETMOUSEHOVERHEIGHT: SYSTEM_PARAMETERS_INFO_ACTION = 100u32;
|
3111
|
+
pub const SPI_GETMOUSEHOVERTIME: SYSTEM_PARAMETERS_INFO_ACTION = 102u32;
|
3112
|
+
pub const SPI_GETMOUSEHOVERWIDTH: SYSTEM_PARAMETERS_INFO_ACTION = 98u32;
|
3113
|
+
pub const SPI_GETMOUSEKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 54u32;
|
3114
|
+
pub const SPI_GETMOUSESIDEMOVETHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 136u32;
|
3115
|
+
pub const SPI_GETMOUSESONAR: SYSTEM_PARAMETERS_INFO_ACTION = 4124u32;
|
3116
|
+
pub const SPI_GETMOUSESPEED: SYSTEM_PARAMETERS_INFO_ACTION = 112u32;
|
3117
|
+
pub const SPI_GETMOUSETRAILS: SYSTEM_PARAMETERS_INFO_ACTION = 94u32;
|
3118
|
+
pub const SPI_GETMOUSEVANISH: SYSTEM_PARAMETERS_INFO_ACTION = 4128u32;
|
3119
|
+
pub const SPI_GETMOUSEWHEELROUTING: SYSTEM_PARAMETERS_INFO_ACTION = 8220u32;
|
3120
|
+
pub const SPI_GETNONCLIENTMETRICS: SYSTEM_PARAMETERS_INFO_ACTION = 41u32;
|
3121
|
+
pub const SPI_GETPENARBITRATIONTYPE: SYSTEM_PARAMETERS_INFO_ACTION = 8224u32;
|
3122
|
+
pub const SPI_GETPENDOCKTHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 128u32;
|
3123
|
+
pub const SPI_GETPENDRAGOUTTHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 134u32;
|
3124
|
+
pub const SPI_GETPENSIDEMOVETHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 138u32;
|
3125
|
+
pub const SPI_GETPENVISUALIZATION: SYSTEM_PARAMETERS_INFO_ACTION = 8222u32;
|
3126
|
+
pub const SPI_GETPOWEROFFACTIVE: SYSTEM_PARAMETERS_INFO_ACTION = 84u32;
|
3127
|
+
pub const SPI_GETPOWEROFFTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 80u32;
|
3128
|
+
pub const SPI_GETSCREENREADER: SYSTEM_PARAMETERS_INFO_ACTION = 70u32;
|
3129
|
+
pub const SPI_GETSCREENSAVEACTIVE: SYSTEM_PARAMETERS_INFO_ACTION = 16u32;
|
3130
|
+
pub const SPI_GETSCREENSAVERRUNNING: SYSTEM_PARAMETERS_INFO_ACTION = 114u32;
|
3131
|
+
pub const SPI_GETSCREENSAVESECURE: SYSTEM_PARAMETERS_INFO_ACTION = 118u32;
|
3132
|
+
pub const SPI_GETSCREENSAVETIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 14u32;
|
3133
|
+
pub const SPI_GETSELECTIONFADE: SYSTEM_PARAMETERS_INFO_ACTION = 4116u32;
|
3134
|
+
pub const SPI_GETSERIALKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 62u32;
|
3135
|
+
pub const SPI_GETSHOWIMEUI: SYSTEM_PARAMETERS_INFO_ACTION = 110u32;
|
3136
|
+
pub const SPI_GETSHOWSOUNDS: SYSTEM_PARAMETERS_INFO_ACTION = 56u32;
|
3137
|
+
pub const SPI_GETSNAPSIZING: SYSTEM_PARAMETERS_INFO_ACTION = 142u32;
|
3138
|
+
pub const SPI_GETSNAPTODEFBUTTON: SYSTEM_PARAMETERS_INFO_ACTION = 95u32;
|
3139
|
+
pub const SPI_GETSOUNDSENTRY: SYSTEM_PARAMETERS_INFO_ACTION = 64u32;
|
3140
|
+
pub const SPI_GETSPEECHRECOGNITION: SYSTEM_PARAMETERS_INFO_ACTION = 4170u32;
|
3141
|
+
pub const SPI_GETSTICKYKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 58u32;
|
3142
|
+
pub const SPI_GETSYSTEMLANGUAGEBAR: SYSTEM_PARAMETERS_INFO_ACTION = 4176u32;
|
3143
|
+
pub const SPI_GETTHREADLOCALINPUTSETTINGS: SYSTEM_PARAMETERS_INFO_ACTION = 4174u32;
|
3144
|
+
pub const SPI_GETTOGGLEKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 52u32;
|
3145
|
+
pub const SPI_GETTOOLTIPANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 4118u32;
|
3146
|
+
pub const SPI_GETTOOLTIPFADE: SYSTEM_PARAMETERS_INFO_ACTION = 4120u32;
|
3147
|
+
pub const SPI_GETTOUCHPREDICTIONPARAMETERS: SYSTEM_PARAMETERS_INFO_ACTION = 156u32;
|
3148
|
+
pub const SPI_GETUIEFFECTS: SYSTEM_PARAMETERS_INFO_ACTION = 4158u32;
|
3149
|
+
pub const SPI_GETWAITTOKILLSERVICETIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 124u32;
|
3150
|
+
pub const SPI_GETWAITTOKILLTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 122u32;
|
3151
|
+
pub const SPI_GETWHEELSCROLLCHARS: SYSTEM_PARAMETERS_INFO_ACTION = 108u32;
|
3152
|
+
pub const SPI_GETWHEELSCROLLLINES: SYSTEM_PARAMETERS_INFO_ACTION = 104u32;
|
3153
|
+
pub const SPI_GETWINARRANGING: SYSTEM_PARAMETERS_INFO_ACTION = 130u32;
|
3154
|
+
pub const SPI_GETWINDOWSEXTENSION: SYSTEM_PARAMETERS_INFO_ACTION = 92u32;
|
3155
|
+
pub const SPI_GETWORKAREA: SYSTEM_PARAMETERS_INFO_ACTION = 48u32;
|
3156
|
+
pub const SPI_ICONHORIZONTALSPACING: SYSTEM_PARAMETERS_INFO_ACTION = 13u32;
|
3157
|
+
pub const SPI_ICONVERTICALSPACING: SYSTEM_PARAMETERS_INFO_ACTION = 24u32;
|
3158
|
+
pub const SPI_LANGDRIVER: SYSTEM_PARAMETERS_INFO_ACTION = 12u32;
|
3159
|
+
pub const SPI_SCREENSAVERRUNNING: SYSTEM_PARAMETERS_INFO_ACTION = 97u32;
|
3160
|
+
pub const SPI_SETACCESSTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 61u32;
|
3161
|
+
pub const SPI_SETACTIVEWINDOWTRACKING: SYSTEM_PARAMETERS_INFO_ACTION = 4097u32;
|
3162
|
+
pub const SPI_SETACTIVEWNDTRKTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 8195u32;
|
3163
|
+
pub const SPI_SETACTIVEWNDTRKZORDER: SYSTEM_PARAMETERS_INFO_ACTION = 4109u32;
|
3164
|
+
pub const SPI_SETANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 73u32;
|
3165
|
+
pub const SPI_SETAUDIODESCRIPTION: SYSTEM_PARAMETERS_INFO_ACTION = 117u32;
|
3166
|
+
pub const SPI_SETBEEP: SYSTEM_PARAMETERS_INFO_ACTION = 2u32;
|
3167
|
+
pub const SPI_SETBLOCKSENDINPUTRESETS: SYSTEM_PARAMETERS_INFO_ACTION = 4135u32;
|
3168
|
+
pub const SPI_SETBORDER: SYSTEM_PARAMETERS_INFO_ACTION = 6u32;
|
3169
|
+
pub const SPI_SETCARETBROWSING: SYSTEM_PARAMETERS_INFO_ACTION = 4173u32;
|
3170
|
+
pub const SPI_SETCARETTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 8227u32;
|
3171
|
+
pub const SPI_SETCARETWIDTH: SYSTEM_PARAMETERS_INFO_ACTION = 8199u32;
|
3172
|
+
pub const SPI_SETCLEARTYPE: SYSTEM_PARAMETERS_INFO_ACTION = 4169u32;
|
3173
|
+
pub const SPI_SETCLIENTAREAANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 4163u32;
|
3174
|
+
pub const SPI_SETCOMBOBOXANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 4101u32;
|
3175
|
+
pub const SPI_SETCONTACTVISUALIZATION: SYSTEM_PARAMETERS_INFO_ACTION = 8217u32;
|
3176
|
+
pub const SPI_SETCURSORS: SYSTEM_PARAMETERS_INFO_ACTION = 87u32;
|
3177
|
+
pub const SPI_SETCURSORSHADOW: SYSTEM_PARAMETERS_INFO_ACTION = 4123u32;
|
3178
|
+
pub const SPI_SETDEFAULTINPUTLANG: SYSTEM_PARAMETERS_INFO_ACTION = 90u32;
|
3179
|
+
pub const SPI_SETDESKPATTERN: SYSTEM_PARAMETERS_INFO_ACTION = 21u32;
|
3180
|
+
pub const SPI_SETDESKWALLPAPER: SYSTEM_PARAMETERS_INFO_ACTION = 20u32;
|
3181
|
+
pub const SPI_SETDISABLEOVERLAPPEDCONTENT: SYSTEM_PARAMETERS_INFO_ACTION = 4161u32;
|
3182
|
+
pub const SPI_SETDOCKMOVING: SYSTEM_PARAMETERS_INFO_ACTION = 145u32;
|
3183
|
+
pub const SPI_SETDOUBLECLICKTIME: SYSTEM_PARAMETERS_INFO_ACTION = 32u32;
|
3184
|
+
pub const SPI_SETDOUBLECLKHEIGHT: SYSTEM_PARAMETERS_INFO_ACTION = 30u32;
|
3185
|
+
pub const SPI_SETDOUBLECLKWIDTH: SYSTEM_PARAMETERS_INFO_ACTION = 29u32;
|
3186
|
+
pub const SPI_SETDRAGFROMMAXIMIZE: SYSTEM_PARAMETERS_INFO_ACTION = 141u32;
|
3187
|
+
pub const SPI_SETDRAGFULLWINDOWS: SYSTEM_PARAMETERS_INFO_ACTION = 37u32;
|
3188
|
+
pub const SPI_SETDRAGHEIGHT: SYSTEM_PARAMETERS_INFO_ACTION = 77u32;
|
3189
|
+
pub const SPI_SETDRAGWIDTH: SYSTEM_PARAMETERS_INFO_ACTION = 76u32;
|
3190
|
+
pub const SPI_SETDROPSHADOW: SYSTEM_PARAMETERS_INFO_ACTION = 4133u32;
|
3191
|
+
pub const SPI_SETFASTTASKSWITCH: SYSTEM_PARAMETERS_INFO_ACTION = 36u32;
|
3192
|
+
pub const SPI_SETFILTERKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 51u32;
|
3193
|
+
pub const SPI_SETFLATMENU: SYSTEM_PARAMETERS_INFO_ACTION = 4131u32;
|
3194
|
+
pub const SPI_SETFOCUSBORDERHEIGHT: SYSTEM_PARAMETERS_INFO_ACTION = 8209u32;
|
3195
|
+
pub const SPI_SETFOCUSBORDERWIDTH: SYSTEM_PARAMETERS_INFO_ACTION = 8207u32;
|
3196
|
+
pub const SPI_SETFONTSMOOTHING: SYSTEM_PARAMETERS_INFO_ACTION = 75u32;
|
3197
|
+
pub const SPI_SETFONTSMOOTHINGCONTRAST: SYSTEM_PARAMETERS_INFO_ACTION = 8205u32;
|
3198
|
+
pub const SPI_SETFONTSMOOTHINGORIENTATION: SYSTEM_PARAMETERS_INFO_ACTION = 8211u32;
|
3199
|
+
pub const SPI_SETFONTSMOOTHINGTYPE: SYSTEM_PARAMETERS_INFO_ACTION = 8203u32;
|
3200
|
+
pub const SPI_SETFOREGROUNDFLASHCOUNT: SYSTEM_PARAMETERS_INFO_ACTION = 8197u32;
|
3201
|
+
pub const SPI_SETFOREGROUNDLOCKTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 8193u32;
|
3202
|
+
pub const SPI_SETGESTUREVISUALIZATION: SYSTEM_PARAMETERS_INFO_ACTION = 8219u32;
|
3203
|
+
pub const SPI_SETGRADIENTCAPTIONS: SYSTEM_PARAMETERS_INFO_ACTION = 4105u32;
|
3204
|
+
pub const SPI_SETGRIDGRANULARITY: SYSTEM_PARAMETERS_INFO_ACTION = 19u32;
|
3205
|
+
pub const SPI_SETHANDEDNESS: SYSTEM_PARAMETERS_INFO_ACTION = 8229u32;
|
3206
|
+
pub const SPI_SETHANDHELD: SYSTEM_PARAMETERS_INFO_ACTION = 78u32;
|
3207
|
+
pub const SPI_SETHIGHCONTRAST: SYSTEM_PARAMETERS_INFO_ACTION = 67u32;
|
3208
|
+
pub const SPI_SETHOTTRACKING: SYSTEM_PARAMETERS_INFO_ACTION = 4111u32;
|
3209
|
+
pub const SPI_SETHUNGAPPTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 121u32;
|
3210
|
+
pub const SPI_SETICONMETRICS: SYSTEM_PARAMETERS_INFO_ACTION = 46u32;
|
3211
|
+
pub const SPI_SETICONS: SYSTEM_PARAMETERS_INFO_ACTION = 88u32;
|
3212
|
+
pub const SPI_SETICONTITLELOGFONT: SYSTEM_PARAMETERS_INFO_ACTION = 34u32;
|
3213
|
+
pub const SPI_SETICONTITLEWRAP: SYSTEM_PARAMETERS_INFO_ACTION = 26u32;
|
3214
|
+
pub const SPI_SETKEYBOARDCUES: SYSTEM_PARAMETERS_INFO_ACTION = 4107u32;
|
3215
|
+
pub const SPI_SETKEYBOARDDELAY: SYSTEM_PARAMETERS_INFO_ACTION = 23u32;
|
3216
|
+
pub const SPI_SETKEYBOARDPREF: SYSTEM_PARAMETERS_INFO_ACTION = 69u32;
|
3217
|
+
pub const SPI_SETKEYBOARDSPEED: SYSTEM_PARAMETERS_INFO_ACTION = 11u32;
|
3218
|
+
pub const SPI_SETLANGTOGGLE: SYSTEM_PARAMETERS_INFO_ACTION = 91u32;
|
3219
|
+
pub const SPI_SETLISTBOXSMOOTHSCROLLING: SYSTEM_PARAMETERS_INFO_ACTION = 4103u32;
|
3220
|
+
pub const SPI_SETLOGICALDPIOVERRIDE: SYSTEM_PARAMETERS_INFO_ACTION = 159u32;
|
3221
|
+
pub const SPI_SETLOWPOWERACTIVE: SYSTEM_PARAMETERS_INFO_ACTION = 85u32;
|
3222
|
+
pub const SPI_SETLOWPOWERTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 81u32;
|
3223
|
+
pub const SPI_SETMENUANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 4099u32;
|
3224
|
+
pub const SPI_SETMENUDROPALIGNMENT: SYSTEM_PARAMETERS_INFO_ACTION = 28u32;
|
3225
|
+
pub const SPI_SETMENUFADE: SYSTEM_PARAMETERS_INFO_ACTION = 4115u32;
|
3226
|
+
pub const SPI_SETMENURECT: SYSTEM_PARAMETERS_INFO_ACTION = 163u32;
|
3227
|
+
pub const SPI_SETMENUSHOWDELAY: SYSTEM_PARAMETERS_INFO_ACTION = 107u32;
|
3228
|
+
pub const SPI_SETMENUUNDERLINES: SYSTEM_PARAMETERS_INFO_ACTION = 4107u32;
|
3229
|
+
pub const SPI_SETMESSAGEDURATION: SYSTEM_PARAMETERS_INFO_ACTION = 8215u32;
|
3230
|
+
pub const SPI_SETMINIMIZEDMETRICS: SYSTEM_PARAMETERS_INFO_ACTION = 44u32;
|
3231
|
+
pub const SPI_SETMINIMUMHITRADIUS: SYSTEM_PARAMETERS_INFO_ACTION = 8213u32;
|
3232
|
+
pub const SPI_SETMOUSE: SYSTEM_PARAMETERS_INFO_ACTION = 4u32;
|
3233
|
+
pub const SPI_SETMOUSEBUTTONSWAP: SYSTEM_PARAMETERS_INFO_ACTION = 33u32;
|
3234
|
+
pub const SPI_SETMOUSECLICKLOCK: SYSTEM_PARAMETERS_INFO_ACTION = 4127u32;
|
3235
|
+
pub const SPI_SETMOUSECLICKLOCKTIME: SYSTEM_PARAMETERS_INFO_ACTION = 8201u32;
|
3236
|
+
pub const SPI_SETMOUSEDOCKTHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 127u32;
|
3237
|
+
pub const SPI_SETMOUSEDRAGOUTTHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 133u32;
|
3238
|
+
pub const SPI_SETMOUSEHOVERHEIGHT: SYSTEM_PARAMETERS_INFO_ACTION = 101u32;
|
3239
|
+
pub const SPI_SETMOUSEHOVERTIME: SYSTEM_PARAMETERS_INFO_ACTION = 103u32;
|
3240
|
+
pub const SPI_SETMOUSEHOVERWIDTH: SYSTEM_PARAMETERS_INFO_ACTION = 99u32;
|
3241
|
+
pub const SPI_SETMOUSEKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 55u32;
|
3242
|
+
pub const SPI_SETMOUSESIDEMOVETHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 137u32;
|
3243
|
+
pub const SPI_SETMOUSESONAR: SYSTEM_PARAMETERS_INFO_ACTION = 4125u32;
|
3244
|
+
pub const SPI_SETMOUSESPEED: SYSTEM_PARAMETERS_INFO_ACTION = 113u32;
|
3245
|
+
pub const SPI_SETMOUSETRAILS: SYSTEM_PARAMETERS_INFO_ACTION = 93u32;
|
3246
|
+
pub const SPI_SETMOUSEVANISH: SYSTEM_PARAMETERS_INFO_ACTION = 4129u32;
|
3247
|
+
pub const SPI_SETMOUSEWHEELROUTING: SYSTEM_PARAMETERS_INFO_ACTION = 8221u32;
|
3248
|
+
pub const SPI_SETNONCLIENTMETRICS: SYSTEM_PARAMETERS_INFO_ACTION = 42u32;
|
3249
|
+
pub const SPI_SETPENARBITRATIONTYPE: SYSTEM_PARAMETERS_INFO_ACTION = 8225u32;
|
3250
|
+
pub const SPI_SETPENDOCKTHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 129u32;
|
3251
|
+
pub const SPI_SETPENDRAGOUTTHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 135u32;
|
3252
|
+
pub const SPI_SETPENSIDEMOVETHRESHOLD: SYSTEM_PARAMETERS_INFO_ACTION = 139u32;
|
3253
|
+
pub const SPI_SETPENVISUALIZATION: SYSTEM_PARAMETERS_INFO_ACTION = 8223u32;
|
3254
|
+
pub const SPI_SETPENWINDOWS: SYSTEM_PARAMETERS_INFO_ACTION = 49u32;
|
3255
|
+
pub const SPI_SETPOWEROFFACTIVE: SYSTEM_PARAMETERS_INFO_ACTION = 86u32;
|
3256
|
+
pub const SPI_SETPOWEROFFTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 82u32;
|
3257
|
+
pub const SPI_SETSCREENREADER: SYSTEM_PARAMETERS_INFO_ACTION = 71u32;
|
3258
|
+
pub const SPI_SETSCREENSAVEACTIVE: SYSTEM_PARAMETERS_INFO_ACTION = 17u32;
|
3259
|
+
pub const SPI_SETSCREENSAVERRUNNING: SYSTEM_PARAMETERS_INFO_ACTION = 97u32;
|
3260
|
+
pub const SPI_SETSCREENSAVESECURE: SYSTEM_PARAMETERS_INFO_ACTION = 119u32;
|
3261
|
+
pub const SPI_SETSCREENSAVETIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 15u32;
|
3262
|
+
pub const SPI_SETSELECTIONFADE: SYSTEM_PARAMETERS_INFO_ACTION = 4117u32;
|
3263
|
+
pub const SPI_SETSERIALKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 63u32;
|
3264
|
+
pub const SPI_SETSHOWIMEUI: SYSTEM_PARAMETERS_INFO_ACTION = 111u32;
|
3265
|
+
pub const SPI_SETSHOWSOUNDS: SYSTEM_PARAMETERS_INFO_ACTION = 57u32;
|
3266
|
+
pub const SPI_SETSNAPSIZING: SYSTEM_PARAMETERS_INFO_ACTION = 143u32;
|
3267
|
+
pub const SPI_SETSNAPTODEFBUTTON: SYSTEM_PARAMETERS_INFO_ACTION = 96u32;
|
3268
|
+
pub const SPI_SETSOUNDSENTRY: SYSTEM_PARAMETERS_INFO_ACTION = 65u32;
|
3269
|
+
pub const SPI_SETSPEECHRECOGNITION: SYSTEM_PARAMETERS_INFO_ACTION = 4171u32;
|
3270
|
+
pub const SPI_SETSTICKYKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 59u32;
|
3271
|
+
pub const SPI_SETSYSTEMLANGUAGEBAR: SYSTEM_PARAMETERS_INFO_ACTION = 4177u32;
|
3272
|
+
pub const SPI_SETTHREADLOCALINPUTSETTINGS: SYSTEM_PARAMETERS_INFO_ACTION = 4175u32;
|
3273
|
+
pub const SPI_SETTOGGLEKEYS: SYSTEM_PARAMETERS_INFO_ACTION = 53u32;
|
3274
|
+
pub const SPI_SETTOOLTIPANIMATION: SYSTEM_PARAMETERS_INFO_ACTION = 4119u32;
|
3275
|
+
pub const SPI_SETTOOLTIPFADE: SYSTEM_PARAMETERS_INFO_ACTION = 4121u32;
|
3276
|
+
pub const SPI_SETTOUCHPREDICTIONPARAMETERS: SYSTEM_PARAMETERS_INFO_ACTION = 157u32;
|
3277
|
+
pub const SPI_SETUIEFFECTS: SYSTEM_PARAMETERS_INFO_ACTION = 4159u32;
|
3278
|
+
pub const SPI_SETWAITTOKILLSERVICETIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 125u32;
|
3279
|
+
pub const SPI_SETWAITTOKILLTIMEOUT: SYSTEM_PARAMETERS_INFO_ACTION = 123u32;
|
3280
|
+
pub const SPI_SETWHEELSCROLLCHARS: SYSTEM_PARAMETERS_INFO_ACTION = 109u32;
|
3281
|
+
pub const SPI_SETWHEELSCROLLLINES: SYSTEM_PARAMETERS_INFO_ACTION = 105u32;
|
3282
|
+
pub const SPI_SETWINARRANGING: SYSTEM_PARAMETERS_INFO_ACTION = 131u32;
|
3283
|
+
pub const SPI_SETWORKAREA: SYSTEM_PARAMETERS_INFO_ACTION = 47u32;
|
3284
|
+
pub const STATE_SYSTEM_ALERT_HIGH: u32 = 268435456u32;
|
3285
|
+
pub const STATE_SYSTEM_ALERT_LOW: u32 = 67108864u32;
|
3286
|
+
pub const STATE_SYSTEM_ALERT_MEDIUM: u32 = 134217728u32;
|
3287
|
+
pub const STATE_SYSTEM_ANIMATED: u32 = 16384u32;
|
3288
|
+
pub const STATE_SYSTEM_BUSY: u32 = 2048u32;
|
3289
|
+
pub const STATE_SYSTEM_CHECKED: u32 = 16u32;
|
3290
|
+
pub const STATE_SYSTEM_COLLAPSED: u32 = 1024u32;
|
3291
|
+
pub const STATE_SYSTEM_DEFAULT: u32 = 256u32;
|
3292
|
+
pub const STATE_SYSTEM_EXPANDED: u32 = 512u32;
|
3293
|
+
pub const STATE_SYSTEM_EXTSELECTABLE: u32 = 33554432u32;
|
3294
|
+
pub const STATE_SYSTEM_FLOATING: u32 = 4096u32;
|
3295
|
+
pub const STATE_SYSTEM_FOCUSED: u32 = 4u32;
|
3296
|
+
pub const STATE_SYSTEM_HOTTRACKED: u32 = 128u32;
|
3297
|
+
pub const STATE_SYSTEM_INDETERMINATE: u32 = 32u32;
|
3298
|
+
pub const STATE_SYSTEM_LINKED: u32 = 4194304u32;
|
3299
|
+
pub const STATE_SYSTEM_MARQUEED: u32 = 8192u32;
|
3300
|
+
pub const STATE_SYSTEM_MIXED: u32 = 32u32;
|
3301
|
+
pub const STATE_SYSTEM_MOVEABLE: u32 = 262144u32;
|
3302
|
+
pub const STATE_SYSTEM_MULTISELECTABLE: u32 = 16777216u32;
|
3303
|
+
pub const STATE_SYSTEM_PROTECTED: u32 = 536870912u32;
|
3304
|
+
pub const STATE_SYSTEM_READONLY: u32 = 64u32;
|
3305
|
+
pub const STATE_SYSTEM_SELECTABLE: u32 = 2097152u32;
|
3306
|
+
pub const STATE_SYSTEM_SELECTED: u32 = 2u32;
|
3307
|
+
pub const STATE_SYSTEM_SELFVOICING: u32 = 524288u32;
|
3308
|
+
pub const STATE_SYSTEM_SIZEABLE: u32 = 131072u32;
|
3309
|
+
pub const STATE_SYSTEM_TRAVERSED: u32 = 8388608u32;
|
3310
|
+
pub const STATE_SYSTEM_VALID: u32 = 1073741823u32;
|
3311
|
+
pub const STM_GETICON: u32 = 369u32;
|
3312
|
+
pub const STM_GETIMAGE: u32 = 371u32;
|
3313
|
+
pub const STM_MSGMAX: u32 = 372u32;
|
3314
|
+
pub const STM_SETICON: u32 = 368u32;
|
3315
|
+
pub const STM_SETIMAGE: u32 = 370u32;
|
3316
|
+
pub const STN_CLICKED: u32 = 0u32;
|
3317
|
+
pub const STN_DBLCLK: u32 = 1u32;
|
3318
|
+
pub const STN_DISABLE: u32 = 3u32;
|
3319
|
+
pub const STN_ENABLE: u32 = 2u32;
|
3320
|
+
pub const STRSAFE_E_END_OF_FILE: windows_sys::core::HRESULT = 0x80070026_u32 as _;
|
3321
|
+
pub const STRSAFE_E_INSUFFICIENT_BUFFER: windows_sys::core::HRESULT = 0x8007007A_u32 as _;
|
3322
|
+
pub const STRSAFE_E_INVALID_PARAMETER: windows_sys::core::HRESULT = 0x80070057_u32 as _;
|
3323
|
+
pub const STRSAFE_FILL_BEHIND_NULL: u32 = 512u32;
|
3324
|
+
pub const STRSAFE_FILL_ON_FAILURE: u32 = 1024u32;
|
3325
|
+
pub const STRSAFE_IGNORE_NULLS: u32 = 256u32;
|
3326
|
+
pub const STRSAFE_MAX_CCH: u32 = 2147483647u32;
|
3327
|
+
pub const STRSAFE_MAX_LENGTH: u32 = 2147483646u32;
|
3328
|
+
pub const STRSAFE_NO_TRUNCATION: u32 = 4096u32;
|
3329
|
+
pub const STRSAFE_NULL_ON_FAILURE: u32 = 2048u32;
|
3330
|
+
pub const STRSAFE_USE_SECURE_CRT: u32 = 0u32;
|
3331
|
+
#[repr(C)]
|
3332
|
+
#[derive(Clone, Copy, Default)]
|
3333
|
+
pub struct STYLESTRUCT {
|
3334
|
+
pub styleOld: u32,
|
3335
|
+
pub styleNew: u32,
|
3336
|
+
}
|
3337
|
+
pub const SWP_ASYNCWINDOWPOS: SET_WINDOW_POS_FLAGS = 16384u32;
|
3338
|
+
pub const SWP_DEFERERASE: SET_WINDOW_POS_FLAGS = 8192u32;
|
3339
|
+
pub const SWP_DRAWFRAME: SET_WINDOW_POS_FLAGS = 32u32;
|
3340
|
+
pub const SWP_FRAMECHANGED: SET_WINDOW_POS_FLAGS = 32u32;
|
3341
|
+
pub const SWP_HIDEWINDOW: SET_WINDOW_POS_FLAGS = 128u32;
|
3342
|
+
pub const SWP_NOACTIVATE: SET_WINDOW_POS_FLAGS = 16u32;
|
3343
|
+
pub const SWP_NOCOPYBITS: SET_WINDOW_POS_FLAGS = 256u32;
|
3344
|
+
pub const SWP_NOMOVE: SET_WINDOW_POS_FLAGS = 2u32;
|
3345
|
+
pub const SWP_NOOWNERZORDER: SET_WINDOW_POS_FLAGS = 512u32;
|
3346
|
+
pub const SWP_NOREDRAW: SET_WINDOW_POS_FLAGS = 8u32;
|
3347
|
+
pub const SWP_NOREPOSITION: SET_WINDOW_POS_FLAGS = 512u32;
|
3348
|
+
pub const SWP_NOSENDCHANGING: SET_WINDOW_POS_FLAGS = 1024u32;
|
3349
|
+
pub const SWP_NOSIZE: SET_WINDOW_POS_FLAGS = 1u32;
|
3350
|
+
pub const SWP_NOZORDER: SET_WINDOW_POS_FLAGS = 4u32;
|
3351
|
+
pub const SWP_SHOWWINDOW: SET_WINDOW_POS_FLAGS = 64u32;
|
3352
|
+
pub const SW_ERASE: SCROLL_WINDOW_FLAGS = 4u32;
|
3353
|
+
pub const SW_FORCEMINIMIZE: SHOW_WINDOW_CMD = 11i32;
|
3354
|
+
pub const SW_HIDE: SHOW_WINDOW_CMD = 0i32;
|
3355
|
+
pub const SW_INVALIDATE: SCROLL_WINDOW_FLAGS = 2u32;
|
3356
|
+
pub const SW_MAX: SHOW_WINDOW_CMD = 11i32;
|
3357
|
+
pub const SW_MAXIMIZE: SHOW_WINDOW_CMD = 3i32;
|
3358
|
+
pub const SW_MINIMIZE: SHOW_WINDOW_CMD = 6i32;
|
3359
|
+
pub const SW_NORMAL: SHOW_WINDOW_CMD = 1i32;
|
3360
|
+
pub const SW_OTHERUNZOOM: SHOW_WINDOW_STATUS = 4u32;
|
3361
|
+
pub const SW_OTHERZOOM: SHOW_WINDOW_STATUS = 2u32;
|
3362
|
+
pub const SW_PARENTCLOSING: SHOW_WINDOW_STATUS = 1u32;
|
3363
|
+
pub const SW_PARENTOPENING: SHOW_WINDOW_STATUS = 3u32;
|
3364
|
+
pub const SW_RESTORE: SHOW_WINDOW_CMD = 9i32;
|
3365
|
+
pub const SW_SCROLLCHILDREN: SCROLL_WINDOW_FLAGS = 1u32;
|
3366
|
+
pub const SW_SHOW: SHOW_WINDOW_CMD = 5i32;
|
3367
|
+
pub const SW_SHOWDEFAULT: SHOW_WINDOW_CMD = 10i32;
|
3368
|
+
pub const SW_SHOWMAXIMIZED: SHOW_WINDOW_CMD = 3i32;
|
3369
|
+
pub const SW_SHOWMINIMIZED: SHOW_WINDOW_CMD = 2i32;
|
3370
|
+
pub const SW_SHOWMINNOACTIVE: SHOW_WINDOW_CMD = 7i32;
|
3371
|
+
pub const SW_SHOWNA: SHOW_WINDOW_CMD = 8i32;
|
3372
|
+
pub const SW_SHOWNOACTIVATE: SHOW_WINDOW_CMD = 4i32;
|
3373
|
+
pub const SW_SHOWNORMAL: SHOW_WINDOW_CMD = 1i32;
|
3374
|
+
pub const SW_SMOOTHSCROLL: SCROLL_WINDOW_FLAGS = 16u32;
|
3375
|
+
pub type SYSTEM_CURSOR_ID = u32;
|
3376
|
+
pub type SYSTEM_METRICS_INDEX = i32;
|
3377
|
+
pub type SYSTEM_PARAMETERS_INFO_ACTION = u32;
|
3378
|
+
pub type SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS = u32;
|
3379
|
+
pub const TDF_REGISTER: TOOLTIP_DISMISS_FLAGS = 1i32;
|
3380
|
+
pub const TDF_UNREGISTER: TOOLTIP_DISMISS_FLAGS = 2i32;
|
3381
|
+
pub type TILE_WINDOWS_HOW = u32;
|
3382
|
+
pub type TIMERPROC = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: u32, param2: usize, param3: u32)>;
|
3383
|
+
pub const TIMERV_COALESCING_MAX: u32 = 2147483637u32;
|
3384
|
+
pub const TIMERV_COALESCING_MIN: u32 = 1u32;
|
3385
|
+
pub const TIMERV_DEFAULT_COALESCING: u32 = 0u32;
|
3386
|
+
pub const TIMERV_NO_COALESCING: u32 = 4294967295u32;
|
3387
|
+
#[repr(C)]
|
3388
|
+
#[derive(Clone, Copy)]
|
3389
|
+
pub struct TITLEBARINFO {
|
3390
|
+
pub cbSize: u32,
|
3391
|
+
pub rcTitleBar: super::super::Foundation::RECT,
|
3392
|
+
pub rgstate: [u32; 6],
|
3393
|
+
}
|
3394
|
+
impl Default for TITLEBARINFO {
|
3395
|
+
fn default() -> Self {
|
3396
|
+
unsafe { core::mem::zeroed() }
|
3397
|
+
}
|
3398
|
+
}
|
3399
|
+
#[repr(C)]
|
3400
|
+
#[derive(Clone, Copy)]
|
3401
|
+
pub struct TITLEBARINFOEX {
|
3402
|
+
pub cbSize: u32,
|
3403
|
+
pub rcTitleBar: super::super::Foundation::RECT,
|
3404
|
+
pub rgstate: [u32; 6],
|
3405
|
+
pub rgrect: [super::super::Foundation::RECT; 6],
|
3406
|
+
}
|
3407
|
+
impl Default for TITLEBARINFOEX {
|
3408
|
+
fn default() -> Self {
|
3409
|
+
unsafe { core::mem::zeroed() }
|
3410
|
+
}
|
3411
|
+
}
|
3412
|
+
pub const TKF_AVAILABLE: u32 = 2u32;
|
3413
|
+
pub const TKF_CONFIRMHOTKEY: u32 = 8u32;
|
3414
|
+
pub const TKF_HOTKEYACTIVE: u32 = 4u32;
|
3415
|
+
pub const TKF_HOTKEYSOUND: u32 = 16u32;
|
3416
|
+
pub const TKF_INDICATOR: u32 = 32u32;
|
3417
|
+
pub const TKF_TOGGLEKEYSON: u32 = 1u32;
|
3418
|
+
pub type TOOLTIP_DISMISS_FLAGS = i32;
|
3419
|
+
#[repr(C)]
|
3420
|
+
#[derive(Clone, Copy, Default)]
|
3421
|
+
pub struct TOUCHPREDICTIONPARAMETERS {
|
3422
|
+
pub cbSize: u32,
|
3423
|
+
pub dwLatency: u32,
|
3424
|
+
pub dwSampleTime: u32,
|
3425
|
+
pub bUseHWTimeStamp: u32,
|
3426
|
+
}
|
3427
|
+
pub const TOUCHPREDICTIONPARAMETERS_DEFAULT_LATENCY: u32 = 8u32;
|
3428
|
+
pub const TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_DELTA: f32 = 0.001f32;
|
3429
|
+
pub const TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_EXPO_SMOOTH_ALPHA: f32 = 0.99f32;
|
3430
|
+
pub const TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_LEARNING_RATE: f32 = 0.001f32;
|
3431
|
+
pub const TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MAX: f32 = 0.999f32;
|
3432
|
+
pub const TOUCHPREDICTIONPARAMETERS_DEFAULT_RLS_LAMBDA_MIN: f32 = 0.9f32;
|
3433
|
+
pub const TOUCHPREDICTIONPARAMETERS_DEFAULT_SAMPLETIME: u32 = 8u32;
|
3434
|
+
pub const TOUCHPREDICTIONPARAMETERS_DEFAULT_USE_HW_TIMESTAMP: u32 = 1u32;
|
3435
|
+
pub const TOUCH_FLAG_NONE: u32 = 0u32;
|
3436
|
+
pub const TOUCH_HIT_TESTING_CLIENT: u32 = 1u32;
|
3437
|
+
pub const TOUCH_HIT_TESTING_DEFAULT: u32 = 0u32;
|
3438
|
+
pub const TOUCH_HIT_TESTING_NONE: u32 = 2u32;
|
3439
|
+
pub const TOUCH_HIT_TESTING_PROXIMITY_CLOSEST: u32 = 0u32;
|
3440
|
+
pub const TOUCH_HIT_TESTING_PROXIMITY_FARTHEST: u32 = 4095u32;
|
3441
|
+
pub const TOUCH_MASK_CONTACTAREA: u32 = 1u32;
|
3442
|
+
pub const TOUCH_MASK_NONE: u32 = 0u32;
|
3443
|
+
pub const TOUCH_MASK_ORIENTATION: u32 = 2u32;
|
3444
|
+
pub const TOUCH_MASK_PRESSURE: u32 = 4u32;
|
3445
|
+
#[repr(C)]
|
3446
|
+
#[derive(Clone, Copy, Default)]
|
3447
|
+
pub struct TPMPARAMS {
|
3448
|
+
pub cbSize: u32,
|
3449
|
+
pub rcExclude: super::super::Foundation::RECT,
|
3450
|
+
}
|
3451
|
+
pub const TPM_BOTTOMALIGN: TRACK_POPUP_MENU_FLAGS = 32u32;
|
3452
|
+
pub const TPM_CENTERALIGN: TRACK_POPUP_MENU_FLAGS = 4u32;
|
3453
|
+
pub const TPM_HORIZONTAL: TRACK_POPUP_MENU_FLAGS = 0u32;
|
3454
|
+
pub const TPM_HORNEGANIMATION: TRACK_POPUP_MENU_FLAGS = 2048u32;
|
3455
|
+
pub const TPM_HORPOSANIMATION: TRACK_POPUP_MENU_FLAGS = 1024u32;
|
3456
|
+
pub const TPM_LAYOUTRTL: TRACK_POPUP_MENU_FLAGS = 32768u32;
|
3457
|
+
pub const TPM_LEFTALIGN: TRACK_POPUP_MENU_FLAGS = 0u32;
|
3458
|
+
pub const TPM_LEFTBUTTON: TRACK_POPUP_MENU_FLAGS = 0u32;
|
3459
|
+
pub const TPM_NOANIMATION: TRACK_POPUP_MENU_FLAGS = 16384u32;
|
3460
|
+
pub const TPM_NONOTIFY: TRACK_POPUP_MENU_FLAGS = 128u32;
|
3461
|
+
pub const TPM_RECURSE: TRACK_POPUP_MENU_FLAGS = 1u32;
|
3462
|
+
pub const TPM_RETURNCMD: TRACK_POPUP_MENU_FLAGS = 256u32;
|
3463
|
+
pub const TPM_RIGHTALIGN: TRACK_POPUP_MENU_FLAGS = 8u32;
|
3464
|
+
pub const TPM_RIGHTBUTTON: TRACK_POPUP_MENU_FLAGS = 2u32;
|
3465
|
+
pub const TPM_TOPALIGN: TRACK_POPUP_MENU_FLAGS = 0u32;
|
3466
|
+
pub const TPM_VCENTERALIGN: TRACK_POPUP_MENU_FLAGS = 16u32;
|
3467
|
+
pub const TPM_VERNEGANIMATION: TRACK_POPUP_MENU_FLAGS = 8192u32;
|
3468
|
+
pub const TPM_VERPOSANIMATION: TRACK_POPUP_MENU_FLAGS = 4096u32;
|
3469
|
+
pub const TPM_VERTICAL: TRACK_POPUP_MENU_FLAGS = 64u32;
|
3470
|
+
pub const TPM_WORKAREA: TRACK_POPUP_MENU_FLAGS = 65536u32;
|
3471
|
+
pub type TRACK_POPUP_MENU_FLAGS = u32;
|
3472
|
+
pub const UISF_ACTIVE: u32 = 4u32;
|
3473
|
+
pub const UISF_HIDEACCEL: u32 = 2u32;
|
3474
|
+
pub const UISF_HIDEFOCUS: u32 = 1u32;
|
3475
|
+
pub const UIS_CLEAR: u32 = 2u32;
|
3476
|
+
pub const UIS_INITIALIZE: u32 = 3u32;
|
3477
|
+
pub const UIS_SET: u32 = 1u32;
|
3478
|
+
pub const ULW_ALPHA: UPDATE_LAYERED_WINDOW_FLAGS = 2u32;
|
3479
|
+
pub const ULW_COLORKEY: UPDATE_LAYERED_WINDOW_FLAGS = 1u32;
|
3480
|
+
pub const ULW_EX_NORESIZE: UPDATE_LAYERED_WINDOW_FLAGS = 8u32;
|
3481
|
+
pub const ULW_OPAQUE: UPDATE_LAYERED_WINDOW_FLAGS = 4u32;
|
3482
|
+
pub const UNICODE_NOCHAR: u32 = 65535u32;
|
3483
|
+
pub const UOI_TIMERPROC_EXCEPTION_SUPPRESSION: u32 = 7u32;
|
3484
|
+
#[repr(C)]
|
3485
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3486
|
+
#[derive(Clone, Copy)]
|
3487
|
+
pub struct UPDATELAYEREDWINDOWINFO {
|
3488
|
+
pub cbSize: u32,
|
3489
|
+
pub hdcDst: super::super::Graphics::Gdi::HDC,
|
3490
|
+
pub pptDst: *const super::super::Foundation::POINT,
|
3491
|
+
pub psize: *const super::super::Foundation::SIZE,
|
3492
|
+
pub hdcSrc: super::super::Graphics::Gdi::HDC,
|
3493
|
+
pub pptSrc: *const super::super::Foundation::POINT,
|
3494
|
+
pub crKey: super::super::Foundation::COLORREF,
|
3495
|
+
pub pblend: *const super::super::Graphics::Gdi::BLENDFUNCTION,
|
3496
|
+
pub dwFlags: UPDATE_LAYERED_WINDOW_FLAGS,
|
3497
|
+
pub prcDirty: *const super::super::Foundation::RECT,
|
3498
|
+
}
|
3499
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3500
|
+
impl Default for UPDATELAYEREDWINDOWINFO {
|
3501
|
+
fn default() -> Self {
|
3502
|
+
unsafe { core::mem::zeroed() }
|
3503
|
+
}
|
3504
|
+
}
|
3505
|
+
pub type UPDATE_LAYERED_WINDOW_FLAGS = u32;
|
3506
|
+
pub const USER_DEFAULT_SCREEN_DPI: u32 = 96u32;
|
3507
|
+
pub const USER_TIMER_MAXIMUM: u32 = 2147483647u32;
|
3508
|
+
pub const USER_TIMER_MINIMUM: u32 = 10u32;
|
3509
|
+
#[repr(C)]
|
3510
|
+
#[derive(Clone, Copy, Default)]
|
3511
|
+
pub struct VolLockBroadcast {
|
3512
|
+
pub vlb_dbh: DEV_BROADCAST_HDR,
|
3513
|
+
pub vlb_owner: u32,
|
3514
|
+
pub vlb_perms: u8,
|
3515
|
+
pub vlb_lockType: u8,
|
3516
|
+
pub vlb_drive: u8,
|
3517
|
+
pub vlb_flags: u8,
|
3518
|
+
}
|
3519
|
+
pub const WA_ACTIVE: u32 = 1u32;
|
3520
|
+
pub const WA_CLICKACTIVE: u32 = 2u32;
|
3521
|
+
pub const WA_INACTIVE: u32 = 0u32;
|
3522
|
+
pub const WDA_EXCLUDEFROMCAPTURE: WINDOW_DISPLAY_AFFINITY = 17u32;
|
3523
|
+
pub const WDA_MONITOR: WINDOW_DISPLAY_AFFINITY = 1u32;
|
3524
|
+
pub const WDA_NONE: WINDOW_DISPLAY_AFFINITY = 0u32;
|
3525
|
+
pub const WHEEL_DELTA: u32 = 120u32;
|
3526
|
+
pub const WH_CALLWNDPROC: WINDOWS_HOOK_ID = 4i32;
|
3527
|
+
pub const WH_CALLWNDPROCRET: WINDOWS_HOOK_ID = 12i32;
|
3528
|
+
pub const WH_CBT: WINDOWS_HOOK_ID = 5i32;
|
3529
|
+
pub const WH_DEBUG: WINDOWS_HOOK_ID = 9i32;
|
3530
|
+
pub const WH_FOREGROUNDIDLE: WINDOWS_HOOK_ID = 11i32;
|
3531
|
+
pub const WH_GETMESSAGE: WINDOWS_HOOK_ID = 3i32;
|
3532
|
+
pub const WH_HARDWARE: u32 = 8u32;
|
3533
|
+
pub const WH_JOURNALPLAYBACK: WINDOWS_HOOK_ID = 1i32;
|
3534
|
+
pub const WH_JOURNALRECORD: WINDOWS_HOOK_ID = 0i32;
|
3535
|
+
pub const WH_KEYBOARD: WINDOWS_HOOK_ID = 2i32;
|
3536
|
+
pub const WH_KEYBOARD_LL: WINDOWS_HOOK_ID = 13i32;
|
3537
|
+
pub const WH_MAX: u32 = 14u32;
|
3538
|
+
pub const WH_MAXHOOK: u32 = 14u32;
|
3539
|
+
pub const WH_MIN: i32 = -1i32;
|
3540
|
+
pub const WH_MINHOOK: i32 = -1i32;
|
3541
|
+
pub const WH_MOUSE: WINDOWS_HOOK_ID = 7i32;
|
3542
|
+
pub const WH_MOUSE_LL: WINDOWS_HOOK_ID = 14i32;
|
3543
|
+
pub const WH_MSGFILTER: WINDOWS_HOOK_ID = -1i32;
|
3544
|
+
pub const WH_SHELL: WINDOWS_HOOK_ID = 10i32;
|
3545
|
+
pub const WH_SYSMSGFILTER: WINDOWS_HOOK_ID = 6i32;
|
3546
|
+
#[repr(C)]
|
3547
|
+
#[derive(Clone, Copy, Default)]
|
3548
|
+
pub struct WINDOWINFO {
|
3549
|
+
pub cbSize: u32,
|
3550
|
+
pub rcWindow: super::super::Foundation::RECT,
|
3551
|
+
pub rcClient: super::super::Foundation::RECT,
|
3552
|
+
pub dwStyle: WINDOW_STYLE,
|
3553
|
+
pub dwExStyle: WINDOW_EX_STYLE,
|
3554
|
+
pub dwWindowStatus: u32,
|
3555
|
+
pub cxWindowBorders: u32,
|
3556
|
+
pub cyWindowBorders: u32,
|
3557
|
+
pub atomWindowType: u16,
|
3558
|
+
pub wCreatorVersion: u16,
|
3559
|
+
}
|
3560
|
+
#[repr(C)]
|
3561
|
+
#[derive(Clone, Copy, Default)]
|
3562
|
+
pub struct WINDOWPLACEMENT {
|
3563
|
+
pub length: u32,
|
3564
|
+
pub flags: WINDOWPLACEMENT_FLAGS,
|
3565
|
+
pub showCmd: u32,
|
3566
|
+
pub ptMinPosition: super::super::Foundation::POINT,
|
3567
|
+
pub ptMaxPosition: super::super::Foundation::POINT,
|
3568
|
+
pub rcNormalPosition: super::super::Foundation::RECT,
|
3569
|
+
}
|
3570
|
+
pub type WINDOWPLACEMENT_FLAGS = u32;
|
3571
|
+
#[repr(C)]
|
3572
|
+
#[derive(Clone, Copy)]
|
3573
|
+
pub struct WINDOWPOS {
|
3574
|
+
pub hwnd: super::super::Foundation::HWND,
|
3575
|
+
pub hwndInsertAfter: super::super::Foundation::HWND,
|
3576
|
+
pub x: i32,
|
3577
|
+
pub y: i32,
|
3578
|
+
pub cx: i32,
|
3579
|
+
pub cy: i32,
|
3580
|
+
pub flags: SET_WINDOW_POS_FLAGS,
|
3581
|
+
}
|
3582
|
+
impl Default for WINDOWPOS {
|
3583
|
+
fn default() -> Self {
|
3584
|
+
unsafe { core::mem::zeroed() }
|
3585
|
+
}
|
3586
|
+
}
|
3587
|
+
pub type WINDOWS_HOOK_ID = i32;
|
3588
|
+
pub type WINDOW_DISPLAY_AFFINITY = u32;
|
3589
|
+
pub type WINDOW_EX_STYLE = u32;
|
3590
|
+
pub type WINDOW_LONG_PTR_INDEX = i32;
|
3591
|
+
pub type WINDOW_MESSAGE_FILTER_ACTION = u32;
|
3592
|
+
pub type WINDOW_STYLE = u32;
|
3593
|
+
pub const WINEVENT_INCONTEXT: u32 = 4u32;
|
3594
|
+
pub const WINEVENT_OUTOFCONTEXT: u32 = 0u32;
|
3595
|
+
pub const WINEVENT_SKIPOWNPROCESS: u32 = 2u32;
|
3596
|
+
pub const WINEVENT_SKIPOWNTHREAD: u32 = 1u32;
|
3597
|
+
pub const WINSTA_ACCESSCLIPBOARD: i32 = 4i32;
|
3598
|
+
pub const WINSTA_ACCESSGLOBALATOMS: i32 = 32i32;
|
3599
|
+
pub const WINSTA_ALL_ACCESS: i32 = 895i32;
|
3600
|
+
pub const WINSTA_CREATEDESKTOP: i32 = 8i32;
|
3601
|
+
pub const WINSTA_ENUMDESKTOPS: i32 = 1i32;
|
3602
|
+
pub const WINSTA_ENUMERATE: i32 = 256i32;
|
3603
|
+
pub const WINSTA_EXITWINDOWS: i32 = 64i32;
|
3604
|
+
pub const WINSTA_READATTRIBUTES: i32 = 2i32;
|
3605
|
+
pub const WINSTA_READSCREEN: i32 = 512i32;
|
3606
|
+
pub const WINSTA_WRITEATTRIBUTES: i32 = 16i32;
|
3607
|
+
pub const WMSZ_BOTTOM: u32 = 6u32;
|
3608
|
+
pub const WMSZ_BOTTOMLEFT: u32 = 7u32;
|
3609
|
+
pub const WMSZ_BOTTOMRIGHT: u32 = 8u32;
|
3610
|
+
pub const WMSZ_LEFT: u32 = 1u32;
|
3611
|
+
pub const WMSZ_RIGHT: u32 = 2u32;
|
3612
|
+
pub const WMSZ_TOP: u32 = 3u32;
|
3613
|
+
pub const WMSZ_TOPLEFT: u32 = 4u32;
|
3614
|
+
pub const WMSZ_TOPRIGHT: u32 = 5u32;
|
3615
|
+
pub const WM_ACTIVATE: u32 = 6u32;
|
3616
|
+
pub const WM_ACTIVATEAPP: u32 = 28u32;
|
3617
|
+
pub const WM_AFXFIRST: u32 = 864u32;
|
3618
|
+
pub const WM_AFXLAST: u32 = 895u32;
|
3619
|
+
pub const WM_APP: u32 = 32768u32;
|
3620
|
+
pub const WM_APPCOMMAND: u32 = 793u32;
|
3621
|
+
pub const WM_ASKCBFORMATNAME: u32 = 780u32;
|
3622
|
+
pub const WM_CANCELJOURNAL: u32 = 75u32;
|
3623
|
+
pub const WM_CANCELMODE: u32 = 31u32;
|
3624
|
+
pub const WM_CAPTURECHANGED: u32 = 533u32;
|
3625
|
+
pub const WM_CHANGECBCHAIN: u32 = 781u32;
|
3626
|
+
pub const WM_CHANGEUISTATE: u32 = 295u32;
|
3627
|
+
pub const WM_CHAR: u32 = 258u32;
|
3628
|
+
pub const WM_CHARTOITEM: u32 = 47u32;
|
3629
|
+
pub const WM_CHILDACTIVATE: u32 = 34u32;
|
3630
|
+
pub const WM_CLEAR: u32 = 771u32;
|
3631
|
+
pub const WM_CLIPBOARDUPDATE: u32 = 797u32;
|
3632
|
+
pub const WM_CLOSE: u32 = 16u32;
|
3633
|
+
pub const WM_COMMAND: u32 = 273u32;
|
3634
|
+
pub const WM_COMMNOTIFY: u32 = 68u32;
|
3635
|
+
pub const WM_COMPACTING: u32 = 65u32;
|
3636
|
+
pub const WM_COMPAREITEM: u32 = 57u32;
|
3637
|
+
pub const WM_CONTEXTMENU: u32 = 123u32;
|
3638
|
+
pub const WM_COPY: u32 = 769u32;
|
3639
|
+
pub const WM_COPYDATA: u32 = 74u32;
|
3640
|
+
pub const WM_CREATE: u32 = 1u32;
|
3641
|
+
pub const WM_CTLCOLORBTN: u32 = 309u32;
|
3642
|
+
pub const WM_CTLCOLORDLG: u32 = 310u32;
|
3643
|
+
pub const WM_CTLCOLOREDIT: u32 = 307u32;
|
3644
|
+
pub const WM_CTLCOLORLISTBOX: u32 = 308u32;
|
3645
|
+
pub const WM_CTLCOLORMSGBOX: u32 = 306u32;
|
3646
|
+
pub const WM_CTLCOLORSCROLLBAR: u32 = 311u32;
|
3647
|
+
pub const WM_CTLCOLORSTATIC: u32 = 312u32;
|
3648
|
+
pub const WM_CUT: u32 = 768u32;
|
3649
|
+
pub const WM_DEADCHAR: u32 = 259u32;
|
3650
|
+
pub const WM_DELETEITEM: u32 = 45u32;
|
3651
|
+
pub const WM_DESTROY: u32 = 2u32;
|
3652
|
+
pub const WM_DESTROYCLIPBOARD: u32 = 775u32;
|
3653
|
+
pub const WM_DEVICECHANGE: u32 = 537u32;
|
3654
|
+
pub const WM_DEVMODECHANGE: u32 = 27u32;
|
3655
|
+
pub const WM_DISPLAYCHANGE: u32 = 126u32;
|
3656
|
+
pub const WM_DPICHANGED: u32 = 736u32;
|
3657
|
+
pub const WM_DPICHANGED_AFTERPARENT: u32 = 739u32;
|
3658
|
+
pub const WM_DPICHANGED_BEFOREPARENT: u32 = 738u32;
|
3659
|
+
pub const WM_DRAWCLIPBOARD: u32 = 776u32;
|
3660
|
+
pub const WM_DRAWITEM: u32 = 43u32;
|
3661
|
+
pub const WM_DROPFILES: u32 = 563u32;
|
3662
|
+
pub const WM_DWMCOLORIZATIONCOLORCHANGED: u32 = 800u32;
|
3663
|
+
pub const WM_DWMCOMPOSITIONCHANGED: u32 = 798u32;
|
3664
|
+
pub const WM_DWMNCRENDERINGCHANGED: u32 = 799u32;
|
3665
|
+
pub const WM_DWMSENDICONICLIVEPREVIEWBITMAP: u32 = 806u32;
|
3666
|
+
pub const WM_DWMSENDICONICTHUMBNAIL: u32 = 803u32;
|
3667
|
+
pub const WM_DWMWINDOWMAXIMIZEDCHANGE: u32 = 801u32;
|
3668
|
+
pub const WM_ENABLE: u32 = 10u32;
|
3669
|
+
pub const WM_ENDSESSION: u32 = 22u32;
|
3670
|
+
pub const WM_ENTERIDLE: u32 = 289u32;
|
3671
|
+
pub const WM_ENTERMENULOOP: u32 = 529u32;
|
3672
|
+
pub const WM_ENTERSIZEMOVE: u32 = 561u32;
|
3673
|
+
pub const WM_ERASEBKGND: u32 = 20u32;
|
3674
|
+
pub const WM_EXITMENULOOP: u32 = 530u32;
|
3675
|
+
pub const WM_EXITSIZEMOVE: u32 = 562u32;
|
3676
|
+
pub const WM_FONTCHANGE: u32 = 29u32;
|
3677
|
+
pub const WM_GESTURE: u32 = 281u32;
|
3678
|
+
pub const WM_GESTURENOTIFY: u32 = 282u32;
|
3679
|
+
pub const WM_GETDLGCODE: u32 = 135u32;
|
3680
|
+
pub const WM_GETDPISCALEDSIZE: u32 = 740u32;
|
3681
|
+
pub const WM_GETFONT: u32 = 49u32;
|
3682
|
+
pub const WM_GETHOTKEY: u32 = 51u32;
|
3683
|
+
pub const WM_GETICON: u32 = 127u32;
|
3684
|
+
pub const WM_GETMINMAXINFO: u32 = 36u32;
|
3685
|
+
pub const WM_GETOBJECT: u32 = 61u32;
|
3686
|
+
pub const WM_GETTEXT: u32 = 13u32;
|
3687
|
+
pub const WM_GETTEXTLENGTH: u32 = 14u32;
|
3688
|
+
pub const WM_GETTITLEBARINFOEX: u32 = 831u32;
|
3689
|
+
pub const WM_HANDHELDFIRST: u32 = 856u32;
|
3690
|
+
pub const WM_HANDHELDLAST: u32 = 863u32;
|
3691
|
+
pub const WM_HELP: u32 = 83u32;
|
3692
|
+
pub const WM_HOTKEY: u32 = 786u32;
|
3693
|
+
pub const WM_HSCROLL: u32 = 276u32;
|
3694
|
+
pub const WM_HSCROLLCLIPBOARD: u32 = 782u32;
|
3695
|
+
pub const WM_ICONERASEBKGND: u32 = 39u32;
|
3696
|
+
pub const WM_IME_CHAR: u32 = 646u32;
|
3697
|
+
pub const WM_IME_COMPOSITION: u32 = 271u32;
|
3698
|
+
pub const WM_IME_COMPOSITIONFULL: u32 = 644u32;
|
3699
|
+
pub const WM_IME_CONTROL: u32 = 643u32;
|
3700
|
+
pub const WM_IME_ENDCOMPOSITION: u32 = 270u32;
|
3701
|
+
pub const WM_IME_KEYDOWN: u32 = 656u32;
|
3702
|
+
pub const WM_IME_KEYLAST: u32 = 271u32;
|
3703
|
+
pub const WM_IME_KEYUP: u32 = 657u32;
|
3704
|
+
pub const WM_IME_NOTIFY: u32 = 642u32;
|
3705
|
+
pub const WM_IME_REQUEST: u32 = 648u32;
|
3706
|
+
pub const WM_IME_SELECT: u32 = 645u32;
|
3707
|
+
pub const WM_IME_SETCONTEXT: u32 = 641u32;
|
3708
|
+
pub const WM_IME_STARTCOMPOSITION: u32 = 269u32;
|
3709
|
+
pub const WM_INITDIALOG: u32 = 272u32;
|
3710
|
+
pub const WM_INITMENU: u32 = 278u32;
|
3711
|
+
pub const WM_INITMENUPOPUP: u32 = 279u32;
|
3712
|
+
pub const WM_INPUT: u32 = 255u32;
|
3713
|
+
pub const WM_INPUTLANGCHANGE: u32 = 81u32;
|
3714
|
+
pub const WM_INPUTLANGCHANGEREQUEST: u32 = 80u32;
|
3715
|
+
pub const WM_INPUT_DEVICE_CHANGE: u32 = 254u32;
|
3716
|
+
pub const WM_KEYDOWN: u32 = 256u32;
|
3717
|
+
pub const WM_KEYFIRST: u32 = 256u32;
|
3718
|
+
pub const WM_KEYLAST: u32 = 265u32;
|
3719
|
+
pub const WM_KEYUP: u32 = 257u32;
|
3720
|
+
pub const WM_KILLFOCUS: u32 = 8u32;
|
3721
|
+
pub const WM_LBUTTONDBLCLK: u32 = 515u32;
|
3722
|
+
pub const WM_LBUTTONDOWN: u32 = 513u32;
|
3723
|
+
pub const WM_LBUTTONUP: u32 = 514u32;
|
3724
|
+
pub const WM_MBUTTONDBLCLK: u32 = 521u32;
|
3725
|
+
pub const WM_MBUTTONDOWN: u32 = 519u32;
|
3726
|
+
pub const WM_MBUTTONUP: u32 = 520u32;
|
3727
|
+
pub const WM_MDIACTIVATE: u32 = 546u32;
|
3728
|
+
pub const WM_MDICASCADE: u32 = 551u32;
|
3729
|
+
pub const WM_MDICREATE: u32 = 544u32;
|
3730
|
+
pub const WM_MDIDESTROY: u32 = 545u32;
|
3731
|
+
pub const WM_MDIGETACTIVE: u32 = 553u32;
|
3732
|
+
pub const WM_MDIICONARRANGE: u32 = 552u32;
|
3733
|
+
pub const WM_MDIMAXIMIZE: u32 = 549u32;
|
3734
|
+
pub const WM_MDINEXT: u32 = 548u32;
|
3735
|
+
pub const WM_MDIREFRESHMENU: u32 = 564u32;
|
3736
|
+
pub const WM_MDIRESTORE: u32 = 547u32;
|
3737
|
+
pub const WM_MDISETMENU: u32 = 560u32;
|
3738
|
+
pub const WM_MDITILE: u32 = 550u32;
|
3739
|
+
pub const WM_MEASUREITEM: u32 = 44u32;
|
3740
|
+
pub const WM_MENUCHAR: u32 = 288u32;
|
3741
|
+
pub const WM_MENUCOMMAND: u32 = 294u32;
|
3742
|
+
pub const WM_MENUDRAG: u32 = 291u32;
|
3743
|
+
pub const WM_MENUGETOBJECT: u32 = 292u32;
|
3744
|
+
pub const WM_MENURBUTTONUP: u32 = 290u32;
|
3745
|
+
pub const WM_MENUSELECT: u32 = 287u32;
|
3746
|
+
pub const WM_MOUSEACTIVATE: u32 = 33u32;
|
3747
|
+
pub const WM_MOUSEFIRST: u32 = 512u32;
|
3748
|
+
pub const WM_MOUSEHWHEEL: u32 = 526u32;
|
3749
|
+
pub const WM_MOUSELAST: u32 = 526u32;
|
3750
|
+
pub const WM_MOUSEMOVE: u32 = 512u32;
|
3751
|
+
pub const WM_MOUSEWHEEL: u32 = 522u32;
|
3752
|
+
pub const WM_MOVE: u32 = 3u32;
|
3753
|
+
pub const WM_MOVING: u32 = 534u32;
|
3754
|
+
pub const WM_NCACTIVATE: u32 = 134u32;
|
3755
|
+
pub const WM_NCCALCSIZE: u32 = 131u32;
|
3756
|
+
pub const WM_NCCREATE: u32 = 129u32;
|
3757
|
+
pub const WM_NCDESTROY: u32 = 130u32;
|
3758
|
+
pub const WM_NCHITTEST: u32 = 132u32;
|
3759
|
+
pub const WM_NCLBUTTONDBLCLK: u32 = 163u32;
|
3760
|
+
pub const WM_NCLBUTTONDOWN: u32 = 161u32;
|
3761
|
+
pub const WM_NCLBUTTONUP: u32 = 162u32;
|
3762
|
+
pub const WM_NCMBUTTONDBLCLK: u32 = 169u32;
|
3763
|
+
pub const WM_NCMBUTTONDOWN: u32 = 167u32;
|
3764
|
+
pub const WM_NCMBUTTONUP: u32 = 168u32;
|
3765
|
+
pub const WM_NCMOUSEHOVER: u32 = 672u32;
|
3766
|
+
pub const WM_NCMOUSELEAVE: u32 = 674u32;
|
3767
|
+
pub const WM_NCMOUSEMOVE: u32 = 160u32;
|
3768
|
+
pub const WM_NCPAINT: u32 = 133u32;
|
3769
|
+
pub const WM_NCPOINTERDOWN: u32 = 578u32;
|
3770
|
+
pub const WM_NCPOINTERUP: u32 = 579u32;
|
3771
|
+
pub const WM_NCPOINTERUPDATE: u32 = 577u32;
|
3772
|
+
pub const WM_NCRBUTTONDBLCLK: u32 = 166u32;
|
3773
|
+
pub const WM_NCRBUTTONDOWN: u32 = 164u32;
|
3774
|
+
pub const WM_NCRBUTTONUP: u32 = 165u32;
|
3775
|
+
pub const WM_NCXBUTTONDBLCLK: u32 = 173u32;
|
3776
|
+
pub const WM_NCXBUTTONDOWN: u32 = 171u32;
|
3777
|
+
pub const WM_NCXBUTTONUP: u32 = 172u32;
|
3778
|
+
pub const WM_NEXTDLGCTL: u32 = 40u32;
|
3779
|
+
pub const WM_NEXTMENU: u32 = 531u32;
|
3780
|
+
pub const WM_NOTIFY: u32 = 78u32;
|
3781
|
+
pub const WM_NOTIFYFORMAT: u32 = 85u32;
|
3782
|
+
pub const WM_NULL: u32 = 0u32;
|
3783
|
+
pub const WM_PAINT: u32 = 15u32;
|
3784
|
+
pub const WM_PAINTCLIPBOARD: u32 = 777u32;
|
3785
|
+
pub const WM_PAINTICON: u32 = 38u32;
|
3786
|
+
pub const WM_PALETTECHANGED: u32 = 785u32;
|
3787
|
+
pub const WM_PALETTEISCHANGING: u32 = 784u32;
|
3788
|
+
pub const WM_PARENTNOTIFY: u32 = 528u32;
|
3789
|
+
pub const WM_PASTE: u32 = 770u32;
|
3790
|
+
pub const WM_PENWINFIRST: u32 = 896u32;
|
3791
|
+
pub const WM_PENWINLAST: u32 = 911u32;
|
3792
|
+
pub const WM_POINTERACTIVATE: u32 = 587u32;
|
3793
|
+
pub const WM_POINTERCAPTURECHANGED: u32 = 588u32;
|
3794
|
+
pub const WM_POINTERDEVICECHANGE: u32 = 568u32;
|
3795
|
+
pub const WM_POINTERDEVICEINRANGE: u32 = 569u32;
|
3796
|
+
pub const WM_POINTERDEVICEOUTOFRANGE: u32 = 570u32;
|
3797
|
+
pub const WM_POINTERDOWN: u32 = 582u32;
|
3798
|
+
pub const WM_POINTERENTER: u32 = 585u32;
|
3799
|
+
pub const WM_POINTERHWHEEL: u32 = 591u32;
|
3800
|
+
pub const WM_POINTERLEAVE: u32 = 586u32;
|
3801
|
+
pub const WM_POINTERROUTEDAWAY: u32 = 594u32;
|
3802
|
+
pub const WM_POINTERROUTEDRELEASED: u32 = 595u32;
|
3803
|
+
pub const WM_POINTERROUTEDTO: u32 = 593u32;
|
3804
|
+
pub const WM_POINTERUP: u32 = 583u32;
|
3805
|
+
pub const WM_POINTERUPDATE: u32 = 581u32;
|
3806
|
+
pub const WM_POINTERWHEEL: u32 = 590u32;
|
3807
|
+
pub const WM_POWER: u32 = 72u32;
|
3808
|
+
pub const WM_POWERBROADCAST: u32 = 536u32;
|
3809
|
+
pub const WM_PRINT: u32 = 791u32;
|
3810
|
+
pub const WM_PRINTCLIENT: u32 = 792u32;
|
3811
|
+
pub const WM_QUERYDRAGICON: u32 = 55u32;
|
3812
|
+
pub const WM_QUERYENDSESSION: u32 = 17u32;
|
3813
|
+
pub const WM_QUERYNEWPALETTE: u32 = 783u32;
|
3814
|
+
pub const WM_QUERYOPEN: u32 = 19u32;
|
3815
|
+
pub const WM_QUERYUISTATE: u32 = 297u32;
|
3816
|
+
pub const WM_QUEUESYNC: u32 = 35u32;
|
3817
|
+
pub const WM_QUIT: u32 = 18u32;
|
3818
|
+
pub const WM_RBUTTONDBLCLK: u32 = 518u32;
|
3819
|
+
pub const WM_RBUTTONDOWN: u32 = 516u32;
|
3820
|
+
pub const WM_RBUTTONUP: u32 = 517u32;
|
3821
|
+
pub const WM_RENDERALLFORMATS: u32 = 774u32;
|
3822
|
+
pub const WM_RENDERFORMAT: u32 = 773u32;
|
3823
|
+
pub const WM_SETCURSOR: u32 = 32u32;
|
3824
|
+
pub const WM_SETFOCUS: u32 = 7u32;
|
3825
|
+
pub const WM_SETFONT: u32 = 48u32;
|
3826
|
+
pub const WM_SETHOTKEY: u32 = 50u32;
|
3827
|
+
pub const WM_SETICON: u32 = 128u32;
|
3828
|
+
pub const WM_SETREDRAW: u32 = 11u32;
|
3829
|
+
pub const WM_SETTEXT: u32 = 12u32;
|
3830
|
+
pub const WM_SETTINGCHANGE: u32 = 26u32;
|
3831
|
+
pub const WM_SHOWWINDOW: u32 = 24u32;
|
3832
|
+
pub const WM_SIZE: u32 = 5u32;
|
3833
|
+
pub const WM_SIZECLIPBOARD: u32 = 779u32;
|
3834
|
+
pub const WM_SIZING: u32 = 532u32;
|
3835
|
+
pub const WM_SPOOLERSTATUS: u32 = 42u32;
|
3836
|
+
pub const WM_STYLECHANGED: u32 = 125u32;
|
3837
|
+
pub const WM_STYLECHANGING: u32 = 124u32;
|
3838
|
+
pub const WM_SYNCPAINT: u32 = 136u32;
|
3839
|
+
pub const WM_SYSCHAR: u32 = 262u32;
|
3840
|
+
pub const WM_SYSCOLORCHANGE: u32 = 21u32;
|
3841
|
+
pub const WM_SYSCOMMAND: u32 = 274u32;
|
3842
|
+
pub const WM_SYSDEADCHAR: u32 = 263u32;
|
3843
|
+
pub const WM_SYSKEYDOWN: u32 = 260u32;
|
3844
|
+
pub const WM_SYSKEYUP: u32 = 261u32;
|
3845
|
+
pub const WM_TABLET_FIRST: u32 = 704u32;
|
3846
|
+
pub const WM_TABLET_LAST: u32 = 735u32;
|
3847
|
+
pub const WM_TCARD: u32 = 82u32;
|
3848
|
+
pub const WM_THEMECHANGED: u32 = 794u32;
|
3849
|
+
pub const WM_TIMECHANGE: u32 = 30u32;
|
3850
|
+
pub const WM_TIMER: u32 = 275u32;
|
3851
|
+
pub const WM_TOOLTIPDISMISS: u32 = 837u32;
|
3852
|
+
pub const WM_TOUCH: u32 = 576u32;
|
3853
|
+
pub const WM_TOUCHHITTESTING: u32 = 589u32;
|
3854
|
+
pub const WM_UNDO: u32 = 772u32;
|
3855
|
+
pub const WM_UNICHAR: u32 = 265u32;
|
3856
|
+
pub const WM_UNINITMENUPOPUP: u32 = 293u32;
|
3857
|
+
pub const WM_UPDATEUISTATE: u32 = 296u32;
|
3858
|
+
pub const WM_USER: u32 = 1024u32;
|
3859
|
+
pub const WM_USERCHANGED: u32 = 84u32;
|
3860
|
+
pub const WM_VKEYTOITEM: u32 = 46u32;
|
3861
|
+
pub const WM_VSCROLL: u32 = 277u32;
|
3862
|
+
pub const WM_VSCROLLCLIPBOARD: u32 = 778u32;
|
3863
|
+
pub const WM_WINDOWPOSCHANGED: u32 = 71u32;
|
3864
|
+
pub const WM_WINDOWPOSCHANGING: u32 = 70u32;
|
3865
|
+
pub const WM_WININICHANGE: u32 = 26u32;
|
3866
|
+
pub const WM_WTSSESSION_CHANGE: u32 = 689u32;
|
3867
|
+
pub const WM_XBUTTONDBLCLK: u32 = 525u32;
|
3868
|
+
pub const WM_XBUTTONDOWN: u32 = 523u32;
|
3869
|
+
pub const WM_XBUTTONUP: u32 = 524u32;
|
3870
|
+
#[repr(C)]
|
3871
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3872
|
+
#[derive(Clone, Copy)]
|
3873
|
+
pub struct WNDCLASSA {
|
3874
|
+
pub style: WNDCLASS_STYLES,
|
3875
|
+
pub lpfnWndProc: WNDPROC,
|
3876
|
+
pub cbClsExtra: i32,
|
3877
|
+
pub cbWndExtra: i32,
|
3878
|
+
pub hInstance: super::super::Foundation::HINSTANCE,
|
3879
|
+
pub hIcon: HICON,
|
3880
|
+
pub hCursor: HCURSOR,
|
3881
|
+
pub hbrBackground: super::super::Graphics::Gdi::HBRUSH,
|
3882
|
+
pub lpszMenuName: windows_sys::core::PCSTR,
|
3883
|
+
pub lpszClassName: windows_sys::core::PCSTR,
|
3884
|
+
}
|
3885
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3886
|
+
impl Default for WNDCLASSA {
|
3887
|
+
fn default() -> Self {
|
3888
|
+
unsafe { core::mem::zeroed() }
|
3889
|
+
}
|
3890
|
+
}
|
3891
|
+
#[repr(C)]
|
3892
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3893
|
+
#[derive(Clone, Copy)]
|
3894
|
+
pub struct WNDCLASSEXA {
|
3895
|
+
pub cbSize: u32,
|
3896
|
+
pub style: WNDCLASS_STYLES,
|
3897
|
+
pub lpfnWndProc: WNDPROC,
|
3898
|
+
pub cbClsExtra: i32,
|
3899
|
+
pub cbWndExtra: i32,
|
3900
|
+
pub hInstance: super::super::Foundation::HINSTANCE,
|
3901
|
+
pub hIcon: HICON,
|
3902
|
+
pub hCursor: HCURSOR,
|
3903
|
+
pub hbrBackground: super::super::Graphics::Gdi::HBRUSH,
|
3904
|
+
pub lpszMenuName: windows_sys::core::PCSTR,
|
3905
|
+
pub lpszClassName: windows_sys::core::PCSTR,
|
3906
|
+
pub hIconSm: HICON,
|
3907
|
+
}
|
3908
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3909
|
+
impl Default for WNDCLASSEXA {
|
3910
|
+
fn default() -> Self {
|
3911
|
+
unsafe { core::mem::zeroed() }
|
3912
|
+
}
|
3913
|
+
}
|
3914
|
+
#[repr(C)]
|
3915
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3916
|
+
#[derive(Clone, Copy)]
|
3917
|
+
pub struct WNDCLASSEXW {
|
3918
|
+
pub cbSize: u32,
|
3919
|
+
pub style: WNDCLASS_STYLES,
|
3920
|
+
pub lpfnWndProc: WNDPROC,
|
3921
|
+
pub cbClsExtra: i32,
|
3922
|
+
pub cbWndExtra: i32,
|
3923
|
+
pub hInstance: super::super::Foundation::HINSTANCE,
|
3924
|
+
pub hIcon: HICON,
|
3925
|
+
pub hCursor: HCURSOR,
|
3926
|
+
pub hbrBackground: super::super::Graphics::Gdi::HBRUSH,
|
3927
|
+
pub lpszMenuName: windows_sys::core::PCWSTR,
|
3928
|
+
pub lpszClassName: windows_sys::core::PCWSTR,
|
3929
|
+
pub hIconSm: HICON,
|
3930
|
+
}
|
3931
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3932
|
+
impl Default for WNDCLASSEXW {
|
3933
|
+
fn default() -> Self {
|
3934
|
+
unsafe { core::mem::zeroed() }
|
3935
|
+
}
|
3936
|
+
}
|
3937
|
+
#[repr(C)]
|
3938
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3939
|
+
#[derive(Clone, Copy)]
|
3940
|
+
pub struct WNDCLASSW {
|
3941
|
+
pub style: WNDCLASS_STYLES,
|
3942
|
+
pub lpfnWndProc: WNDPROC,
|
3943
|
+
pub cbClsExtra: i32,
|
3944
|
+
pub cbWndExtra: i32,
|
3945
|
+
pub hInstance: super::super::Foundation::HINSTANCE,
|
3946
|
+
pub hIcon: HICON,
|
3947
|
+
pub hCursor: HCURSOR,
|
3948
|
+
pub hbrBackground: super::super::Graphics::Gdi::HBRUSH,
|
3949
|
+
pub lpszMenuName: windows_sys::core::PCWSTR,
|
3950
|
+
pub lpszClassName: windows_sys::core::PCWSTR,
|
3951
|
+
}
|
3952
|
+
#[cfg(feature = "Win32_Graphics_Gdi")]
|
3953
|
+
impl Default for WNDCLASSW {
|
3954
|
+
fn default() -> Self {
|
3955
|
+
unsafe { core::mem::zeroed() }
|
3956
|
+
}
|
3957
|
+
}
|
3958
|
+
pub type WNDCLASS_STYLES = u32;
|
3959
|
+
pub type WNDENUMPROC = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: super::super::Foundation::LPARAM) -> windows_sys::core::BOOL>;
|
3960
|
+
pub type WNDPROC = Option<unsafe extern "system" fn(param0: super::super::Foundation::HWND, param1: u32, param2: super::super::Foundation::WPARAM, param3: super::super::Foundation::LPARAM) -> super::super::Foundation::LRESULT>;
|
3961
|
+
pub const WPF_ASYNCWINDOWPLACEMENT: WINDOWPLACEMENT_FLAGS = 4u32;
|
3962
|
+
pub const WPF_RESTORETOMAXIMIZED: WINDOWPLACEMENT_FLAGS = 2u32;
|
3963
|
+
pub const WPF_SETMINPOSITION: WINDOWPLACEMENT_FLAGS = 1u32;
|
3964
|
+
pub const WSF_VISIBLE: i32 = 1i32;
|
3965
|
+
pub const WS_ACTIVECAPTION: WINDOW_STYLE = 1u32;
|
3966
|
+
pub const WS_BORDER: WINDOW_STYLE = 8388608u32;
|
3967
|
+
pub const WS_CAPTION: WINDOW_STYLE = 12582912u32;
|
3968
|
+
pub const WS_CHILD: WINDOW_STYLE = 1073741824u32;
|
3969
|
+
pub const WS_CHILDWINDOW: WINDOW_STYLE = 1073741824u32;
|
3970
|
+
pub const WS_CLIPCHILDREN: WINDOW_STYLE = 33554432u32;
|
3971
|
+
pub const WS_CLIPSIBLINGS: WINDOW_STYLE = 67108864u32;
|
3972
|
+
pub const WS_DISABLED: WINDOW_STYLE = 134217728u32;
|
3973
|
+
pub const WS_DLGFRAME: WINDOW_STYLE = 4194304u32;
|
3974
|
+
pub const WS_EX_ACCEPTFILES: WINDOW_EX_STYLE = 16u32;
|
3975
|
+
pub const WS_EX_APPWINDOW: WINDOW_EX_STYLE = 262144u32;
|
3976
|
+
pub const WS_EX_CLIENTEDGE: WINDOW_EX_STYLE = 512u32;
|
3977
|
+
pub const WS_EX_COMPOSITED: WINDOW_EX_STYLE = 33554432u32;
|
3978
|
+
pub const WS_EX_CONTEXTHELP: WINDOW_EX_STYLE = 1024u32;
|
3979
|
+
pub const WS_EX_CONTROLPARENT: WINDOW_EX_STYLE = 65536u32;
|
3980
|
+
pub const WS_EX_DLGMODALFRAME: WINDOW_EX_STYLE = 1u32;
|
3981
|
+
pub const WS_EX_LAYERED: WINDOW_EX_STYLE = 524288u32;
|
3982
|
+
pub const WS_EX_LAYOUTRTL: WINDOW_EX_STYLE = 4194304u32;
|
3983
|
+
pub const WS_EX_LEFT: WINDOW_EX_STYLE = 0u32;
|
3984
|
+
pub const WS_EX_LEFTSCROLLBAR: WINDOW_EX_STYLE = 16384u32;
|
3985
|
+
pub const WS_EX_LTRREADING: WINDOW_EX_STYLE = 0u32;
|
3986
|
+
pub const WS_EX_MDICHILD: WINDOW_EX_STYLE = 64u32;
|
3987
|
+
pub const WS_EX_NOACTIVATE: WINDOW_EX_STYLE = 134217728u32;
|
3988
|
+
pub const WS_EX_NOINHERITLAYOUT: WINDOW_EX_STYLE = 1048576u32;
|
3989
|
+
pub const WS_EX_NOPARENTNOTIFY: WINDOW_EX_STYLE = 4u32;
|
3990
|
+
pub const WS_EX_NOREDIRECTIONBITMAP: WINDOW_EX_STYLE = 2097152u32;
|
3991
|
+
pub const WS_EX_OVERLAPPEDWINDOW: WINDOW_EX_STYLE = 768u32;
|
3992
|
+
pub const WS_EX_PALETTEWINDOW: WINDOW_EX_STYLE = 392u32;
|
3993
|
+
pub const WS_EX_RIGHT: WINDOW_EX_STYLE = 4096u32;
|
3994
|
+
pub const WS_EX_RIGHTSCROLLBAR: WINDOW_EX_STYLE = 0u32;
|
3995
|
+
pub const WS_EX_RTLREADING: WINDOW_EX_STYLE = 8192u32;
|
3996
|
+
pub const WS_EX_STATICEDGE: WINDOW_EX_STYLE = 131072u32;
|
3997
|
+
pub const WS_EX_TOOLWINDOW: WINDOW_EX_STYLE = 128u32;
|
3998
|
+
pub const WS_EX_TOPMOST: WINDOW_EX_STYLE = 8u32;
|
3999
|
+
pub const WS_EX_TRANSPARENT: WINDOW_EX_STYLE = 32u32;
|
4000
|
+
pub const WS_EX_WINDOWEDGE: WINDOW_EX_STYLE = 256u32;
|
4001
|
+
pub const WS_GROUP: WINDOW_STYLE = 131072u32;
|
4002
|
+
pub const WS_HSCROLL: WINDOW_STYLE = 1048576u32;
|
4003
|
+
pub const WS_ICONIC: WINDOW_STYLE = 536870912u32;
|
4004
|
+
pub const WS_MAXIMIZE: WINDOW_STYLE = 16777216u32;
|
4005
|
+
pub const WS_MAXIMIZEBOX: WINDOW_STYLE = 65536u32;
|
4006
|
+
pub const WS_MINIMIZE: WINDOW_STYLE = 536870912u32;
|
4007
|
+
pub const WS_MINIMIZEBOX: WINDOW_STYLE = 131072u32;
|
4008
|
+
pub const WS_OVERLAPPED: WINDOW_STYLE = 0u32;
|
4009
|
+
pub const WS_OVERLAPPEDWINDOW: WINDOW_STYLE = 13565952u32;
|
4010
|
+
pub const WS_POPUP: WINDOW_STYLE = 2147483648u32;
|
4011
|
+
pub const WS_POPUPWINDOW: WINDOW_STYLE = 2156396544u32;
|
4012
|
+
pub const WS_SIZEBOX: WINDOW_STYLE = 262144u32;
|
4013
|
+
pub const WS_SYSMENU: WINDOW_STYLE = 524288u32;
|
4014
|
+
pub const WS_TABSTOP: WINDOW_STYLE = 65536u32;
|
4015
|
+
pub const WS_THICKFRAME: WINDOW_STYLE = 262144u32;
|
4016
|
+
pub const WS_TILED: WINDOW_STYLE = 0u32;
|
4017
|
+
pub const WS_TILEDWINDOW: WINDOW_STYLE = 13565952u32;
|
4018
|
+
pub const WS_VISIBLE: WINDOW_STYLE = 268435456u32;
|
4019
|
+
pub const WS_VSCROLL: WINDOW_STYLE = 2097152u32;
|
4020
|
+
pub const WTS_CONSOLE_CONNECT: u32 = 1u32;
|
4021
|
+
pub const WTS_CONSOLE_DISCONNECT: u32 = 2u32;
|
4022
|
+
pub const WTS_REMOTE_CONNECT: u32 = 3u32;
|
4023
|
+
pub const WTS_REMOTE_DISCONNECT: u32 = 4u32;
|
4024
|
+
pub const WTS_SESSION_CREATE: u32 = 10u32;
|
4025
|
+
pub const WTS_SESSION_LOCK: u32 = 7u32;
|
4026
|
+
pub const WTS_SESSION_LOGOFF: u32 = 6u32;
|
4027
|
+
pub const WTS_SESSION_LOGON: u32 = 5u32;
|
4028
|
+
pub const WTS_SESSION_REMOTE_CONTROL: u32 = 9u32;
|
4029
|
+
pub const WTS_SESSION_TERMINATE: u32 = 11u32;
|
4030
|
+
pub const WTS_SESSION_UNLOCK: u32 = 8u32;
|
4031
|
+
pub const WVR_ALIGNBOTTOM: u32 = 64u32;
|
4032
|
+
pub const WVR_ALIGNLEFT: u32 = 32u32;
|
4033
|
+
pub const WVR_ALIGNRIGHT: u32 = 128u32;
|
4034
|
+
pub const WVR_ALIGNTOP: u32 = 16u32;
|
4035
|
+
pub const WVR_HREDRAW: u32 = 256u32;
|
4036
|
+
pub const WVR_REDRAW: u32 = 768u32;
|
4037
|
+
pub const WVR_VALIDRECTS: u32 = 1024u32;
|
4038
|
+
pub const WVR_VREDRAW: u32 = 512u32;
|
4039
|
+
pub const XBUTTON1: u16 = 1u16;
|
4040
|
+
pub const XBUTTON2: u16 = 2u16;
|
4041
|
+
#[repr(C)]
|
4042
|
+
#[derive(Clone, Copy, Default)]
|
4043
|
+
pub struct _DEV_BROADCAST_HEADER {
|
4044
|
+
pub dbcd_size: u32,
|
4045
|
+
pub dbcd_devicetype: u32,
|
4046
|
+
pub dbcd_reserved: u32,
|
4047
|
+
}
|
4048
|
+
#[repr(C)]
|
4049
|
+
#[derive(Clone, Copy)]
|
4050
|
+
pub struct _DEV_BROADCAST_USERDEFINED {
|
4051
|
+
pub dbud_dbh: DEV_BROADCAST_HDR,
|
4052
|
+
pub dbud_szName: [i8; 1],
|
4053
|
+
}
|
4054
|
+
impl Default for _DEV_BROADCAST_USERDEFINED {
|
4055
|
+
fn default() -> Self {
|
4056
|
+
unsafe { core::mem::zeroed() }
|
4057
|
+
}
|
4058
|
+
}
|
4059
|
+
pub const __WARNING_BANNED_API_USAGE: u32 = 28719u32;
|
4060
|
+
pub const __WARNING_CYCLOMATIC_COMPLEXITY: u32 = 28734u32;
|
4061
|
+
pub const __WARNING_DEREF_NULL_PTR: u32 = 6011u32;
|
4062
|
+
pub const __WARNING_HIGH_PRIORITY_OVERFLOW_POSTCONDITION: u32 = 26045u32;
|
4063
|
+
pub const __WARNING_INCORRECT_ANNOTATION: u32 = 26007u32;
|
4064
|
+
pub const __WARNING_INVALID_PARAM_VALUE_1: u32 = 6387u32;
|
4065
|
+
pub const __WARNING_INVALID_PARAM_VALUE_3: u32 = 28183u32;
|
4066
|
+
pub const __WARNING_MISSING_ZERO_TERMINATION2: u32 = 6054u32;
|
4067
|
+
pub const __WARNING_POSTCONDITION_NULLTERMINATION_VIOLATION: u32 = 26036u32;
|
4068
|
+
pub const __WARNING_POST_EXPECTED: u32 = 28210u32;
|
4069
|
+
pub const __WARNING_POTENTIAL_BUFFER_OVERFLOW_HIGH_PRIORITY: u32 = 26015u32;
|
4070
|
+
pub const __WARNING_POTENTIAL_RANGE_POSTCONDITION_VIOLATION: u32 = 26071u32;
|
4071
|
+
pub const __WARNING_PRECONDITION_NULLTERMINATION_VIOLATION: u32 = 26035u32;
|
4072
|
+
pub const __WARNING_RANGE_POSTCONDITION_VIOLATION: u32 = 26061u32;
|
4073
|
+
pub const __WARNING_RETURNING_BAD_RESULT: u32 = 28196u32;
|
4074
|
+
pub const __WARNING_RETURN_UNINIT_VAR: u32 = 6101u32;
|
4075
|
+
pub const __WARNING_USING_UNINIT_VAR: u32 = 6001u32;
|