home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_03_06 / 3n06032a < prev    next >
Text File  |  1992-03-31  |  367b  |  12 lines

  1. Listing 2
  2.  
  3. /*****************************************************/
  4. /* comboed.h                                         */
  5. /* -- Interface to procedure to install a subclasser */
  6. /*    for the EditItem of a ComboBox.                */
  7. /*****************************************************/
  8.  
  9. /* Prototype. */
  10. FARPROC LpfnSubclassComboEdit(FARPROC, HWND);
  11.  
  12.