What's New in Shell for Windows Mobile 6
4/12/2010
Windows Mobile 6 includes new programming elements that can help you develop applications that make full use of sound and ink.
New Sound Functions
- SndClose
Closes a sound handle.
- SndGetSound
Gets the current sound file for the indicated sound event.
- SndGetSoundDirectoriesList
Returns an array of possible directories for sound files for the specified sound event type and memory location.
- SndGetSoundFileList
Returns and array of available sound files on the device for the specified sound event.
- SndGetWaitHandle
Returns a handle to an event that is set when the sound finishes playing.
- SndOpen
Creates a sound handle based on a sound file.
- SndPlayAsync
Starts asynchronous playback of a sound.
- SndPlaySync
Plays a file synchronously.
- SndSetSound
Sets the current sound file for the indicated event.
- SndStop
Stops playback of a sound.
New Programming Elements in Windows Mobile Ink
Interfaces
IInkCustomStrokes
- Enumerations
InkExtractFlags
Collections
IInkStrokes