/reactos/base/applications/network/telnet/src/ |
H A D | tnerror.cpp | 155 dwMessage = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in printm() 162 dwMessage = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in printm() 192 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, 0, dwLastError, LANG_USER_DEFAULT, in LogErrorConsole() 201 FormatMessage(FORMAT_MESSAGE_FROM_HMODULE| FORMAT_MESSAGE_ARGUMENT_ARRAY, in LogErrorConsole() 225 FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM, 0, dwLastError, LANG_USER_DEFAULT, in LogWarningConsole() 234 FormatMessage(FORMAT_MESSAGE_FROM_HMODULE| FORMAT_MESSAGE_ARGUMENT_ARRAY, in LogWarningConsole() 260 FormatMessage(FORMAT_MESSAGE_FROM_HMODULE| FORMAT_MESSAGE_ARGUMENT_ARRAY, in LogInfoConsole()
|
/reactos/modules/rostests/apitests/kernel32/ |
H A D | CMakeLists.txt | 4 add_message_headers(ANSI FormatMessage.mc) 15 FormatMessage.c 55 add_dependencies(kernel32_apitest FormatMessage)
|
H A D | kernel32_apitest.rc | 6 #include <FormatMessage.rc>
|
H A D | FormatMessage.c | 14 START_TEST(FormatMessage) in START_TEST() argument
|
/reactos/modules/rosapps/templates/old_wordpad/ |
H A D | misc.c | 82 Ret = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_STRING, in LoadAndFormatString() 115 Ret = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_STRING, in StatusBarLoadAndFormatString() 190 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in GetError()
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdlib.c | 132 if (!FormatMessage( in ModuleMessage() 152 if (!FormatMessage( in SystemMessage()
|
/reactos/sdk/lib/drivers/wdf/shared/inc/private/common/ |
H A D | dbgtrace.h | 81 __drv_formatString(FormatMessage)
|
/reactos/base/shell/cmd/ |
H A D | type.c | 101 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in DoTypeFile() 339 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in cmd_type()
|
H A D | error.c | 47 if (FormatMessage(FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_ALLOCATE_BUFFER, in ErrorMessage()
|
/reactos/base/applications/network/arp/ |
H A D | arp.c | 72 RetVal = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in DoFormatMessage() 101 RetVal = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in PrintMessage() 128 RetVal = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_HMODULE, in PrintMessageV()
|
/reactos/sdk/lib/drivers/wdf/shared/object/ |
H A D | dbgtrace.cpp | 38 __drv_formatString(FormatMessage) in DoTraceLevelMessage()
|
/reactos/dll/shellext/zipfldr/ |
H A D | CConfirmReplace.cpp | 29 message.FormatMessage(IDS_OVERWRITEFILE_TEXT, m_Filename.GetString()); in OnInitDialog()
|
H A D | CZipPassword.cpp | 38 message.FormatMessage(IDS_PASSWORD_FILE_TEXT, m_Filename.GetString()); in OnInitDialog()
|
/reactos/base/applications/mmc/ |
H A D | misc.c | 101 Ret = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_STRING, in LoadAndFormatString()
|
/reactos/modules/rosapps/applications/cmdutils/arping/ |
H A D | arping.c | 62 DataLength = FormatMessage(FORMAT_MESSAGE_FROM_STRING, Format, 0, 0, Buf,\ in FormatOutput() 74 DataLength = FormatMessage(FORMAT_MESSAGE_FROM_STRING |\ in FormatOutput()
|
/reactos/drivers/filesystems/udfs/Include/ |
H A D | user_lib.cpp | 138 fOk = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER in MyMessageBox() 485 FormatMessage( in SetRegUlong() 510 FormatMessage( in SetRegUlong()
|
/reactos/modules/rosapps/applications/fraginator/ |
H A D | DriveVolume.cpp | 526 FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, in GetClusterInfo() 718 FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, in MoveFileDumb() 777 FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, in MoveFileDumb()
|
/reactos/modules/rosapps/templates/skel_service/ |
H A D | log.c | 77 eMsgLen = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM, in LogToFile()
|
/reactos/base/applications/network/net/ |
H A D | cmdUse.c | 76 …if (FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM | FORMAT_MESSAGE_IGN… in PrintError()
|
/reactos/modules/rosapps/applications/devutils/gdb2/ |
H A D | gdb2.cpp | 283 FormatMessage( in DisplayError()
|
/reactos/base/applications/sc/ |
H A D | sc.c | 23 RetVal = FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in ReportLastError()
|
/reactos/base/services/nfsd/ |
H A D | service.c | 578 …dwRet = FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_FROM_SYSTEM |FORMAT_MESSAGE… in GetLastErrorText()
|
/reactos/sdk/include/vcruntime/ |
H A D | comdef.h | 128 …FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER|FORMAT_MESSAGE_FROM_SYSTEM,NULL,m_hresult,MAKELANGID(… in ErrorMessage()
|
/reactos/modules/rosapps/applications/cmdutils/vfdcmd/ |
H A D | vfdcmd.c | 187 FormatMessage( in main() 2836 FormatMessage( in Help() 3243 prompt_len = FormatMessage( in ConsolePager() 3347 if (FormatMessage( in PrintMessage() 3372 if (!FormatMessage( in SystemError()
|
/reactos/modules/rosapps/applications/sysutils/screenshot/ |
H A D | screenshot.c | 14 FormatMessage(FORMAT_MESSAGE_ALLOCATE_BUFFER | in GetError()
|