Searched defs:g_pIEventSystem (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredentialProvider.cpp49 static IEventSystem *g_pIEventSystem = NULL; /**< Pointer to IEventSystem interface. */ variable
196 HRESULT hr = CoCreateInstance(CLSID_CEventSystem, 0, CLSCTX_SERVER, IID_IEventSystem, (void**)&g_pIEventSystem);
216 && g_pIEventSystem)
275 hr = g_pIEventSystem->Store(PROGID_EventSubscription, (IUnknown*)pIEventSubscription);
294 if (g_pIEventSystem)
296 g_pIEventSystem->Release();
297 g_pIEventSystem = NULL;
310 if (g_pIEventSystem)
312 g_pIEventSystem->Release();
313 g_pIEventSystem
[all...]

Completed in 49 milliseconds