ScrollXP.h 625 B

123456789101112131415
  1. // ScrollXP.h: interface for the ScrollXP class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_SCROLLXP_H__237AD521_275B_11D9_AF5C_0050BAB04A6A__INCLUDED_)
  5. #define AFX_SCROLLXP_H__237AD521_275B_11D9_AF5C_0050BAB04A6A__INCLUDED_
  6. #include "ClassXP.H"
  7. VOID WINAPI ScrollDrowThumbXP(HDC hDC, RECT Rect, LONG lState);
  8. LRESULT ScrollWindowProc(PCLASSXP pCxp, UINT message, WPARAM wParam, LPARAM lParam);
  9. void ScrollOnPaint(PCLASSXP pCxp);
  10. void CALLBACK ScrollOnTimer(PCLASSXP pCxp, UINT nIDEvent);
  11. #endif // !defined(AFX_SCROLLXP_H__237AD521_275B_11D9_AF5C_0050BAB04A6A__INCLUDED_)