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.
41 lines
570 B
41 lines
570 B
/*++
|
|
|
|
Copyright (C) 1997-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
STRINGS.H
|
|
|
|
Abstract:
|
|
|
|
resource IDs.
|
|
|
|
History:
|
|
|
|
a-davj 04-Mar-97 Created.
|
|
|
|
--*/
|
|
|
|
#ifndef _provstub_H_
|
|
#define _provstub_H_
|
|
|
|
#define ID1 101
|
|
#define ID2 102
|
|
#define ID3 103
|
|
#define ID4 104
|
|
#define ID5 105
|
|
#define ID6 106
|
|
#define ID7 107
|
|
#define ID8 108
|
|
#define ID9 109
|
|
#define ID10 110
|
|
#define ID11 111
|
|
#define ID_LAST 112
|
|
|
|
|
|
#define ID_ERROR_SHORT 200
|
|
#define ID_ERROR_LONG 201
|
|
#define ID_BACKUP_TITLE 202
|
|
#define ID_RESTORE_TITLE 203
|
|
|
|
#endif
|