MCPcopy Create free account
hub / github.com/VSWSL/Arch-WSL / PrintMessage

Method PrintMessage

ArchWSL/Helpers.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52HRESULT Helpers::PrintMessage(DWORD messageId, ...)
53{
54 va_list argList;
55 va_start(argList, messageId);
56 HRESULT hr = PrintMessageVa(messageId, argList);
57 va_end(argList);
58 return hr;
59}
60
61void Helpers::PromptForInput()
62{

Callers

nothing calls this directly

Calls 1

PrintMessageVaFunction · 0.85

Tested by

no test coverage detected