Window Handle

Is there any way to get the window handle, created by glutCreateWindow function

In Win32, there’s a function that returns the hWnd of the topmost window… can’t remember it’s name offhand, but under the Win32 SDK helpfile, it’s under the same group as GetWindow();

Here is one example http://sites.netscape.net/ptrpck/glut23.zip