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.

23 lines
815 B

  1. /****************************************************************************/
  2. /* nschdisp.h */
  3. /* */
  4. /* Display Driver Scheduler API Header File. */
  5. /* */
  6. /* Copyright (C) 1997-1999 Microsoft Corp. */
  7. /****************************************************************************/
  8. #ifndef _H_NSCHDISP
  9. #define _H_NSCHDISP
  10. #include <nddapi.h>
  11. void RDPCALL SCH_InitShm(void);
  12. NTSTATUS RDPCALL SCH_DDOutputAvailable(PDD_PDEV, BOOL);
  13. BOOL RDPCALL SCHEnoughOutputAccumulated(void);
  14. #endif /* #ifndef _H_NSCHDISP */