| Last change
 on this file since 36 was             1, checked in by bart, 18 years ago | 
        
          | 
Initial checkin of PIN.EXE source codethis 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 |  | 
|---|
| 16 | typedef struct | 
|---|
| 17 | { | 
|---|
| 18 | HWND hDlg; | 
|---|
| 19 | PSZ  pszDriverPath; | 
|---|
| 20 |  | 
|---|
| 21 | //   LIST listPPD; | 
|---|
| 22 |  | 
|---|
| 23 | } DLGHDR, *PDLGHDR; | 
|---|
| 24 |  | 
|---|
| 25 |  | 
|---|
| 26 | int BindPPB_OpenDriver(PSZ pszFile, ULONG ulCntFiles); | 
|---|
| 27 | int BindPPB_Add(PSZ pszFile); | 
|---|
| 28 | int BindPPB_CloseDriver(void); | 
|---|
| 29 |  | 
|---|
| 30 | int ConvertPPDtoPPB( PSZ pszInFile, PSZ pszOutPath, PSZ pszOutFile, PSZ pszDeviceName, FILE *fileDirectory); | 
|---|
| 31 |  | 
|---|
| 32 | int InitConverter(ULONG iCntFiles); | 
|---|
| 33 | int DestroyConverter(FILE *fhOut); | 
|---|
| 34 |  | 
|---|
| 35 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.