MCPcopy Create free account
hub / github.com/breach/thrust / wWinMain

Function wWinMain

src/app/main.cc:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15#include <Windows.h>
16
17int WINAPI wWinMain(HINSTANCE instance, HINSTANCE, wchar_t*, int) {
18 sandbox::SandboxInterfaceInfo sandbox_info = {0};
19 content::InitializeSandboxInfo(&sandbox_info);
20 thrust_shell::MainDelegate delegate;
21
22 content::ContentMainParams params(&delegate);
23 params.instance = instance;
24 params.sandbox_info = &sandbox_info;
25 return content::ContentMain(params);
26}
27
28// defined(OS_WIN)
29#elif defined(OS_LINUX)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected