Leaked source code of windows server 2003
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.

38 lines
490 B

  1. /*++
  2. Copyright (c) 1994-1998, Microsoft Corporation All rights reserved.
  3. Module Name:
  4. mousectl.h
  5. Abstract:
  6. This module contains the header information for the Mouse control.
  7. Revision History:
  8. --*/
  9. #ifndef _MOUSECTL_H
  10. #define _MOUSECTL_H
  11. #define MOUSECTL_CLASSNAME TEXT("PropertyMouseButtonControl")
  12. BOOL
  13. RegisterMouseControlStuff(
  14. HINSTANCE instance);
  15. void
  16. MouseControlSetSwap(
  17. HWND window,
  18. BOOL swap);
  19. #endif