Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - getclassname() retrieves the class name of a window http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetClassName()         Retrieves the class name of a window
--------------------------------------------------------------------------------

   Syntax:              GetClassName( <hWnd> ) --> <cClassName>

                        This function retrieves the class name of a window.

   Parameters:

   <hWnd>               The handle of the window whose classname
                        ( API classname not Clipper!) we want to know.

   Returns:

   <cClassName>         The API classname registered for that kind
                        of windows.

   Source code:         SOURCE\\WINAPI\\WndUpdat.c

   See also:            CreateWindow()


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson