From: Gerhard_Stoll@b.maus.de   
      
   Gerhard Stoll worte:   
      
   > I ask Michael Bernau, author from the MyDials, if he have more   
   > information.   
      
   He have no more infos, but I found an old manual from 1992.   
      
   In short form:   
      
   A program send M_ASKVAR to Interface, this answer with M_SENDVAR. In the bytes   
   8-11 is a pointer to struktur with many functions.   
      
   LOCAL VOID *funcptr[] =   
   {   
    0L,   
    &rsd_namen,   
    &sel_window,   
    &sel_objs,   
    search_window,   
    find_window,   
    find_top,   
    is_top,   
    .   
    .   
    .   
    normkey,   
    find_rsc,   
   };   
   The functions a from the book "Vom Anfänger zum GEM-Profi" [1]   
      
   In the bytes 12-15 is a pointer to Interface variables.   
      
   Do you need more?   
      
   Gerhard   
      
   [1] Phoenix use also this library.   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|