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.

20 lines
335 B

  1. #ifndef __GPMETAFILE_HPP__
  2. #define __GPMETAFILE_HPP__
  3. extern "C" UINT GdipConvertEmfToWmf(PBYTE pMetafileBits, UINT cDest, PBYTE pDest,
  4. INT iMapMode, HDC hdcRef, UINT flags);
  5. DWORD
  6. WINAPI
  7. GetObjectTypeInternal(
  8. IN HGDIOBJ handle
  9. );
  10. DWORD
  11. WINAPI
  12. GetDCType(
  13. IN HDC hdc
  14. );
  15. #endif