MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / format_message

Function format_message

extern/boost/boost/winapi/error_handling.hpp:126–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124
125#if !defined( BOOST_NO_ANSI_APIS )
126BOOST_FORCEINLINE DWORD_ format_message(
127 DWORD_ dwFlags,
128 LPCVOID_ lpSource,
129 DWORD_ dwMessageId,
130 DWORD_ dwLanguageId,
131 LPSTR_ lpBuffer,
132 DWORD_ nSize,
133 va_list *Arguments)
134{
135 return ::FormatMessageA(dwFlags, lpSource, dwMessageId, dwLanguageId, lpBuffer, nSize, Arguments);
136}
137#endif
138
139BOOST_FORCEINLINE DWORD_ format_message(

Callers 1

evaluateMethod · 0.85

Calls

no outgoing calls

Tested by 1

evaluateMethod · 0.68