OpenIcon (user32)
Last changed: -202.74.138.1

.
Summary

C# Signature:

[DllImport("user32.dll")]
static extern bool OpenIcon(IntPtr hWnd);

VB.NET Signature:

<DllImport("user32.dll", SetLastError:=True)> _
Public Function OpenIcon(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean

End Function

VB Signature:

Public Declare Function OpenIcon Lib "user32" _
         (ByVal hWnd As Long) As Long

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
OpenIcon on MSDN