[DllImport("Kernel32.dll", CharSet = CharSet.Unicode, SetLastError = true)][return: MarshalAs(UnmanagedType.Bool)] public static extern bool SetLocalPrimaryComputerName(string lpComputerName );
Last updated 1 year ago