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-2003 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
[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_
|