IVsUIWin32Bitmap::GetHBITMAP Method (Int32)

 

Returns a handle to the bitmap.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int GetHBITMAP(
	[OutAttribute] int% phBitmap
)

Parameters

phBitmap
Type: System::Int32

[out] Location to return the handle.

Return Value

Type: System::Int32

Returns S_OK if the handle was returned.

Return to top
Show: