Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
311 B

  1. #ifndef _DLLLOAD_H_
  2. #define _DLLLOAD_H_
  3. #include <wininet.h>
  4. #include <winineti.h>
  5. #define SND_ASYNC 0x0001 /* play asynchronously */
  6. #define SND_NODEFAULT 0x0002 /* silence (!default) if sound not found */
  7. BOOL WINAPI sndPlaySoundW(LPCWSTR pszSound, UINT fuSound);
  8. #endif // _DLLLOAD_H_