Hi,

Can anyone tell me about the sequence of various graphics functions being
called in windows 98 SE to draw the screen over monitor.

regards,
Andy

Re: graphics function in windows 98SE by Tim

Tim
Thu Jan 13 00:42:43 CST 2005

"Andrews" <Andy@no-mail.yahoo.com> wrote:
>
>Can anyone tell me about the sequence of various graphics functions being
>called in windows 98 SE to draw the screen over monitor.

You're going to have to be more specific. There are a lot of graphics
APIs. What operation are you trying to track?
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc

Re: graphics function in windows 98SE by Andrews

Andrews
Thu Jan 13 01:23:56 CST 2005

I am writing a 16bit drv to redraw the desktop at 180 degree position. I
understand that there are various API's called Bitblt etc. till now i am
able to rotate desktop icons.

Can u tell me anything to redraw the whole desktop, with all the bitmaps
etc. I don't want my app to limit to some perticular graphics card so i am
writing a drv for this instead of a vxd. Since i am new to graphics drivers
and that too to windows 98, It's talking some time to graps things for me.

regards


"Tim Roberts" <timr@probo.com> wrote in message
news:qv5cu0lf8m4hhj13o8qp38n1sesvpb0sbs@4ax.com...
> "Andrews" <Andy@no-mail.yahoo.com> wrote:
> >
> >Can anyone tell me about the sequence of various graphics functions being
> >called in windows 98 SE to draw the screen over monitor.
>
> You're going to have to be more specific. There are a lot of graphics
> APIs. What operation are you trying to track?
> --
> - Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc