Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

dbcs.c File Reference

#include "precomp.h"

Go to the source code of this file.

Functions

BOOL APIENTRY GetConsoleNlsMode (IN HANDLE hConsoleHandle, OUT LPDWORD lpNlsMode)
BOOL APIENTRY SetConsoleNlsMode (IN HANDLE hConsoleHandle, IN DWORD dwNlsMode)
BOOL APIENTRY GetConsoleCharType (IN HANDLE hConsoleHandle, IN COORD coordCheck, OUT PDWORD pdwType)
BOOL APIENTRY SetConsoleLocalEUDC (IN HANDLE hConsoleHandle, IN WORD wCodePoint, IN COORD cFontSize, IN PCHAR lpSB)
BOOL APIENTRY SetConsoleCursorMode (IN HANDLE hConsoleHandle, IN BOOL Blink, IN BOOL DBEnable)
BOOL APIENTRY GetConsoleCursorMode (IN HANDLE hConsoleHandle, OUT PBOOL pbBlink, OUT PBOOL pbDBEnable)
BOOL APIENTRY RegisterConsoleOS2 (IN BOOL fOs2Register)
BOOL APIENTRY SetConsoleOS2OemFormat (IN BOOL fOs2OemFormat)


Function Documentation

BOOL APIENTRY GetConsoleCharType IN HANDLE  hConsoleHandle,
IN COORD  coordCheck,
OUT PDWORD  pdwType
 

Definition at line 1062 of file client/dbcs.c.

References FALSE.

01070 : 01071 01072 hConsoleHandle - Supplies a console input or output handle. 01073 01074 coordCheck - set check position to these coordinates 01075 01076 pdwType - receive character type 01077 01078 Return Value: 01079 01080 TRUE - The operation was successful. 01081 01082 FALSE/NULL - The operation failed. Extended error status is available 01083 using GetLastError. 01084 01085 01086 --*/ 01087 01088 { 01089 return FALSE; 01090 }

BOOL APIENTRY GetConsoleCursorMode IN HANDLE  hConsoleHandle,
OUT PBOOL  pbBlink,
OUT PBOOL  pbDBEnable
 

Definition at line 1159 of file client/dbcs.c.

References FALSE.

01167 : 01168 01169 hConsoleHandle - Supplies a console input or output handle. 01170 01171 Blink - Blinking enable/disable switch. 01172 01173 DBEnable - Double Byte width enable/disable switch. 01174 01175 Return Value: 01176 01177 TRUE - The operation was successful. 01178 01179 FALSE/NULL - The operation failed. Extended error status is available 01180 using GetLastError. 01181 01182 --*/ 01183 01184 { 01185 return FALSE; 01186 }

BOOL APIENTRY GetConsoleNlsMode IN HANDLE  hConsoleHandle,
OUT LPDWORD  lpNlsMode
 

Definition at line 1005 of file client/dbcs.c.

References FALSE.

01012 : 01013 01014 hConsoleHandle - Supplies a console input or output handle. 01015 01016 lpNlsMode - Supplies a pointer to the NLS mode. 01017 01018 Return Value: 01019 01020 TRUE - The operation was successful. 01021 01022 FALSE/NULL - The operation failed. Extended error status is available 01023 using GetLastError. 01024 01025 01026 --*/ 01027 01028 { 01029 return FALSE; 01030 }

BOOL APIENTRY RegisterConsoleOS2 IN BOOL  fOs2Register  ) 
 

Definition at line 1190 of file client/dbcs.c.

References FALSE.

01196 : 01197 01198 This routine registers the OS/2 with the console. 01199 01200 Parameters: 01201 01202 Return Value: 01203 01204 TRUE - The operation was successful. 01205 01206 FALSE/NULL - The operation failed. Extended error status is available 01207 using GetLastError. 01208 01209 --*/ 01210 01211 { 01212 return FALSE; 01213 }

BOOL APIENTRY SetConsoleCursorMode IN HANDLE  hConsoleHandle,
IN BOOL  Blink,
IN BOOL  DBEnable
 

Definition at line 1128 of file client/dbcs.c.

References FALSE.

01136 : 01137 01138 hConsoleHandle - Supplies a console input or output handle. 01139 01140 Blink - Blinking enable/disable switch. 01141 01142 DBEnable - Double Byte width enable/disable switch. 01143 01144 Return Value: 01145 01146 TRUE - The operation was successful. 01147 01148 FALSE/NULL - The operation failed. Extended error status is available 01149 using GetLastError. 01150 01151 --*/ 01152 01153 { 01154 return FALSE; 01155 }

BOOL APIENTRY SetConsoleLocalEUDC IN HANDLE  hConsoleHandle,
IN WORD  wCodePoint,
IN COORD  cFontSize,
IN PCHAR  lpSB
 

Definition at line 1094 of file client/dbcs.c.

References FALSE.

01103 : 01104 01105 hConsoleHandle - Supplies a console input or output handle. 01106 01107 wCodePoint - Code point of font by Shift JIS code. 01108 01109 cFontSize - FontSize of Font 01110 01111 lpSB - Pointer of font bitmap Buffer 01112 01113 Return Value: 01114 01115 TRUE - The operation was successful. 01116 01117 FALSE/NULL - The operation failed. Extended error status is available 01118 using GetLastError. 01119 01120 --*/ 01121 01122 { 01123 return FALSE; 01124 }

BOOL APIENTRY SetConsoleNlsMode IN HANDLE  hConsoleHandle,
IN DWORD  dwNlsMode
 

Definition at line 1034 of file client/dbcs.c.

References FALSE.

01041 : 01042 01043 hConsoleHandle - Supplies a console input or output handle. 01044 01045 dwNlsMode - Supplies NLS mode. 01046 01047 Return Value: 01048 01049 TRUE - The operation was successful. 01050 01051 FALSE/NULL - The operation failed. Extended error status is available 01052 using GetLastError. 01053 01054 --*/ 01055 01056 { 01057 return FALSE; 01058 }

BOOL APIENTRY SetConsoleOS2OemFormat IN BOOL  fOs2OemFormat  ) 
 

Definition at line 1217 of file client/dbcs.c.

References FALSE.

01223 : 01224 01225 This routine sets the OS/2 OEM Format with the console. 01226 01227 Parameters: 01228 01229 Return Value: 01230 01231 TRUE - The operation was successful. 01232 01233 FALSE/NULL - The operation failed. Extended error status is available 01234 using GetLastError. 01235 01236 --*/ 01237 01238 { 01239 return FALSE; 01240 }


Generated on Sat May 15 19:43:23 2004 for test by doxygen 1.3.7