MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / CreateThunk

Method CreateThunk

TranslucentTB/taskbar/taskbarattributeworker.cpp:944–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

942}
943
944WINEVENTPROC TaskbarAttributeWorker::CreateThunk(void(CALLBACK TaskbarAttributeWorker:: *proc)(DWORD, HWND, LONG, LONG, DWORD, DWORD))
945{
946 return m_ThunkPage.make_thunk<WINEVENTPROC>(this, proc);
947}
948
949wil::unique_hwineventhook TaskbarAttributeWorker::CreateHook(DWORD eventMin, DWORD eventMax, WINEVENTPROC proc)
950{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected