home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / hpp.z / cpwiz.hpp < prev    next >
C/C++ Source or Header  |  1996-12-05  |  333b  |  16 lines

  1. #ifndef _CPWIZ_HPP
  2. #define _CPWIZ_HPP
  3.  
  4. class DTObject;
  5.  
  6. struct CPWizParameters {
  7.     DTObject *  object;
  8. };
  9.  
  10. typedef WBool __stdcall (*CPWizardExecuteFN)( CPWizParameters & parms );
  11.  
  12. #define CPWIZARDEXECUTE WTEXT("_CPWizardExecute@4")
  13. #define CPWIZARDEXECUTE_UNDECORATED WTEXT("CPWizardExecute")
  14.  
  15. #endif // _CPWIZ_HPP
  16.