is GDI multi-threaded?

hi all

i wrote a display mirror device driver.
i am worried that it is thread safe.
is GDI multi-threaded?

assaf

assaf wrote:

hi all

i wrote a display mirror device driver.
i am worried that it is thread safe.
is GDI multi-threaded?

Yes. There is separate thread handling mouse cursor and some others that
I don’t remember (input threads, …). You’re guaranteed that there will
be no concurrent accesses to the same surface.

  • Filip