home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP12 / NOTIFDEF.H < prev    next >
Encoding:
Text File  |  1996-01-01  |  202 b   |  9 lines

  1. typedef struct tagCONTROLNOTIFICATIONS
  2. {
  3.      UINT  nCode ;
  4.      LPSTR pName ;
  5. } CONTROLNOTIFICATIONS ;
  6.  
  7. BOOL QueryNotifyText (UINT nNotifyCode, LPSTR *pName) ;
  8. void DisplayText (LPSTR pText) ;
  9.