home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / lpr32.zip / lpr32.def.ori < prev    next >
Text File  |  2001-03-05  |  869b  |  34 lines

  1. LIBRARY LPR32    INITINSTANCE TERMINSTANCE
  2. DESCRIPTION 'LPR Port Library'
  3. PROTMODE
  4. DATA MULTIPLE NONSHARED LOADONCALL
  5. CODE LOADONCALL
  6. EXPORTS
  7.    SplPdEnumPort
  8.    SplPdInstallPort
  9.    SplPdGetPortIcon
  10.    SplPdQueryPort
  11.    SplPdSetPort
  12.    SplPdRemovePort
  13.    SplPdOpen
  14.    SplPdQuery
  15.    SplPdSet
  16.    SplPdNewPage
  17.    SplPdAbortDoc
  18.    SplPdClose
  19.    SplPdWrite
  20.  
  21.    SPLPDENUMPORT      = SplPdEnumPort
  22.    SPLPDINSTALLPORT   = SplPdInstallPort
  23.    SPLPDGETPORTICON   = SplPdGetPortIcon
  24.    SPLPDQUERYPORT     = SplPdQueryPort
  25.    SPLPDSETPORT       = SplPdSetPort
  26.    SPLPDREMOVEPORT    = SplPdRemovePort
  27.    SPLPDOPEN          = SplPdOpen
  28.    SPLPDQUERY         = SplPdQuery
  29.    SPLPDSET           = SplPdSet
  30.    SPLPDNEWPAGE       = SplPdNewPage
  31.    SPLPDABORTDOC      = SplPdAbortDoc
  32.    SPLPDCLOSE         = SplPdClose
  33.    SPLPDWRITE         = SplPdWrite
  34.