#include "precomp.h"
Go to the source code of this file.
Functions | |
BOOL WINAPI | CharToOemA (LPCSTR pSrc, LPSTR pDst) |
BOOL WINAPI | CharToOemBuffA (LPCSTR pSrc, LPSTR pDst, DWORD nLength) |
BOOL WINAPI | OemToCharA (LPCSTR pSrc, LPSTR pDst) |
BOOL WINAPI | OemToCharBuffA (LPCSTR pSrc, LPSTR pDst, DWORD nLength) |
BOOL WINAPI | CharToOemW (LPCWSTR pSrc, LPSTR pDst) |
BOOL WINAPI | CharToOemBuffW (LPCWSTR pSrc, LPSTR pDst, DWORD nLength) |
BOOL WINAPI | OemToCharW (LPCSTR pSrc, LPWSTR pDst) |
BOOL WINAPI | OemToCharBuffW (LPCSTR pSrc, LPWSTR pDst, DWORD nLength) |
DWORD WINAPI | OemKeyScan (WORD wOemChar) |
|
Definition at line 33 of file oemxlate.c. References tagSERVERINFO::acAnsiToOem, BOOL, FALSE, gpsi, NULL, and TRUE.
|
|
Definition at line 59 of file oemxlate.c. References tagSERVERINFO::acAnsiToOem, BOOL, FALSE, gpsi, NULL, and TRUE. Referenced by ECInsertText().
|
|
Definition at line 182 of file oemxlate.c. References BOOL, FALSE, NULL, and TRUE. Referenced by ECInsertText().
|
|
Definition at line 144 of file oemxlate.c. References BOOL, FALSE, NULL, and TRUE.
|
|
Definition at line 288 of file oemxlate.c. References DWORD, LOBYTE, OemToCharBuffW(), SHORT, UINT, and VkKeyScanW.
|
|
Definition at line 88 of file oemxlate.c. References tagSERVERINFO::acOemToAnsi, BOOL, FALSE, gpsi, NULL, and TRUE.
|
|
Definition at line 117 of file oemxlate.c. References tagSERVERINFO::acOemToAnsi, BOOL, FALSE, gpsi, NULL, and TRUE. Referenced by ECInsertText().
|
|
Definition at line 253 of file oemxlate.c. References BOOL, FALSE, NULL, and TRUE. Referenced by ECInsertText(), and OemKeyScan().
|
|
Definition at line 217 of file oemxlate.c. References BOOL, FALSE, NULL, strlen(), and TRUE.
|