2025-04-27 07:49:33 -04:00

63 lines
776 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1990-1999 Microsoft Corporation
Module Name:
formbox.h
Abstract:
This module contains FORM's COMBO box add/list/retrieve functions
Author:
09-Dec-1993 Thu 16:07:35 created -by- DC
[Environment:]
GDI Device Driver - Plotter.
[Notes:]
Revision History:
--*/
#ifndef _LISTFORM_
#define _LISTFORM_
#define FS_ROLLPAPER 1
#define FS_TRAYPAPER 2
BOOL
GetFormSelect(
PPRINTERINFO pPI,
POPTITEM pOptItem
);
UINT
CreateFormOI(
PPRINTERINFO pPI,
POPTITEM pOptItem,
POIDATA pOIData
);
BOOL
AddFormsToDataBase(
PPRINTERINFO pPI,
BOOL DeleteFirst
);
#endif // _LISTFORM_