Graphics Display driver

Do we have a way to differentiate between a Full screen DOS command and a
mode set call in the miniport/GDI stack?
A full screen DOS call directly makes DrvAssertMode call whereas for modeset
we get a call to DrvGetModes and then DrvAssertMode, but this cannot be made
a criteria if we want to differentiate between hires mode set and Full
screen DOS launch. Do we have a way?

Thanks,
Namrta

Why are you want to differentiate them? Are you want to disalbe full screen DOS window?

Allen