SndGetSound
Windows Mobile 6.5
4/8/2010
This function returns the current sound file for the indicated sound event.
HRESULT SndGetSound ( SND_EVENT seSoundEvent, SNDFILEINFO* pSoundFileInfo );
- seSoundEvent
-
[in] Indicates the type of sound event you wish to query.
- pSoundFileInfo
-
[out] Caller should pass in a pointer to a SNDFILEINFO structure that will be filled in by this function.
This function returns the current sound file for the specified sound event. The fully qualified file path along with the friendly file name of the sound event file are returned in pSoundFileInfo. This function needs a pointer to a valid SNDFILEINFO structure.