Searched defs:devPlay (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/com/sun/media/sound/
H A DPLATFORM_API_WinOS_DirectSound.cpp539 LPDIRECTSOUND devPlay; local
552 res = DirectSoundCreate(lpGuid, &devPlay, NULL);
553 g_audioDeviceCache[deviceID].dev = (void*) devPlay;
570 res = devPlay->SetCooperativeLevel(ownerWindow, DSSCL_NORMAL);

Completed in 84 milliseconds