windows - win32: destroy a deskstop created with CreateDesktop -


what's opposite of createdesktop()? closedesktop() seems close handle new desktop, not delete it.

iirc, desktops reference counted, they're destroyed when nothing using them anymore (and having un-closed handle 1 included "using").


Comments

Popular posts from this blog

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -