home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / animate / demoanim.glo < prev    next >
Text File  |  1992-06-10  |  459b  |  9 lines

  1. DefInt A-Z
  2.  
  3. Global Const SRCCOPY = &HCC0020         'Straight Copy
  4. Global Const SRCPAINT = &HEE0086        'Source OR Destination
  5. Global Const SRCAND = &H8800C6          'Source AND Destination
  6.  
  7. Declare Function BitBlt Lib "GDI" (ByVal hDestDC As Integer, ByVal X As Integer, ByVal Y As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal hSrcDC As Integer, ByVal XSrc As Integer, ByVal YSrc As Integer, ByVal dwRop As Long) As Integer
  8.  
  9.