Share via


IVsUIWin32Bitmap.GetHBITMAP Method

Definition

Overloads

GetHBITMAP(Int32)

Returns a handle to the bitmap.

GetHBITMAP(IntPtr)

GetHBITMAP(Int32)

Returns a handle to the bitmap.

public:
 int GetHBITMAP([Runtime::InteropServices::Out] int % phBitmap);
int GetHBITMAP([Runtime::InteropServices::Out] int & phBitmap);
public int GetHBITMAP (out int phBitmap);
abstract member GetHBITMAP :  -> int
Public Function GetHBITMAP (ByRef phBitmap As Integer) As Integer

Parameters

phBitmap
Int32

[out] Location to return the handle.

Returns

Returns S_OK if the handle was returned.

Applies to

GetHBITMAP(IntPtr)

public:
 int GetHBITMAP([Runtime::InteropServices::Out] IntPtr % phBitmap);
public int GetHBITMAP (out IntPtr phBitmap);
abstract member GetHBITMAP : nativeint -> int
Public Function GetHBITMAP (ByRef phBitmap As IntPtr) As Integer

Parameters

phBitmap
IntPtr

nativeint

Returns

Applies to