home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / pd_share / code / oslib / CStrong / Help / HelpData next >
Encoding:
Text File  |  1994-08-10  |  807 b   |  24 lines

  1. help_message_request
  2. Defined in:   <help=>help.$>.h
  3. Declaration:  typedef
  4.                  struct
  5.                  {  <os_coord=>os.os_coord> pos;
  6.                     bits buttons;
  7.                     <wimp_w=>wimp.wimp_w> w;
  8.                     <wimp_i=>wimp.wimp_i> i;
  9.                  }
  10.                  help_message_request;help_message_reply
  11. Defined in:   <help=>help.$>.h
  12. Declaration:  typedef
  13.                  struct
  14.                  {  char reply [236];
  15.                  }
  16.                  help_message_reply;message_HELP_REQUEST
  17. Defined in:   <help=>help.$>.h
  18. Declaration:  #define message_HELP_REQUEST 0x502umessage_HELP_REPLY
  19. Defined in:   <help=>help.$>.h
  20. Declaration:  #define message_HELP_REPLY 0x503uHelp
  21. <help_message_request>
  22. <help_message_reply>
  23. <message_HELP_REQUEST>
  24. <message_HELP_REPLY>