The following functions are used to access a console.
Send comments about this topic to Microsoft
Build date: 11/6/2008
''' <summary>Sets console icon</summary>''' <param name="hicon">Handle of icon (<see cref="Icon.Handle"/>)</param>''' <returns>True of succes, false on error</returns>''' <remarks>This function is undocumented</remarks>Public Declare Function SetConsoleIcon Lib "Kernel32.dll" (ByVal hicon As IntPtr) As Boolean