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.

19 lines
1.2 KiB

  1. /******************************Module*Header*******************************\
  2. * Module Name: wowgdip.h *
  3. * *
  4. * Declarations of GDI services provided to WOW. *
  5. * *
  6. * Created: 30-Jan-1993 13:14:57 *
  7. * Author: Charles Whitmer [chuckwh] *
  8. * *
  9. * Copyright (c) Microsoft Corporation. All rights reserved. *
  10. \**************************************************************************/
  11. extern BOOL GdiCleanCacheDC(HDC hdcLocal);
  12. extern int APIENTRY SetBkModeWOW(HDC hdc,int iMode);
  13. extern int APIENTRY SetPolyFillModeWOW(HDC hdc,int iMode);
  14. extern int APIENTRY SetROP2WOW(HDC hdc,int iMode);
  15. extern int APIENTRY SetStretchBltModeWOW(HDC hdc,int iMode);
  16. extern UINT APIENTRY SetTextAlignWOW(HDC hdc,UINT iMode);
  17. extern DWORD APIENTRY GetGlyphOutlineWow( HDC, UINT, UINT, LPGLYPHMETRICS, DWORD, LPVOID, CONST MAT2* );