home *** CD-ROM | disk | FTP | other *** search
- NAME AWMCISAM
-
- DESCRIPTION 'Sample Program for the Gold Disk MCI Animation Driver'
-
- EXETYPE WINDOWS
-
- STUB 'WINSTUB.EXE'
-
- CODE PRELOAD MOVEABLE DISCARDABLE
-
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 1024
- STACKSIZE 12284
-
- EXPORTS
- MainWndProc @1 ; main window processing function
- msMainDlgProc @21 ; main dialog that handle all play controls
- msOpenDlgProc @22 ; open dialog that opens a given movie
- msSeekDlgProc @23 ; open dialog that seeks to a given frame within a movie
- msDevCapsDlgProc @24 ; Device Capabilities dialog that displays the ablities of the device
- msInfoDlgProc @25 ; Info dialog that displays info about the device
- msStatusDlgProc @26 ; Status dialog that displays the current of the device
- msAboutDlgProc @27 ; About dialog that displays the name and version of the program
-