in src/VSIXBootstrapper.Shared/VSIXBootstrapper.h [16:22]
static int __cdecl ErrorShowMessage(
_In_opt_ LPCWSTR lpText,
_In_opt_ LPCWSTR lpCaption,
_In_ UINT uType)
{
return ::MessageBox(NULL, lpText, lpCaption, uType);
}