source: trunk/include/win/wine/keyboard16.h@ 43

Last change on this file since 43 was 43, checked in by sandervl, 26 years ago

* empty log message *

File size: 405 bytes
Line 
1#ifndef _KEYBOARD16_H
2#define _KEYBOARD16_H
3
4#include "windef.h"
5
6INT16 WINAPI ToAscii16(UINT16,UINT16,LPBYTE,LPVOID,UINT16);
7WORD WINAPI VkKeyScan16(CHAR);
8INT16 WINAPI AnsiToOem16(LPCSTR,LPSTR);
9VOID WINAPI AnsiToOemBuff16(LPCSTR,LPSTR,UINT16);
10INT16 WINAPI OemToAnsi16(LPCSTR,LPSTR);
11VOID WINAPI OemToAnsiBuff16(LPCSTR,LPSTR,UINT16);
12
13
14#endif /* _KEYBOARD16_H */
Note: See TracBrowser for help on using the repository browser.