Home
last modified time | relevance | path

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

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/EnhancedStorage/
H A Dmod.rs4 pub struct ACT_AUTHORIZATION_STATE {
7 impl ACT_AUTHORIZATION_STATE {}
8 impl ::std::default::Default for ACT_AUTHORIZATION_STATE {
13 impl ::std::fmt::Debug for ACT_AUTHORIZATION_STATE {
18 impl ::std::cmp::PartialEq for ACT_AUTHORIZATION_STATE {
23 impl ::std::cmp::Eq for ACT_AUTHORIZATION_STATE {}
24 unsafe impl ::windows::runtime::Abi for ACT_AUTHORIZATION_STATE {
228 …pub unsafe fn GetAuthorizationState(&self) -> ::windows::runtime::Result<ACT_AUTHORIZATION_STATE> {
229 …let mut result__: <ACT_AUTHORIZATION_STATE as ::windows::runtime::Abi>::Abi = ::std::mem::zeroed();
295 …pub unsafe fn GetAuthorizationState(&self) -> ::windows::runtime::Result<ACT_AUTHORIZATION_STATE> {
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dehstorapi.h16 } ACT_AUTHORIZATION_STATE, *PACT_AUTHORIZATION_STATE; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dehstorapi.h16 } ACT_AUTHORIZATION_STATE, *PACT_AUTHORIZATION_STATE; typedef
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Storage/EnhancedStorage/
H A Dmod.rs5 pub struct ACT_AUTHORIZATION_STATE { struct
8 impl ::core::marker::Copy for ACT_AUTHORIZATION_STATE {} implementation
9 impl ::core::clone::Clone for ACT_AUTHORIZATION_STATE { implementation