5 references to Dsrole
System.DirectoryServices.AccountManagement (5)
_generated\0\LibraryImports.g.cs (2)
819
internal static partial int DsRoleGetPrimaryDomainInformation(string lpServer, global::Interop.
Dsrole
.DSROLE_PRIMARY_DOMAIN_INFO_LEVEL InfoLevel, out nint Buffer)
833
static extern unsafe int __PInvoke(ushort* __lpServer_native, global::Interop.
Dsrole
.DSROLE_PRIMARY_DOMAIN_INFO_LEVEL __InfoLevel_native, nint* __Buffer_native);
System\DirectoryServices\AccountManagement\Utils.cs (3)
797
err = Interop.
Dsrole
.DsRoleGetPrimaryDomainInformation(computerName, Interop.
Dsrole
.DSROLE_PRIMARY_DOMAIN_INFO_LEVEL.DsRolePrimaryDomainInfoBasic, out dsRoleInfoPtr);
817
Interop.
Dsrole
.DsRoleFreeMemory(dsRoleInfoPtr);