Source code of Windows XP (NT5)
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*******************************************************************************
* * (C) COPYRIGHT MICROSOFT CORP., 1993-1994 * * TITLE: REGDRAG.H * * VERSION: 4.01 * * AUTHOR: Tracy Sharpe * * DATE: 05 Mar 1994 * * Drag and drop routines for the Registry Editor. * ******************************************************************************** * * CHANGE LOG: * * DATE REV DESCRIPTION * ----------- --- ------------------------------------------------------------- * 05 Mar 1994 TCS Original implementation. * *******************************************************************************/
#ifndef _INC_REGDRAG
#define _INC_REGDRAG
VOID PASCAL RegEdit_DragObjects( HWND hWnd, HIMAGELIST hDragImageList, PRECT pDragRectArray, int DragRectCount, POINT HotSpotPoint );
#endif // _INC_REGDRAG
|