|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <winemm.h>

Public Attributes | |
| struct IOProcList * | pNext |
| FOURCC | fourCC |
| LPMMIOPROC | pIOProc |
| BOOL | is_unicode |
| int | count |
| int IOProcList::count |
Definition at line 139 of file winemm.h.
Referenced by MMIO_InstallIOProc(), and mmioRenameA().
| FOURCC IOProcList::fourCC |
Definition at line 136 of file winemm.h.
Referenced by MMIO_FindProcNode(), MMIO_InstallIOProc(), and mmioRenameA().
| BOOL IOProcList::is_unicode |
Definition at line 138 of file winemm.h.
Referenced by MMIO_InstallIOProc(), MMIO_Open(), MMIO_SendMessage(), mmioRenameA(), and send_message().
| LPMMIOPROC IOProcList::pIOProc |
Definition at line 137 of file winemm.h.
Referenced by MMIO_InstallIOProc(), mmioInstallIOProcA(), mmioInstallIOProcW(), mmioRenameA(), and send_message().
| struct IOProcList* IOProcList::pNext |
Definition at line 135 of file winemm.h.
Referenced by MMIO_FindProcNode(), and MMIO_InstallIOProc().