Home
last modified time | relevance | path

Searched refs:command_open (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rostests/winetests/winmm/
H A Dmci.c385 const char command_open[] = "open new type waveaudio alias mysound notify"; in test_openCloseWAVE() local
422 err = mciSendStringA(command_open, buf, sizeof(buf), hwnd); in test_openCloseWAVE()
423 ok(!err,"mci %s returned %s\n", command_open, dbg_mcierr(err)); in test_openCloseWAVE()