home *** CD-ROM | disk | FTP | other *** search
/ Learn Java Now / Learn_Java_Now_Microsoft_1996.iso / MsDev / Bin / mfcclswz.dll / STRINGARRAY / VFI_CREATE_CMDICHILDWND < prev    next >
Encoding:
Text File  |  1996-08-01  |  366 b   |  8 lines

  1. Create
  2. BOOL
  3. LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle = WS_CHILD | WS_VISIBLE | WS_OVERLAPPEDWINDOW, const RECT& rect = rectDefault, CMDIFrameWnd* pParentWnd = NULL, CCreateContext* pContext = NULL
  4.  
  5. %4 Add your specialized code here and/or call the base class
  6.  
  7. return %1::%2(lpszClassName, lpszWindowName, dwStyle, rect, pParentWnd, pContext);