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

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

Updated Wine headers

File size: 503 bytes
RevLine 
[641]1/* $Id: keyboard16.h,v 1.5 1999-08-22 22:52:05 sandervl Exp $ */
[640]2#ifndef __WINE_WINE_KEYBOARD16_H
3#define __WINE_WINE_KEYBOARD16_H
[4]4
5#include "windef.h"
6
7INT16 WINAPI ToAscii16(UINT16,UINT16,LPBYTE,LPVOID,UINT16);
8WORD WINAPI VkKeyScan16(CHAR);
9INT16 WINAPI AnsiToOem16(LPCSTR,LPSTR);
10VOID WINAPI AnsiToOemBuff16(LPCSTR,LPSTR,UINT16);
11INT16 WINAPI OemToAnsi16(LPCSTR,LPSTR);
12VOID WINAPI OemToAnsiBuff16(LPCSTR,LPSTR,UINT16);
13
14
[640]15#endif /* __WINE_WINE_KEYBOARD16_H */
Note: See TracBrowser for help on using the repository browser.