IVsUIWin32Icon.GetHICON 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
GetHICON(Int32) |
Returns the HICON handle for the icon. |
GetHICON(IntPtr) |
GetHICON(Int32)
Returns the HICON handle for the icon.
public:
int GetHICON([Runtime::InteropServices::Out] int % phIcon);
int GetHICON([Runtime::InteropServices::Out] int & phIcon);
public int GetHICON (out int phIcon);
abstract member GetHICON : -> int
Public Function GetHICON (ByRef phIcon As Integer) As Integer
Parameters
- phIcon
- Int32
[out] Location to return the handle.
Returns
Returns S_OK if the handle was returned.