Bitmap.GetHICON method
Applies to: desktop apps only
The Bitmap::GetHICON method creates an icon from this Bitmap object.
Syntax
Status GetHICON( [out] HICON *hicon );
Parameters
- hicon [out]
-
Type: HICON*
Pointer to an HICON that receives a handle to the icon.
Return value
Type:
Type: Status
If the method succeeds, it returns Ok, which is an element of the Status enumeration.
If the method fails, it returns one of the other elements of the Status enumeration.
Requirements
|
Minimum supported client | Windows XP, Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Product | GDI+ 1.0 |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 3/6/2012
