home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / tool / various / skelet / skelexp.hpp < prev    next >
Text File  |  1994-08-14  |  1KB  |  36 lines

  1.  
  2. //////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Filename:     skelexp.hxx
  5. //
  6. // Description:  Skeleton Visual Basic Custom Control.
  7. //
  8. //               Exported functions for the control.
  9. //
  10. // Date Created: <Date>
  11. //
  12. // Author:       <Your Name>
  13. //
  14. // Copyright (c) <Your Company Name> 1994
  15. //
  16. //               Portions of this product are based on original
  17. //                  source code from Anton Software Limited.
  18. //
  19. //////////////////////////////////////////////////////////////////////////////
  20.  
  21. #ifndef SKELEXP_HPP
  22. #define SKELEXP_HPP
  23.  
  24. //////////////////////////////////////////////////////////////////////////////
  25. //
  26. // Exported Functions
  27. //
  28. //////////////////////////////////////////////////////////////////////////////
  29.  
  30. BOOL CALLBACK _export AboutDlgProc(HWND, USHORT, USHORT, LONG);
  31. LONG CALLBACK _export AboutWndProc(HWND, USHORT, USHORT, LONG);
  32. LONG CALLBACK _export SkeletonCtlProc(HCTL, HWND, USHORT, USHORT, LONG);
  33.  
  34. #endif // SKELEXP_HPP
  35.  
  36.