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.
44 lines
829 B
44 lines
829 B
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
xlhelp.h
|
|
|
|
Abstract:
|
|
|
|
PCL-XL driver help file indices
|
|
|
|
Environment:
|
|
|
|
PCL-XL driver user interface
|
|
|
|
Revision History:
|
|
|
|
12/11/95 -davidx-
|
|
Created it.
|
|
|
|
mm/dd/yy -author-
|
|
description
|
|
|
|
--*/
|
|
|
|
#ifndef _XLHELP_H_
|
|
#define _XLHELP_H_
|
|
|
|
#define HELP_INDEX_INSTALLABLE_OPTIONS 0
|
|
#define HELP_INDEX_PRINTER_FEATURES 0
|
|
#define HELP_INDEX_FORMTRAYASSIGN 0
|
|
#define HELP_INDEX_TRAY_ITEM 0
|
|
#define HELP_INDEX_ORIENTATION 0
|
|
#define HELP_INDEX_SCALE 0
|
|
#define HELP_INDEX_COPIES_COLLATE 0
|
|
#define HELP_INDEX_COLOR 0
|
|
#define HELP_INDEX_DUPLEX 0
|
|
#define HELP_INDEX_FORMNAME 0
|
|
#define HELP_INDEX_INPUT_SLOT 0
|
|
#define HELP_INDEX_RESOLUTION 0
|
|
|
|
#endif //!_XLHELP_H_
|
|
|