Home
last modified time | relevance | path

Searched defs:DSROLE_MACHINE_ROLE (Results 1 – 8 of 8) sorted by relevance

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Ddsrole.h42 } DSROLE_MACHINE_ROLE; typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Ddsrole.h42 } DSROLE_MACHINE_ROLE; typedef
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsrole.h16 } DSROLE_MACHINE_ROLE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsrole.h16 } DSROLE_MACHINE_ROLE; typedef
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/
H A Dinteropt.cs379 public enum DSROLE_MACHINE_ROLE enum in System.DirectoryServices.AccountManagement.UnsafeNativeMethods
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DUnsafeNativeMethods.cs133 internal enum DSROLE_MACHINE_ROLE enum
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/ActiveDirectory/
H A Dmod.rs1640 pub type DSROLE_MACHINE_ROLE = i32; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Networking/ActiveDirectory/
H A Dmod.rs3108 pub struct DSROLE_MACHINE_ROLE(pub i32); struct
3115 impl ::std::convert::From<i32> for DSROLE_MACHINE_ROLE { implementation
3120 unsafe impl ::windows::runtime::Abi for DSROLE_MACHINE_ROLE { implementation