'Declaration
Public Sub DisposeHbitmap( _
ByVal hbitmap As IntPtr _
)
'Usage
Dim instance As ThumbnailItem
Dim hbitmap As IntPtr
instance.DisposeHbitmap(hbitmap)
Parameters
hbitmap
Handle to a device dependent bitmap obtained through ToHbitmap.
Remarks
This helper function is provided so that the developer can free all resources associated with an Hbitmap that was obtained through ToHbitmap. After disposal the Hbitmap handle is invalid and must not be used again.