Searched refs:pSvc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/drivers/ |
H A D | ndis_events.c | 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() 396 IWbemServices *pSvc, const char *class_name) in notification_query() argument 405 pSvc, L"WQL", query, 0, 0, pDestSink); in notification_query() 418 IWbemServices *pSvc) in register_async_notification() argument 431 if (notification_query(pDestSink, pSvc, class_list[i]) < 0) in register_async_notification() [all …]
|