Play Function

Plays the current file

Protected afx_msg void Play()

Return Description
  afx_msg void  


Stop Function

Stops the playing file

Protected afx_msg void Stop()

Return Description
  afx_msg void  


PlayTimes Function

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  


AboutBox

Function Displays an "About" box to the user

Protected afx_msg void AboutBox()

Return Description
  afx_msg void  


file

the current file

Access: Get, Put

Return Description
  CString  


Loop

boolean value whether or not the playing should loop

Access: Get, Put

Return Description
  BOOL