MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / ClassEntry

Class ClassEntry

LegacyUpdate/dllmain.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19LONG g_serverLocks = 0;
20
21typedef struct ClassEntry {
22 const GUID *clsid;
23 STDMETHODIMP (*createFunc)(IUnknown *pUnkOuter, REFIID riid, void **ppv);
24 STDMETHODIMP (*updateRegistryFunc)(BOOL bRegister);
25} ClassEntry;
26
27static ClassEntry g_classEntries[] = {
28 {&CLSID_LegacyUpdateCtrl, &CLegacyUpdateCtrl::Create, &CLegacyUpdateCtrl::UpdateRegistry},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected