Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dobjbase.h92 } COMSD; typedef
94 WINOLEAPI CoGetSystemSecurityPermissions (COMSD comSDType, PSECURITY_DESCRIPTOR *ppSD);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dobjbase.h92 } COMSD; typedef
94 WINOLEAPI CoGetSystemSecurityPermissions (COMSD comSDType, PSECURITY_DESCRIPTOR *ppSD);
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Com/
H A Dmod.rs67 …pub fn CoGetSystemSecurityPermissions(comsdtype: COMSD, ppsd: *mut *mut super::super::Security::SE… in CoGetSystemSecurityPermissions() argument
454 pub type COMSD = i32; typedef
455 pub const SD_LAUNCHPERMISSIONS: COMSD = 0i32;
456 pub const SD_ACCESSPERMISSIONS: COMSD = 1i32;
457 pub const SD_LAUNCHRESTRICTIONS: COMSD = 2i32;
458 pub const SD_ACCESSRESTRICTIONS: COMSD = 3i32;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Com/
H A Dmod.rs1111 pub struct COMSD(pub i32); struct
1112 pub const SD_LAUNCHPERMISSIONS: COMSD = COMSD(0i32);
1113 pub const SD_ACCESSPERMISSIONS: COMSD = COMSD(1i32);
1114 pub const SD_LAUNCHRESTRICTIONS: COMSD = COMSD(2i32);
1115 pub const SD_ACCESSRESTRICTIONS: COMSD = COMSD(3i32);
1116 impl ::std::convert::From<i32> for COMSD { implementation
1121 unsafe impl ::windows::runtime::Abi for COMSD { implementation
1837 pub unsafe fn CoGetSystemSecurityPermissions(comsdtype: COMSD, ppsd: *mut *mut super::super::Securi… in CoGetSystemSecurityPermissions() argument
1842 …fn CoGetSystemSecurityPermissions(comsdtype: COMSD, ppsd: *mut *mut super::super::Security::SECURI… in CoGetSystemSecurityPermissions() argument