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);
|
2004-11-30 22:02:59 +00:00
|
|
|
HBITMAP OsWin32_CreateBitmap(const wxImage& img, wxDC& dc);
|
|
|
|
bool OsWin32_DrawBitmap(HBITMAP hBMP, wxDC& dc, const wxRect& dst, const wxRect& src);
|
2005-09-28 11:51:41 +00:00
|
|
|
void OsWin32_DrawDottedRect(WXHDC hDC, int left, int top, int right, int bottom);
|
2003-04-16 15:50:37 +00:00
|
|
|
|
|
|
|
wxString OsWin32_File2App(const char* filename);
|
2003-04-30 15:43:51 +00:00
|
|
|
bool OsWin32_GotoUrl(const char* url, const char* action);
|
2003-04-16 15:50:37 +00:00
|
|
|
unsigned int OsWin32_LoadIcon(const char* file);
|
2003-02-25 15:22:52 +00:00
|
|
|
|
2005-09-28 11:51:41 +00:00
|
|
|
int OsWin32_EnumerateFamilies(WXHDC hDC, char** families, int max_count);
|
|
|
|
int OsWin32_EnumerateSizes(WXHDC hDC, const char* name, long* sizes, short* scalable, int max_count);
|
|
|
|
void OsWin32_SetCaptionStyle(WXHWND handle, bool set);
|
2002-07-03 14:53:33 +00:00
|
|
|
void* OsWin32_GetPrinterInfo(int& size, const char* printer);
|
2003-04-16 15:50:37 +00:00
|
|
|
|
|
|
|
void OsWin32_PlaceProcessInWindow(unsigned int instance, const char* name, unsigned int parent);
|
2008-01-31 14:15:52 +00:00
|
|
|
unsigned int OsWin32_FindMenuContainer();
|
2008-04-04 16:04:47 +00:00
|
|
|
long OsWin32_GetChildrenCount(unsigned int parent);
|
2008-02-01 16:38:06 +00:00
|
|
|
long OsWin32_CloseChildren(unsigned int parent);
|
2002-02-28 14:26:23 +00:00
|
|
|
void OsWin32_UpdateWindow(unsigned int handle);
|
2008-08-27 15:54:58 +00:00
|
|
|
|
2008-08-27 12:47:53 +00:00
|
|
|
void OsWin32_NumberFormat(char* str, int size);
|
2002-02-28 14:26:23 +00:00
|
|
|
|
2005-09-28 11:51:41 +00:00
|
|
|
int OsWin32_Help(WXHWND handle, const char* hlp, unsigned int cmd, const char* topic);
|
2003-04-01 07:34:53 +00:00
|
|
|
bool OsWin32_TestNetworkVersion();
|
2003-04-30 15:43:51 +00:00
|
|
|
|
|
|
|
bool OsWin32_HL_Crypt(unsigned short* data);
|
|
|
|
bool OsWin32_HL_Login(unsigned short address, const unsigned char* label, const unsigned char* password);
|
|
|
|
bool OsWin32_HL_Logout() ;
|
|
|
|
bool OsWin32_HL_Read(unsigned short reg, unsigned short* data);
|
|
|
|
bool OsWin32_HL_ReadBlock(unsigned char* data);
|
|
|
|
bool OsWin32_HL_Write(unsigned short reg, unsigned short data);
|
|
|
|
bool OsWin32_SL_Crypt(unsigned short* data);
|
|
|
|
bool OsWin32_SL_Login(const unsigned char* label, const unsigned char* password);
|
|
|
|
bool OsWin32_SL_Logout() ;
|
|
|
|
bool OsWin32_SL_ReadBlock(unsigned short reg, unsigned short size, unsigned short* data);
|
|
|
|
bool OsWin32_SL_WriteBlock(unsigned short reg, unsigned short size, const unsigned short* data);
|
|
|
|
|
2004-04-28 09:49:37 +00:00
|
|
|
void OsWin32_SpoolNewLine(unsigned int hdc);
|
|
|
|
bool OsWin32_IsGenericTextOnly(void* devmode);
|
|
|
|
|
2004-03-31 12:57:12 +00:00
|
|
|
int OsWin32_GetSessionId();
|
2004-04-05 13:03:51 +00:00
|
|
|
bool OsWin32_IsWindowsServer();
|
2003-10-30 18:13:09 +00:00
|
|
|
|
2003-10-14 13:40:52 +00:00
|
|
|
#ifdef SPEECH_API
|
|
|
|
bool OsWin32_InitializeSpeech();
|
|
|
|
bool OsWin32_Speak(const char* text, bool async);
|
|
|
|
void OsWin32_DeinitializeSpeech();
|
|
|
|
#endif
|
|
|
|
|