Cview pView;
pView->Create(NULL, NULL, 0L, CFrameWnd::rectDefault, this, VIEW_LOCKINFO, pContext);
0L什么意思啊?什么样式?lpszClassName 
Points to a null-terminated character string that names the Windows class (a WNDCLASS structure). The class name can be any name registered with the global AfxRegisterWndClass function or any of the predefined control-class names. If NULL, uses the default CWnd attributes. 
lpszWindowName 
Points to a null-terminated character string that contains the window name. 
这两个参数的意义没怎么看懂,一般怎么用的啊??谢谢!