Link to home
Start Free TrialLog in
Avatar of CATT
CATT

asked on

MIDIOUTCAPS

I ma having problem with the midiOutGetDevCaps, using the MIDIOUTCAPS type.
I have the type difinition for c or c++ (?), from the developer networs cd that comes with VB5 but that cant help me.
I need to setup a type for VB.
thanx.
CATT
ASKER CERTIFIED SOLUTION
Avatar of dirtdart
dirtdart

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CATT
CATT

ASKER

Thanks, but; I get an error, constant expression requierd, at the * (?) MAXPNAMELEN. How, what am I to do about that.?
Public Const MAXPNAMELEN = 32  


Make sure you put this BEFORE the type declaration.
Avatar of CATT

ASKER

Adjusted points to 35