When I test the following test<br><br>    rc = IDirectDraw_SetCooperativeLevel(lpDD, NULL, DDSCL_FULLSCREEN | DDSCL_EXCLUSIVE | DDSCL_CREATEDEVICEWINDOW);<br>    ok(rc==DDERR_INVALIDPARAMS, &quot;Expected DDERR_INVALIDPARAMS, received %x\n&quot;, rc);<br>
<br>in my vista box, I  receive the following failing message<br><br>ddrawmodes: test failed: expected DDERR_INVALIDPARAMS, received 8876035a.<br><br>But I don&#39;t know what  is this message. Does anyone know what means this message?<br>
<br>Thanks in advance<br><br>A+<br><br>David<br>