Commit fbc5512e authored by Ismael Barros's avatar Ismael Barros Committed by Alexandre Julliard

dplayx: Tests for EnumSessions.

parent fa4b3e4d
......@@ -1408,6 +1408,10 @@ static HRESULT WINAPI DP_IF_CreatePlayer
TRACE( "(%p)->(%p,%p,%p,%p,0x%08x,0x%08x,%u)\n",
This, lpidPlayer, lpPlayerName, hEvent, lpData,
dwDataSize, dwFlags, bAnsi );
if( This->dp2->connectionInitialized == NO_PROVIDER )
{
return DPERR_UNINITIALIZED;
}
if( dwFlags == 0 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment