Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
421 B

  1. #ifndef WIZINFO_HPP_INCLUDED
  2. #define WIZINFO_HPP_INCLUDED
  3. class CreateClassWizardInfo
  4. {
  5. public:
  6. CreateClassWizardInfo();
  7. // use default dtor
  8. CString cn;
  9. CString ldapDisplayName;
  10. CString oid;
  11. CString description;
  12. CString parentClass;
  13. int type;
  14. CStringList strlistMandatory;
  15. CStringList strlistOptional;
  16. };
  17. #endif // WIZINFO_HPP_INCLUDED