source:
trunk/src/winmm/initterm.h
| Last change on this file was 21916, checked in by , 14 years ago | |
|---|---|
| File size: 528 bytes | |
| Rev | Line | |
|---|---|---|
| [21841] | 1 | #ifndef __INITTERM_H__ |
| 2 | #define __INITTERM_H__ | |
| [7196] | 3 | |
| 4 | extern BOOL fMMPMAvailable; | |
| 5 | ||
| 6 | DWORD APIENTRY mymciSendCommand(WORD wDeviceID, | |
| 7 | WORD wMessage, | |
| 8 | DWORD dwParam1, | |
| 9 | PVOID dwParam2, | |
| 10 | WORD wUserParm); | |
| 11 | DWORD APIENTRY mymciGetErrorString(DWORD dwError, | |
| 12 | LPSTR lpstrBuffer, | |
| 13 | WORD wLength); | |
| 14 | ||
| 15 | ||
| [21841] | 16 | #endif //__INITTERM_H__ |
Note:
See TracBrowser
for help on using the repository browser.
