home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wpsgpf.zip / AAA.INC < prev    next >
Text File  |  1995-02-22  |  605b  |  17 lines

  1.  
  2. #define CLSNAME_INFOVIEW       "SESINFOVIEW"
  3.  
  4. /*----------------------------------------------------------------*/
  5. /* Parameter structure used during the creation of the Gpf window */
  6. /* with Create<name of the window>                                */
  7. /* (in our example it is CreateSOMView)                           */
  8. /*----------------------------------------------------------------*/
  9. typedef struct {
  10.    WPSimple *somSelf;
  11.    WPSimpleData *somThis;
  12.    ULONG   ulView;
  13. } PARAMAAA, *PPARAMAAA;
  14.  
  15. VOID    EXPENTRY InitInstanceaaa( VOID );
  16. HWND    APIENTRY CreateSOMView( PVOID pCrtParms );
  17.