home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / common / msdev98 / bin / mfcclwz.dll / STRINGARRAY / WMI_WM_CREATE < prev    next >
Text File  |  1998-06-18  |  147b  |  10 lines

  1. OnCreate
  2. int
  3. LPCREATESTRUCT lpCreateStruct
  4. if (%1::%2(lpCreateStruct) == -1)
  5.     return -1;
  6.  
  7. %4 Add your specialized creation code here
  8.  
  9. return 0;