Home
last modified time | relevance | path

Searched refs:CreateTokenEx (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntsecpkg.h540 PLSA_CREATE_TOKEN_EX CreateTokenEx; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dntsecpkg.h540 PLSA_CREATE_TOKEN_EX CreateTokenEx; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs2448 pub CreateTokenEx: PLSA_CREATE_TOKEN_EX, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Security/Authentication/Identity/
H A Dmod.rs5276 pub CreateTokenEx: ::std::option::Option<PLSA_CREATE_TOKEN_EX>,
5357 && self.CreateTokenEx.map(|f| f as usize) == other.CreateTokenEx.map(|f| f as usize)