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

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -