[DllImport("user32.dll")]
static extern bool OpenIcon(IntPtr hWnd);
<DllImport("user32.dll", SetLastError:=True)> _
Public Function OpenIcon(hWnd As IntPtr) As <MarshalAs(UnmanagedType.Bool)> Boolean
End Function
Public Declare Function OpenIcon Lib "user32" _
(ByVal hWnd As Long) As Long
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!