check_elevation 0.1.2

Check if the current process is elevated. A successor to the `is_elevated` crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.windows]
features = ["Win32_Foundation", "Win32_Security", "Win32_System_Threading", "Win32_System_Memory"]
version = "0.51.1"

[package]
authors = ["h4rl"]
categories = ["development-tools", "os::windows-apis", "os", "authentication"]
description = "Check if the current process is elevated. A successor to the `is_elevated` crate."
edition = "2021"
homepage = "https://github.com/h4rldev/check_elevation"
keywords = ["windows", "winapi", "UAC", "elevate", "administrator"]
license = "BSD-2-Clause"
name = "check_elevation"
readme = "README.md"
repository = "https://github.com/h4rldev/check_elevation"
version = "0.1.2"