i think i found what i searched for with the mci strings. i got the mmsystem.h file and found there a bit about mci error codes, but i'm not 100% sure if this these is the codelist a needed. but if i'm right, MMSYSTEM263 does mean the given alias is invalid, because
#define MCIERR_INVALID_DEVICE_NAME (MCIERR_BASE + 7)
and the MCIERR_BASE is 256, doesn't it? |