Desktop Functions: Smart Device Functions:
|
DwmRegisterThumbnail (dwmapi)
C# Signature:
[DllImport("dwmapi.dll", SetLastError=true)] 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! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|