pDocTemplate = new CMultiDocTemplate(
IDR_TEST1TYPE,
RUNTIME_CLASS(CTest1Doc),
RUNTIME_CLASS(CChildFrame), // custom MDI child frame
RUNTIME_CLASS(CTest1View));
AddDocTemplate(pDocTemplate);
这段代码是什么意思,请高手分析!!