DrvSetPointerShape



Hi I'm developing mirror display driver. And I got problem. I want to
do my driver not to draw cursor on its surface. So I implanted
DrvMovePointer and DrvSetPointerShape and I added GCAPS_PANNING to
pDevInfo->flGraphicsCaps. Now DrvSetPointerShape works correctly. But
when I return SPS_ACCEPT_NOEXCLUDE or TRUE from DrvSetPointerShape
(without doing anything) it doesn't remove cursor drawing. Could
anyone can tell me please, where I'm doing wrong?
.