Lines Matching defs:message
72 formatWinerror(int rc, wchar_t * message, int size)
77 message, size, NULL);
85 wchar_t message[MSGSIZE];
94 len = _vsnwprintf_s(message, MSGSIZE, _TRUNCATE, format, va);
99 _snwprintf_s(&message[len], MSGSIZE - len, _TRUNCATE, L": %s",
104 fwprintf(stderr, L"%s\n", message);
106 MessageBoxW(NULL, message, L"Python Launcher is sorry to say ...",
116 wchar_t message[MSGSIZE];
119 _vsnwprintf_s(message, MSGSIZE, _TRUNCATE, format, va);
123 fwprintf(stderr, L"%s\n", message);
125 MessageBoxW(NULL, message, L"Python Launcher is sorry to say ...",
434 // if true, display help message before contiuning
679 // message from whichever interpreter we select
2469 window, or fetching a message). As this launcher doesn't do this
2471 things. We avoid that by doing a simple post+get message.