MCPcopy Create free account
hub / github.com/Endermanch/XPKeygen / wWinMain

Function wWinMain

src/main.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65CHAR pCharset[] = "BCDFGHJKMPQRTVWXY2346789";
66
67INT wWinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ WCHAR *pCmdLine, _In_ INT nCmdShow) {
68 srand(GetTickCount64());
69
70 InitializePreset(2, &pBINKPreset);
71
72 return InitializeWindow(hInstance);
73
74 // don't forget to free bink presets (I Forgor)
75}

Callers

nothing calls this directly

Calls 2

InitializePresetFunction · 0.85
InitializeWindowFunction · 0.85

Tested by

no test coverage detected