[DllImport("dwmapi.dll", SetLastError=true)]
static extern int DwmRegisterThumbnail(IntPtr dest, IntPtr src, out IntPtr thumb);
Declare Function DwmRegisterThumbnail Lib "dwmapi.dll" (ByVal Dest as IntPtr, ByVal Src as IntPtr, ByRef Thumb as IntPtr) As Integer
None.
Do you know one? Please contribute it!
Dest = Destination window that thumbnail will be rendered on.
Src = Window to render.
Thumb = Handle to the dwmthumbnail. This variable will be populated by DwmRegisterThumbnail, and is to be used with DwmUpdateThumbnailProperties and DwmUnregisterThumbnail.
Please add some!
Please add some!