home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0090 - 0099 / ibm0090-0099 / ibm0099.tar / ibm0099 / ANIW3ECR.ZIP / SAMPLE / AWMCISAM.DEF < prev    next >
Encoding:
Text File  |  1992-12-28  |  920 b   |  25 lines

  1. NAME            AWMCISAM
  2.  
  3. DESCRIPTION     'Sample Program for the Gold Disk MCI Animation Driver'
  4.  
  5. EXETYPE         WINDOWS
  6.  
  7. STUB            'WINSTUB.EXE'
  8.  
  9. CODE            PRELOAD MOVEABLE DISCARDABLE
  10.  
  11. DATA            PRELOAD MOVEABLE MULTIPLE
  12.  
  13. HEAPSIZE        1024
  14. STACKSIZE       12284
  15.  
  16. EXPORTS
  17.     MainWndProc         @1  ; main window processing function
  18.     msMainDlgProc       @21 ; main dialog that handle all play controls
  19.     msOpenDlgProc       @22 ; open dialog that opens a given movie
  20.     msSeekDlgProc       @23 ; open dialog that seeks to a given frame within a movie
  21.     msDevCapsDlgProc    @24 ; Device Capabilities dialog that displays the ablities of the device
  22.     msInfoDlgProc       @25 ; Info dialog that displays info about the device
  23.     msStatusDlgProc     @26 ; Status dialog that displays the current of the device
  24.     msAboutDlgProc      @27 ; About dialog that displays the name and version of the program
  25.