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.
|
|
/****************************************************************************/ /* 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 */
|