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.
|
|
/*++
Copyright (c) 1990-1998 Microsoft Corporation All rights reserved
Module Name:
resource.h
Abstract:
Resource ids header
Author:
Steve Kiraly (steveki) 1-May-1998
Environment:
User Mode -Win32
Revision History:
--*/
#define DLG_PRINTTOFILE 100
#define IDD_PF_EF_OUTPUTFILENAME 201
#define IDD_PF_PB_HELP 202
#define IDS_LOCALMONITOR 300
#define IDS_COULD_NOT_OPEN_FILE 301
#define IDS_OVERWRITE_EXISTING_FILE 302
#define IDS_DUPLICATE_PRINTQUEUE 400
#define IDS_DUPLICATE_PRINTQUEUE_TITLE 401
#define IDS_UNKNOWN_ERROR 402
|