windows-nt/Source/XPSP1/NT/admin/snapin/schmmgmt/wizinfo.hpp

28 lines
394 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
#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