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 - getprop() retrieves a data handle from the windows property list http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GetProp()              Retrieves a data handle from the Windows property list
--------------------------------------------------------------------------------

   Syntax:              GetProp( <hWnd>, <cPropIdentifier> )  --> <hData>


   Parameters:

   <hWnd>               Identifies the window whose property list is to
                        be searched.

   <cPropIdentifier>    A string identifies the data to be retrieved.

   Returns:

   <hData>              The data handle of the associated property
                        of the window.

   Observations:        FiveWin uses this API function for storing some
                        extra values related to the windows, dialogs and
                        controls.

                        Basicly these functions let you assciate extra
                        values to the windows, and later you can retrieve
                        them. You can use this way, or you can use the
                        :Cargo data of all windows.

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

   See also:            SetProp() RemoveProp() EnumProps()


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