5 references to Dsrole
System.DirectoryServices.AccountManagement (5)
_generated\0\LibraryImports.g.cs (2)
819internal static partial int DsRoleGetPrimaryDomainInformation(string lpServer, global::Interop.Dsrole.DSROLE_PRIMARY_DOMAIN_INFO_LEVEL InfoLevel, out nint Buffer) 833static 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)
797err = Interop.Dsrole.DsRoleGetPrimaryDomainInformation(computerName, Interop.Dsrole.DSROLE_PRIMARY_DOMAIN_INFO_LEVEL.DsRolePrimaryDomainInfoBasic, out dsRoleInfoPtr); 817Interop.Dsrole.DsRoleFreeMemory(dsRoleInfoPtr);