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 - setprop() store a window property in the windows prop list http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SetProp()              Store a window property in the Windows prop list
--------------------------------------------------------------------------------

   Syntax:              SetProp( <hWnd>, <cProp>, <nData> )  --> <lSuccess>


   Parameters:

   <hWnd>               The handle of the window whose property
                        list receives the new entry.

   <cProp>              Identifies the prop name.

   <nData>              Identifies the data to be copied to the property
                        list

   Returns:

   <lSuccess>           If the operation was successfully.

   Sample:              SOURCE\\CLASSES\\Window.prg METHOD Link()

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

   See also:            GetProp() RemoveProp()


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