Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
//+----------------------------------------------------------------------------
//
// Windows NT Secure Server Roles Security Configuration Wizard
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 2002
//
// File: strings.cxx
//
// Contents: Security Configuration wizard.
//
// History: 16-Oct-01 EricB created
//
//-----------------------------------------------------------------------------
#include "pch.h"
PCWSTR g_wzSSRUIData = L"SSRUIData"; PCWSTR g_wzRole = L"Role"; PCWSTR g_wzRoles = L"Roles"; PCWSTR g_wzRoleLocalization = L"RoleLocalization"; PCWSTR g_wzName = L"Name"; PCWSTR g_wzDisplayName = L"DisplayName"; PCWSTR g_wzDescription = L"Description"; PCWSTR g_wzType = L"Type"; PCWSTR g_wzSelected = L"Selected"; PCWSTR g_wzServices = L"Services"; PCWSTR g_wzService = L"Service"; PCWSTR g_wzRequired = L"Required"; PCWSTR g_wzSelect = L"Select"; PCWSTR g_wzSatisfiable = L"Satisfiable"; PCWSTR g_wzInstalled = L"Installed"; PCWSTR g_wzStartupCurrent = L"Startup_Current"; PCWSTR g_wzStartupDefault = L"Startup_Default"; PCWSTR g_wzDependencies = L"Dependencies"; PCWSTR g_wzAncestors = L"Ancestors"; PCWSTR g_wzProgeny = L"Progeny"; PCWSTR g_wzTrue = L"TRUE"; PCWSTR g_wzIndependent = L"Independent"; PCWSTR g_wzServer = L"Server"; PCWSTR g_wzClient = L"Client"; PCWSTR g_wzSecurityLevel = L"SecurityLevel"; PCWSTR g_wzQuestions = L"Questions"; PCWSTR g_wzQuestion = L"Question";
|