Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 427 of file mmio.c.
Referenced by MMIO_Create(), MMIO_SendMessage(), mmioAdvance(), mmioClose(), mmioFlush(), mmioGetInfo(), mmioRead(), mmioSeek(), mmioSetBuffer(), mmioSetInfo(), and mmioWrite().
{ LPWINE_MMIO wm = NULL; EnterCriticalSection(&WINMM_cs); for (wm = MMIOList; wm; wm = wm->lpNext) { if (wm->info.hmmio == h) break; } LeaveCriticalSection(&WINMM_cs); return wm; }