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.
 
 
 
 
 
 

21 lines
335 B

#ifndef __GPMETAFILE_HPP__
#define __GPMETAFILE_HPP__
extern "C" UINT GdipConvertEmfToWmf(PBYTE pMetafileBits, UINT cDest, PBYTE pDest,
INT iMapMode, HDC hdcRef, UINT flags);
DWORD
WINAPI
GetObjectTypeInternal(
IN HGDIOBJ handle
);
DWORD
WINAPI
GetDCType(
IN HDC hdc
);
#endif