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);
|
2003-11-18 09:18:36 +00:00
|
|
|
bool OsWin32_DrawBitmap(const wxBitmap& bmp, wxDC& dc, const wxRect& dst, const wxRect& src);
|
2003-02-25 15:22:52 +00:00
|
|
|
void OsWin32_DrawDottedRect(unsigned int 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
|
|
|
|
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);
|
2003-04-16 15:50:37 +00:00
|
|
|
|
|
|
|
void OsWin32_PlaceProcessInWindow(unsigned int instance, const char* name, unsigned int parent);
|
2002-02-28 14:26:23 +00:00
|
|
|
void OsWin32_UpdateWindow(unsigned int handle);
|
|
|
|
|
2003-04-01 07:34:53 +00:00
|
|
|
int OsWin32_Help(unsigned int handle, const char* hlp, unsigned int cmd, const char* topic);
|
|
|
|
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
|
|
|
//BOOL OsWin32_SpoolRow(const char* pData, unsigned int cbBytes, unsigned int hPrnDC);
|
|
|
|
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
|
|
|
|
|