I>class CWindowFactory I>{ I>public: I> virtual HWND Build(LPVOID pData) = 0; I> virtual ~CWindowFactory() {} /* = 0 */ ; I>}; I>