Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "DwmRegisterThumbnail" in [All]

dwmapi

.

    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

.

Thumb = Handle to the dwmthumbnail. This variable will be populated by DwmRegisterThumbnail, and is to be used with DwmUpdateThumbnailProperties and DwmUnregisterThumbnail.

.
Documentation
[DwmRegisterThumbnail] on MSDN
.

Thumb = Handle to a dwmthumbnail provided by DwmRegisterThumbnail.

.

hThumbnail is a handle to a thumbnail created by DwmRegisterThumbnail.


 
Access PInvoke.net directly from VS: