Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/dplayx/
H A Ddplayx.c167 case DPERR_NOMESSAGES: return "DPERR_NOMESSAGES"; in dpResult2str()
645 checkHR( DPERR_NOMESSAGES, hr ); in check_messages()
5151 checkHR( DPERR_NOMESSAGES, hr ); in test_Send()
5420 checkHR( DPERR_NOMESSAGES, hr ); in test_Receive()
5424 checkHR( DPERR_NOMESSAGES, hr ); in test_Receive()
5611 checkHR( DPERR_NOMESSAGES, hr ); in test_Receive()
5637 checkHR( DPERR_NOMESSAGES, hr ); in test_Receive()
6368 checkHR( DPERR_NOMESSAGES, hr ); in test_remote_data_replication()
6477 checkHR( DPERR_NOMESSAGES, hr ); in test_host_migration()
6489 checkHR( DPERR_NOMESSAGES, hr ); in test_host_migration()
[all …]
/reactos/dll/directx/wine/dplayx/
H A Ddplayx_global.c1109 case DPERR_NOMESSAGES: in DPLAYX_HresultToString()
H A Ddplay.c3404 return DPERR_NOMESSAGES; in DP_IF_Receive()
/reactos/sdk/include/psdk/
H A Ddplay.h110 #define DPERR_NOMESSAGES MAKE_DPHRESULT( 190 ) macro