MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / wWinMain

Function wWinMain

app/wmain.cpp:28–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28int WINAPI wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow) {
29 (void)hInstance;
30 (void)hPrevInstance;
31 (void)lpCmdLine;
32 (void)nCmdShow;
33
34 int argc;
35 wchar_t** argv;
36 argv = CommandLineToArgvW(GetCommandLineW(), &argc);
37 argc = wmain(argc, argv);
38 LocalFree(argv);
39 return argc;
40}

Callers

nothing calls this directly

Calls 1

wmainFunction · 0.85

Tested by

no test coverage detected