Windows2003-3790/termsrv/drivers/rdp/inc/nschdisp.h
2020-09-30 16:53:55 +02:00

24 lines
815 B
C

/****************************************************************************/
/* nschdisp.h */
/* */
/* Display Driver Scheduler API Header File. */
/* */
/* Copyright (C) 1997-1999 Microsoft Corp. */
/****************************************************************************/
#ifndef _H_NSCHDISP
#define _H_NSCHDISP
#include <nddapi.h>
void RDPCALL SCH_InitShm(void);
NTSTATUS RDPCALL SCH_DDOutputAvailable(PDD_PDEV, BOOL);
BOOL RDPCALL SCHEnoughOutputAccumulated(void);
#endif /* #ifndef _H_NSCHDISP */