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.

27 lines
827 B

  1. /****************************************************************************/
  2. // nddifn.h
  3. //
  4. // Function prototypes for DD internal functions
  5. //
  6. // Copyright (C) 1996-2000 Microsoft Corporation
  7. /****************************************************************************/
  8. BOOL RDPCALL DDInit(PDD_PDEV, BOOL, BOOL, PTSHARE_VIRTUAL_MODULE_DATA, UINT32);
  9. void RDPCALL DDTerm(void);
  10. void RDPCALL DDDisconnect(BOOL);
  11. void RDPCALL DDInitializeModeFields(PDD_PDEV, GDIINFO *, GDIINFO *,
  12. DEVINFO *, DEVMODEW *);
  13. BOOL RDPCALL DDInitializePalette(PDD_PDEV, DEVINFO *);
  14. INT32 RDPCALL DDGetModes(HANDLE, PVIDEO_MODE_INFORMATION *, PINT32);
  15. // DirectDraw Functions
  16. DWORD DdLock(PDD_LOCKDATA lpLock);
  17. DWORD DdUnlock(PDD_UNLOCKDATA lpUnlock);
  18. DWORD DdMapMemory(PDD_MAPMEMORYDATA lpMapMemory);