13 static BOOL BeginDrag(HBITMAP hBmp, POINT ptHot, COLORREF crKey, BYTE byAlpha, DWORD dwFlags);
14 static void DragMove(POINT pt);
15 static void EndDrag();
20 BEGIN_MSG_MAP_EX(SDragWnd)
27 static SDragWnd *s_pCurDragWnd;
Interface and Implementation for Native Window Handling.
Class for managing native window operations.