source: trunk/pin/include/ppb2drv.h@ 25

Last change on this file since 25 was 1, checked in by bart, 18 years ago

Initial checkin of PIN.EXE source code
this contains memory fixes for larger PPD files

File size: 1.3 KB
Line 
1/*DDK*************************************************************************/
2/* */
3/* COPYRIGHT Copyright (C) 1991, 2003 IBM Corporation */
4/* */
5/* The following IBM OS/2 source code is provided to you solely for */
6/* the purpose of assisting you in your development of OS/2 device */
7/* drivers. You may use this code in accordance with the IBM License */
8/* Agreement provided in the IBM Developer Connection Device Driver */
9/* Source Kit for OS/2. This Copyright statement may not be removed. */
10/* */
11/*****************************************************************************/
12// obsoleted by PPD2PAK
13
14#if 0
15
16typedef struct
17{
18 HWND hDlg;
19 PSZ pszDriverPath;
20
21// LIST listPPD;
22
23} DLGHDR, *PDLGHDR;
24
25
26int BindPPB_OpenDriver(PSZ pszFile, ULONG ulCntFiles);
27int BindPPB_Add(PSZ pszFile);
28int BindPPB_CloseDriver(void);
29
30int ConvertPPDtoPPB( PSZ pszInFile, PSZ pszOutPath, PSZ pszOutFile, PSZ pszDeviceName, FILE *fileDirectory);
31
32int InitConverter(ULONG iCntFiles);
33int DestroyConverter(FILE *fhOut);
34
35#endif
Note: See TracBrowser for help on using the repository browser.