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 - translate handle to structure item http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Translate handle to structure item
--------------------------------------------------------------------------------
   Syntax: TDialog():cToChar( <hActiveWnd> ) --> <cDialogStructure>


   Parameters:

   <hActiveWnd>  The handle that should be included in the structure built by
                 cToChar().


   Returns:
   <cDialogStructure> The dialog structure created by ::cToChar(). This
                      structure is stored in a character string because
                      CA-Clipper has no provisions for making and using
                      structures.


   Comments:
   The cToChar() method will translate all the necessary information
   needed to create a dialog box into one big string.  This string has
   exactly the structure needed by the MS-Windows API functions that
   create a dialog box.  The information is stored in to a character
   string because CA-Clipper has no knowledge of structure's since this is
   not part of the CA-Clipper language.



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