home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / windows / winterm / info.h < prev    next >
Encoding:
Text File  |  1994-01-23  |  246 b   |  9 lines

  1. void InfoChoose(char);
  2. void InfoFileName(char *);
  3. void InfoFileSize(long);
  4. void InfoPacket(unsigned int);
  5. void InfoBytes(unsigned int);
  6. void InfoErrors(int);
  7. void InfoStatus(char *);
  8. long FAR PASCAL InfoWndProc(HWND, UINT, UINT, LONG);
  9.