Plays the current file
Protected afx_msg void Play()
| Return | Description | ||
| afx_msg void | |||
Stops the playing file
Protected afx_msg void Stop()
| Return | Description | ||
| afx_msg void | |||
Plays the file a specified number of times
Protected afx_msg void PlayTimes(long )
| Type | Name | Description | |
| long | times | number of times to play the file | |
| Return | Description | ||
| afx_msg void | |||
Function Displays an "About" box to the user
Protected afx_msg void AboutBox()
| Return | Description | ||
| afx_msg void | |||
the current file
Access: Get, Put
| Return | Description | ||
| CString | |||
boolean value whether or not the playing should loop
Access: Get, Put
| Return | Description | ||
| BOOL | |||