windows-nt/Source/XPSP1/NT/shell/tools/starbuck/dllload.h

14 lines
311 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _DLLLOAD_H_
#define _DLLLOAD_H_
#include <wininet.h>
#include <winineti.h>
#define SND_ASYNC 0x0001 /* play asynchronously */
#define SND_NODEFAULT 0x0002 /* silence (!default) if sound not found */
BOOL WINAPI sndPlaySoundW(LPCWSTR pszSound, UINT fuSound);
#endif // _DLLLOAD_H_