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.

39 lines
1.2 KiB

  1. /****************************************************************************/
  2. // ncmdisp.h
  3. //
  4. // RDP Cursor Manager display driver header
  5. //
  6. // Copyright (c) 1996-2000 Microsoft Corporation
  7. /****************************************************************************/
  8. #ifndef __NCMDISP_H
  9. #define __NCMDISP_H
  10. #include <acmapi.h>
  11. #include <nddapi.h>
  12. BOOL RDPCALL CM_DDInit(PDD_PDEV ppdev);
  13. void RDPCALL CM_Update(void);
  14. void RDPCALL CM_DDDisc(void);
  15. void RDPCALL CM_DDTerm(void);
  16. void RDPCALL CM_InitShm(void);
  17. /****************************************************************************/
  18. /* Name: CM_DDGetCursorStamp */
  19. /* */
  20. /* Purpose: Returns the current cursor stamp. */
  21. /* */
  22. /* Returns: Current cursor stamp. */
  23. /****************************************************************************/
  24. //__inline UINT32 RDPCALL CM_DDGetCursorStamp(void)
  25. #define CM_DDGetCursorStamp() pddShm->cm.cmCursorStamp
  26. #endif // !defined(__NCMDISP_H)