Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
23
void ShowErrorMessageBox(LPCWSTR lpErrorString)
24
{
25
int msgboxID = MessageBoxW(NULL, lpErrorString, L
"Error"
, MB_OK);
26
}
27
28
void ShowCustomErrorMessageBox(_In_opt_ LPCWSTR lpErrorString)
29
{
Callers
1
ThrowIfFailed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected