my mirror driver can catch BitBlt call. But I noticed that it's failed
to catch BitBlt sometimes immediately after I change the screen
resolution. I want the mirror driver be able to capture the whole
screen at first by using
BitBlt(hdc2,0,0,SCREEN_WIDTH,SCREEN_HEIGHT,hdc1,0,0,SRCCOPY)). I found
that BitBlt was executed successfully, But mirror driver didn't capture
it. why? BTW, if I right click the task bar and select show the
Desktop, the mirror driver may capture the whole screen always.

Does anyone help me out? any comment?