2002-09-13 14:56:23 +00:00
|
|
|
void OsWin32_Beep(int severity);
|
2002-07-03 14:53:33 +00:00
|
|
|
bool OsWin32_CheckPrinterInfo(const void* data, unsigned int size);
|
|
|
|
void* OsWin32_ConvertFromNativePrinterInfo(void* hGlobal, unsigned int& nSize);
|
|
|
|
void* OsWin32_ConvertToNativePrinterInfo(void* data, unsigned int nSize);
|
2002-09-13 14:56:23 +00:00
|
|
|
void OsWin32_DrawBitmap(unsigned int hBitmap, unsigned int hDC,
|
|
|
|
int xd, int yd, int wd, int hd, int xs, int ys, int ws, int hs);
|
2003-02-25 15:22:52 +00:00
|
|
|
void OsWin32_DrawDottedRect(unsigned int hDC, int left, int top, int right, int bottom);
|
2003-02-05 14:26:24 +00:00
|
|
|
void OsWin32_DrawSmallIcon(unsigned int hIcon, unsigned int hDC, int x, int y);
|
2003-02-25 15:22:52 +00:00
|
|
|
|
2002-02-28 14:26:23 +00:00
|
|
|
int OsWin32_EnumerateFamilies(unsigned int hDC, char** families, int max_count);
|
|
|
|
int OsWin32_EnumerateSizes(unsigned int hDC, const char* name, long* sizes, short* scalable, int max_count);
|
|
|
|
void OsWin32_SetCaptionStyle(unsigned int handle, bool set);
|
2002-07-03 14:53:33 +00:00
|
|
|
void* OsWin32_GetPrinterInfo(int& size, const char* printer);
|
2002-02-28 14:26:23 +00:00
|
|
|
void OsWin32_SetClippingRect(unsigned int hDC, int x, int y, int w, int h);
|
|
|
|
void OsWin32_StretchBlt(unsigned int hDst, int xd, int yd, int wd, int hd,
|
|
|
|
unsigned int hSrc, int xs, int ys, int ws, int hs);
|
|
|
|
void OsWin32_UpdateWindow(unsigned int handle);
|
|
|
|
|
2003-02-25 15:22:52 +00:00
|
|
|
int OsWin32_Help(unsigned int handle, const char* hlp, unsigned int cmd, const char* topic);
|