MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / ThreadProcFunc

Method ThreadProcFunc

Source/VisualizerWnd.cpp:33–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31// Thread entry helper
32
33UINT CVisualizerWnd::ThreadProcFunc(LPVOID pParam)
34{
35 CVisualizerWnd *pObj = reinterpret_cast<CVisualizerWnd*>(pParam);
36
37 if (pObj == NULL || !pObj->IsKindOf(RUNTIME_CLASS(CVisualizerWnd)))
38 return 1;
39
40 return pObj->ThreadProc();
41}
42
43// CSampleWindow
44

Callers

nothing calls this directly

Calls 1

ThreadProcMethod · 0.80

Tested by

no test coverage detected