This document is archived and information here might be outdated. Recommended version. |
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