Home
last modified time | relevance | path

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

/third_party/python/PC/clinic/
Dwinsound.c.h20 winsound_PlaySound_impl(PyObject *module, PyObject *sound, int flags);
41 return_value = winsound_PlaySound_impl(module, sound, flags); in winsound_PlaySound()
/third_party/python/PC/
Dwinsound.c76 winsound_PlaySound_impl(PyObject *module, PyObject *sound, int flags) in winsound_PlaySound_impl() function