Last change
on this file since 10367 was 9232, checked in by sandervl, 23 years ago |
YD: Load MMPM2 (MDM.DLL) on demand
|
File size:
536 bytes
|
Line | |
---|
1 | #ifndef __INITDSOUND_H__
|
---|
2 | #define __INITDSOUND_H__
|
---|
3 |
|
---|
4 | extern BOOL fdsMMPMAvailable;
|
---|
5 |
|
---|
6 | DWORD APIENTRY dsmciSendCommand(WORD wDeviceID,
|
---|
7 | WORD wMessage,
|
---|
8 | DWORD dwParam1,
|
---|
9 | PVOID dwParam2,
|
---|
10 | WORD wUserParm);
|
---|
11 | DWORD APIENTRY dsmciGetErrorString(DWORD dwError,
|
---|
12 | LPSTR lpstrBuffer,
|
---|
13 | WORD wLength);
|
---|
14 |
|
---|
15 |
|
---|
16 | #endif //__INITDSOUND_H__
|
---|
Note:
See
TracBrowser
for help on using the repository browser.