MCPcopy Create free account
hub / github.com/GPUOpen-LibrariesAndSDKs/Cauldron / ShowErrorMessageBox

Function ShowErrorMessageBox

src/common/Misc/Error.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "Error.h"
22
23void ShowErrorMessageBox(LPCWSTR lpErrorString)
24{
25 int msgboxID = MessageBoxW(NULL, lpErrorString, L"Error", MB_OK);
26}
27
28void ShowCustomErrorMessageBox(_In_opt_ LPCWSTR lpErrorString)
29{

Callers 1

ThrowIfFailedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected