Searched refs:tMessageBoxW (Results 1 – 1 of 1) sorted by relevance
52 typedef int (WINAPI *tMessageBoxW)(_In_opt_ HWND hWnd, _In_opt_ LPCWSTR lpText, _In_opt_ LPCWSTR lp… typedef54 static tMessageBoxW _CrtMessageBoxW = NULL;139 static tMessageBoxW _CrtGetMessageBox() in _CrtGetMessageBox()145 tMessageBoxW proc = (tMessageBoxW)GetProcAddress(mod, "MessageBoxW"); in _CrtGetMessageBox()147 proc = (tMessageBoxW)INVALID_HANDLE_VALUE; in _CrtGetMessageBox()187 tMessageBoxW messageBox = _CrtGetMessageBox(); in _CrtDbgReportWindow()