A pointer to a HBitmap object you need to release, as an IntPtr value.





In This Topic

ReleaseHBitmap Method

In This Topic
Releases a specified HBitmap object from the memory.
Syntax
'Declaration

 

Public Sub ReleaseHBitmap( _

   ByVal HBitmap As IntPtr _

) 
public void ReleaseHBitmap( 

   IntPtr HBitmap

)
public procedure ReleaseHBitmap( 

    HBitmap: IntPtr

); 
public function ReleaseHBitmap( 

   HBitmap : IntPtr

);
public: void ReleaseHBitmap( 

   IntPtr HBitmap

) 
public:

void ReleaseHBitmap( 

   IntPtr HBitmap

) 

Parameters

HBitmap
A pointer to a HBitmap object you need to release, as an IntPtr value.
Remarks
Be aware that this method does not reset the previously set error status.
See Also