ReactOS 0.4.15-dev-7953-g1f49173
IOProcList Struct Reference

#include <winemm.h>

Collaboration diagram for IOProcList:

Public Attributes

struct IOProcListpNext
 
FOURCC fourCC
 
LPMMIOPROC pIOProc
 
BOOL is_unicode
 
int count
 

Detailed Description

Definition at line 133 of file winemm.h.

Member Data Documentation

◆ count

int IOProcList::count

Definition at line 139 of file winemm.h.

Referenced by MMIO_InstallIOProc(), and mmioRenameA().

◆ fourCC

FOURCC IOProcList::fourCC

Definition at line 136 of file winemm.h.

Referenced by MMIO_FindProcNode(), MMIO_InstallIOProc(), and mmioRenameA().

◆ is_unicode

BOOL IOProcList::is_unicode

Definition at line 138 of file winemm.h.

Referenced by MMIO_InstallIOProc(), MMIO_Open(), MMIO_SendMessage(), mmioRenameA(), and send_message().

◆ pIOProc

LPMMIOPROC IOProcList::pIOProc

◆ pNext

struct IOProcList* IOProcList::pNext

Definition at line 135 of file winemm.h.

Referenced by MMIO_FindProcNode(), and MMIO_InstallIOProc().


The documentation for this struct was generated from the following file: