@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: TODO - a short description !!!!C# Signature: [DllImport("dwmapi.dll", SetLastError=true)] static extern int DwmRegisterThumbnail(IntPtr dest, IntPtr src, out IntPtr thumb); !!!!VB Signature: Declare Function DwmRegisterThumbnail Lib "dwmapi.dll" (ByVal Dest as IntPtr, ByVal Src as IntPtr, ByRef Thumb as IntPtr) As Integer !!!!User-Defined Types: None. !!!!Alternative Managed API: Do you know one? Please contribute it! !!!!Notes: 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. !!!!Tips & Tricks: Please add some! !!!!Sample Code: Please add some! Documentation: DwmRegisterThumbnail@msdn on MSDN
Edit dwmapi.DwmRegiste...
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.