Searched refs:FormatMessage (Results 1 – 4 of 4) sorted by relevance
31 struct FormatMessage { struct51 using Reporter = std::function<bool(const FormatMessage &)>; in ENUM_CLASS() argument98 FormatMessage msg{ in ENUM_CLASS()110 FormatMessage msg{ in ENUM_CLASS()
41 msg = win32api.FormatMessage(e.hresult)
649 FormatMessage(FORMAT_MESSAGE_FROM_STRING | FORMAT_MESSAGE_ALLOCATE_BUFFER, in __kmp_msg_format()680 rc = FormatMessage( in sys_error()
28 bool Say(const common::FormatMessage &);36 bool FormatErrorReporter::Say(const common::FormatMessage &msg) { in Say()