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.
|
|
#ifndef _RES_H_
#define _RES_H_
/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
RES.H
Abstract:
Resource symbols for keymgr application Author:
990518 dane Created. georgema 000310 updated
Environment: Win98, Win2000
Revision History:
--*/
#define IDI_UPGRADE 100
#define IDS_APP_NAME 500
#define IDS_APP_DESCRIPTION 504
// NEXT CONTROL VALUE 1091
// NEXT RESOURCE VALUE ?
// NEXT COMMAND VALUE ?
// NEXT SYMED VALUE ?
#endif // _RES_H_
//
///// End of file: Res.h ////////////////////////////////////////////////
|