• Home
  • Raw
  • Download

Lines Matching refs:pSvc

28 	IWbemServices *pSvc;  member
44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecQuery() argument
53 hr = IWbemServices_ExecQuery(pSvc, bsQueryLanguage, bsQuery, lFlags, in call_IWbemServices_ExecQuery()
64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecNotificationQueryAsync() argument
73 hr = IWbemServices_ExecNotificationQueryAsync(pSvc, bsQueryLanguage, in call_IWbemServices_ExecNotificationQueryAsync()
146 IWbemServices_Release(events->pSvc); in ndis_events_destructor()
395 IWbemServices *pSvc, const char *class_name) in notification_query() argument
404 pSvc, L"WQL", query, 0, 0, pDestSink); in notification_query()
417 IWbemServices *pSvc) in register_async_notification() argument
430 if (notification_query(pDestSink, pSvc, class_list[i]) < 0) in register_async_notification()
441 IWbemServices_CancelAsyncCall(events->pSvc, &events->sink); in ndis_events_deinit()
487 IWbemServices *pSvc; in ndis_events_get_adapter() local
506 events->pLoc, L"ROOT\\CIMV2", NULL, NULL, 0, 0, 0, 0, &pSvc); in ndis_events_get_adapter()
520 pSvc, L"WQL", query, in ndis_events_get_adapter()
527 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
539 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
550 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
563 pSvc, L"WQL", query, in ndis_events_get_adapter()
569 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
580 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
590 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
611 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
625 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
647 pSvc, L"WQL", query, in ndis_events_get_adapter()
653 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
666 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
678 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
692 IWbemServices_Release(pSvc); in ndis_events_get_adapter()
769 0, 0, 0, 0, &events->pSvc); in ndis_events_init()
789 if (register_async_notification(pSink, events->pSvc) < 0) { in ndis_events_init()