Desktop Functions: Smart Device Functions:
|
DwmUpdateThumbnailProperties (dwmapi)
C# Signature:
[DllImport("dwmapi.dll", PreserveSig = true)] VB Signature:
Public Declare Function DwmUpdateThumbnailProperties Lib "dwmapi.dll" (ByVal hThumbnail as IntPtr, ByRef props as DWM_THUMBNAIL_PROPERTIES) As Integer User-Defined Types:DWM_THUMBNAIL_PROPERTIES
[StructLayout(LayoutKind.Sequential)] Alternative Managed API:Do you know one? Please contribute it! Notes:hThumbnail is a handle to a thumbnail created by DwmRegisterThumbnail. 'PreserveSig = true' is important, otherwise you'll get stack imbalances. 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). |
|