File:  [RetroPC.NET] / np2 / win9x / cmmidi.h
Revision 1.3: download - view: text, annotated - select for diffs
Thu Feb 10 05:11:35 2005 JST (20 years, 8 months ago) by yui
Branches: MAIN
CVS tags: HEAD
fix...


// ---- com manager midi for windows

#ifdef __cplusplus
extern "C" {
#endif

extern const OEMCHAR cmmidi_midimapper[];
#if defined(VERMOUTH_LIB)
extern const OEMCHAR cmmidi_vermouth[];
#endif
extern const OEMCHAR *cmmidi_mdlname[12];

void cmmidi_initailize(void);
COMMNG cmmidi_create(const OEMCHAR *midiout, const OEMCHAR *midiin,
													const OEMCHAR *module);
void cmmidi_recvdata(HMIDIIN hdr, UINT32 data);
void cmmidi_recvexcv(HMIDIIN hdr, MIDIHDR *data);

#ifdef __cplusplus
}
#endif


RetroPC.NET-CVS <cvs@retropc.net>