Question

Are there any new DWM APIs in Windows 7? If so, where can I find documentation on them?

Was it helpful?

Solution

Windows 7 API's are already documented on MSDN. See http://msdn.microsoft.com/en-us/library/aa969499(VS.85).aspx

The following API's appear to be new:

  • DwmSetIconicLivePreviewBitmap
  • DwmInvalidateIconicBitmaps
  • DwmSetIconicThumbnail

OTHER TIPS

There is some information on Windows 7 libraries and APIs at the windows blog. That might lead you to what you're looking for.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top