Share via


SNDFILEINFO

Send Feedback

This structure is used to set and retrieve information about event sounds.

typedef struct tagSNDFILEINFO {
   TCHAR szPathName[MAX_PATH];
   TCHAR szDisplayName[MAX_PATH];
   SND_SOUNDTYPE sstType;
} SNDFILEINFO;

Members

  • szPathName[MAX_PATH]
    A pointer to a string indicating the fully qualified path to the sound file.
  • szDisplayName[MAX_PATH]
    A pointer to a string indicating the friendly name of a sound file, that is the name of the file without extension or path. When used with SndSetSound, szDisplayName is ignored.
  • sstType
    A SND_SOUNDTYPE enumeration indicating the type of sound that is played for the event. If this is not equal to SND_SOUNDTYPE_FILE, szPathName is ignored.

Requirements

Pocket PC: Windows Mobile Version 5.0 and later
Smartphone: Windows Mobile Version 5.0 and later
OS Versions: Windows CE 5.0 and later
Header: Soundfile.h

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.