mirror of https://github.com/lianthony/NT4.0
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.
34 lines
1.0 KiB
34 lines
1.0 KiB
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1995.
|
|
//
|
|
// File: strings.h
|
|
//
|
|
// Contents:
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 10-16-95 RichardW Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#define KEYGEN_BANNER 1500
|
|
#define KEYGEN_USAGE 1501
|
|
#define KEYGEN_INVALID_BITLEN 1502
|
|
#define KEYGEN_FILE_ERROR 1503
|
|
#define KEYGEN_STARTING 1504
|
|
#define KEYGEN_COMPLETED 1505
|
|
#define KEYGEN_USAGE_2 1506
|
|
#define KEYGEN_USAGE_3 1507
|
|
#define KEYGEN_USAGE_4 1508
|
|
#define KEYGEN_DN_USAGE 1509
|
|
#define KEYGEN_EXAMPLE 1510
|
|
#define KEYGEN_BITS_ARG 1511
|
|
#define KEYGEN_MISSING_ARG 1512
|
|
#define KEYGEN_WRAPUP 1513
|
|
#define KEYGEN_CSRDER_ARG 1514
|
|
#define KEYGEN_MIME_ARG 1515
|
|
#define KEYGEN_ILLEGAL_BITLEN 1516
|