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.
 
 
 
 
 
 

33 lines
644 B

/*++
Copyright (c) Microsoft Corporation. All rights reserved.
Module Name:
rc_ids.h
Abstract:
Header for devcon resources
@@BEGIN_DDKSPLIT
Author:
Jamie Hunter 11/30/2000
@@END_DDKSPLIT
--*/
#define IDS_ENABLED 3000
#define IDS_ENABLED_REBOOT 3001
#define IDS_ENABLE_FAILED 3002
#define IDS_DISABLED 3003
#define IDS_DISABLED_REBOOT 3004
#define IDS_DISABLE_FAILED 3005
#define IDS_RESTARTED 3006
#define IDS_REQUIRES_REBOOT 3007
#define IDS_RESTART_FAILED 3008
#define IDS_REMOVED 3009
#define IDS_REMOVED_REBOOT 3010
#define IDS_REMOVE_FAILED 3011