Browse Subversion Repository
Contents of /filemv/mciplay.h
Parent Directory
| Revision Log
Revision 7 -
( show annotations)
( download)
Wed Jan 2 22:06:47 2008 UTC
(16 years, 4 months ago)
by tabasa
File MIME type: text/plain
File size: 265 byte(s)
| 1 |
#define mci_stopped -1 |
| 2 |
#define mci_play 1 |
| 3 |
#define mci_default 0 |
| 4 |
|
| 5 |
|
| 6 |
void mcimain(); |
| 7 |
|
| 8 |
void MciOpen(char *file, HWND); |
| 9 |
void MciPlay() ; |
| 10 |
void MciStop() ; |
| 11 |
void MciEnd() ; |
| 12 |
int MciStatus() ; |
| 13 |
|
| 14 |
void mciOpen(char *file, HWND); |
| 15 |
void mciPlay() ; |
| 16 |
void mciStop() ; |
| 17 |
void mciEnd() ; |
Properties
| svn:eol-style |
native
|
| svn:keywords |
Id Revision
|
| svn:mime-type |
text/plain
|
|