tags:

views:

1907

answers:

2

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

A: 

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

JP Alioto
+1  A: 

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
Michael