ReactOS 0.4.16-dev-197-g92996da
|
General-purpose utility functions (wrappers around or reimplementations of Win32 APIs). More...
Go to the source code of this file.
Functions | |
INT WINAPI | K32LoadStringExW (IN HINSTANCE hInstance OPTIONAL, IN UINT uID, IN LANGID LanguageId, OUT LPWSTR lpBuffer, IN INT nBufferMax) |
INT WINAPI | K32LoadStringW (IN HINSTANCE hInstance OPTIONAL, IN UINT uID, OUT LPWSTR lpBuffer, IN INT nBufferMax) |
DWORD WINAPI | FormatMessageSafeW (IN DWORD dwFlags, IN LPCVOID lpSource OPTIONAL, IN DWORD dwMessageId, IN DWORD dwLanguageId, OUT LPWSTR lpBuffer, IN DWORD nSize, IN va_list *Arguments OPTIONAL) |
LANGID | ConSetThreadUILanguage (IN LANGID LangId OPTIONAL) |
BOOL | IsTTYHandle (IN HANDLE hHandle) |
BOOL | IsConsoleHandle (IN HANDLE hHandle) |
General-purpose utility functions (wrappers around or reimplementations of Win32 APIs).
Definition in file utils.h.
Definition at line 352 of file utils.c.
Referenced by _tmain(), cmd_start(), Execute(), SetConsoleCPState(), and wmain().
DWORD WINAPI FormatMessageSafeW | ( | IN DWORD | dwFlags, |
IN LPCVOID lpSource | OPTIONAL, | ||
IN DWORD | dwMessageId, | ||
IN DWORD | dwLanguageId, | ||
OUT LPWSTR | lpBuffer, | ||
IN DWORD | nSize, | ||
IN va_list *Arguments | OPTIONAL | ||
) |
Definition at line 254 of file utils.c.
Referenced by ConMsgPrintfV(), and ConResMsgPrintfExV().
Definition at line 419 of file utils.c.
Definition at line 393 of file utils.c.
Referenced by ConClearLine(), ConClearScreen(), ConGetScreenInfo(), and ConRingBell().
INT WINAPI K32LoadStringExW | ( | IN HINSTANCE hInstance | OPTIONAL, |
IN UINT | uID, | ||
IN LANGID | LanguageId, | ||
OUT LPWSTR | lpBuffer, | ||
IN INT | nBufferMax | ||
) |
Definition at line 99 of file utils.c.
Referenced by ConResMsgPrintfExV(), ConResPrintfExV(), ConResPutsEx(), and K32LoadStringW().
INT WINAPI K32LoadStringW | ( | IN HINSTANCE hInstance | OPTIONAL, |
IN UINT | uID, | ||
OUT LPWSTR | lpBuffer, | ||
IN INT | nBufferMax | ||
) |
Definition at line 173 of file utils.c.
Referenced by ConResPagingEx(), HelpCommand(), HelpCommandList(), PagePrompt(), Usage(), WlanPrintCurrentStatus(), WlanScan(), and wmain().