Changeset 1672 for trunk/dll/mainwnd.c


Ignore:
Timestamp:
Sep 5, 2012, 8:23:20 PM (13 years ago)
Author:
Steven Levine
Message:

Update comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/mainwnd.c

    r1670 r1672  
    18771877      ULONG numitems;
    18781878      USHORT usOperation;
    1879  
     1879
    18801880      cnd.pDragInfo = (PDRAGINFO) mp1;
    18811881      if (!DrgAccessDraginfo((PDRAGINFO) cnd.pDragInfo)) {
     
    31673167  }
    31683168}
     3169
     3170/**
     3171 * Close child windows
     3172 * @return TRUE if application data saved otherwise FALSE
     3173 */
    31693174
    31703175BOOL CloseChildren(HWND hwndClient)
Note: See TracChangeset for help on using the changeset viewer.