IVsUIWin32Bitmap.GetHBITMAP Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.