WindowsXP-SP1/admin/snapin/schmmgmt/wizinfo.hpp
2020-09-30 16:53:49 +02:00

28 lines
421 B
C++

#ifndef WIZINFO_HPP_INCLUDED
#define WIZINFO_HPP_INCLUDED
class CreateClassWizardInfo
{
public:
CreateClassWizardInfo();
// use default dtor
CString cn;
CString ldapDisplayName;
CString oid;
CString description;
CString parentClass;
int type;
CStringList strlistMandatory;
CStringList strlistOptional;
};
#endif // WIZINFO_HPP_INCLUDED