home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap08 / 32bitsrc / vbprint.def < prev    next >
Text File  |  1995-06-21  |  822b  |  41 lines

  1. LIBRARY        VBPRNT32
  2.  
  3. PROTMODE
  4.  
  5. CODE      PRELOAD MOVEABLE DISCARDABLE
  6. DATA      PRELOAD SINGLE
  7.  
  8. HEAPSIZE  4096
  9.  
  10. EXPORTS
  11.     ;WEP                     @1 
  12.     InitializePrinter        @2
  13.     PageLayoutSetup            @3
  14.     DonePrinting            @4
  15.     StartParagraph            @5
  16.     FinishParagraph            @6
  17.     ParagraphText            @7
  18.     EjectPage                   @8
  19.     PrintHeadline            @9
  20.     PrnAbortProc            @10
  21.     PrintDLLVersion            @11
  22.     SetParagraphSpacing        @12
  23.     SetUpColumns            @13
  24.     PrintColumnText            @14
  25.     EndColumnPrinting        @15
  26.     PrintColumnHeaders        @16
  27.     KillJob                    @17
  28.     PrinterName                   @18
  29.     PrinterPort                   @19
  30.     IsPageDirty                   @20
  31.     PagePosY                   @21
  32.     PageSizeY                   @22
  33.     PagePosX                   @23
  34.     PageSizeX                   @24
  35.     DrawLine                   @25
  36.     DrawRectangle            @26
  37.     DrawRndRectangle        @27
  38.     DrawEllipse                   @28
  39.     MoveYPos                   @29
  40.  
  41.