.
Thumb = Handle to the dwmthumbnail. This variable will be populated by DwmRegisterThumbnail, and is to be used with DwmUpdateThumbnailProperties and DwmUnregisterThumbnail.
TODO - a short description
8/15/2010 2:32:33 AM - -125.21.230.49
TODO - a short description
12/2/2013 6:37:05 AM - -67.128.30.210
TODO - a short description
6/18/2009 7:50:26 AM - anonymous
.
public static extern int DwmUpdateThumbnailProperties(IntPtr hThumbnail, ref DWM_THUMBNAIL_PROPERTIES props);
.
Public Declare Function DwmUpdateThumbnailProperties Lib "dwmapi.dll" (ByVal hThumbnail as IntPtr, ByRef props as DWM_THUMBNAIL_PROPERTIES) As Integer
.