Companion function to GetBitmapHandle(). Releases the bitmap handle that is returned from that function.
[Visual Basic .NET] Public Sub ReleaseBitmapHandle ( _ ByVal hBmp As Integer _ )
[C#] public void ReleaseBitmapHandle ( int hBmp );
[C++]
HRESULT ReleaseBitmapHandle(
OLE_HANDLE hBmp
);
[C++]Parameters
hBmp [in]hBmp is a parameter of type OLE_HANDLE
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.