Searched refs:winsound_PlaySound_impl (Results 1 – 2 of 2) sorted by relevance
20 winsound_PlaySound_impl(PyObject *module, PyObject *sound, int flags);41 return_value = winsound_PlaySound_impl(module, sound, flags); in winsound_PlaySound()
76 winsound_PlaySound_impl(PyObject *module, PyObject *sound, int flags) in winsound_PlaySound_impl() function