'Declaration
Public Sub ReleaseHBitmapI( _ ByVal HBitmap As Integer _ )
public void ReleaseHBitmapI( int HBitmap )
public procedure ReleaseHBitmapI( HBitmap: Integer );
public function ReleaseHBitmapI( HBitmap : int );
public: void ReleaseHBitmapI( int HBitmap )
public: void ReleaseHBitmapI( int HBitmap )
Parameters
- HBitmap
- A pointer to a HBitmap object you need to release, as an integer value.