Home
last modified time | relevance | path

Searched defs:strQueryLanguage (Results 1 – 15 of 15) sorted by relevance

/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/wmi/
H A Dasync_wmi_lib.c123 BSTR strQueryLanguage, in IWbemServices_ExecQuery_send_f()
142 BSTR strQueryLanguage, in IWbemServices_ExecNotificationQuery_send_f()
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/COM/
H A DWbemcli.java258 … public HRESULT ExecQuery(BSTR strQueryLanguage, BSTR strQuery, int lFlags, IWbemContext pCtx, in ExecQuery()
265 …public IEnumWbemClassObject ExecQuery(String strQueryLanguage, String strQuery, int lFlags, IWbemC… in ExecQuery()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementScope.cs160 …internal delegate int ExecQueryWmi([In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, in ExecQueryWmi()
172 …ernal delegate int ExecNotificationQueryWmi( [In][MarshalAs(UnmanagedType.BStr)] string strQuer… in ExecNotificationQueryWmi()
1330 …internal int ExecQuery_(string strQueryLanguage, string strQuery, Int32 lFlags, IWbemContext pCtx,… in ExecQuery_()
1351 …internal int ExecQueryAsync_(string strQueryLanguage, string strQuery, Int32 lFlags, IWbemContext … in ExecQueryAsync_()
1357 …internal int ExecNotificationQuery_(string strQueryLanguage, string strQuery, Int32 lFlags, IWbemC… in ExecNotificationQuery_()
1378 …internal int ExecNotificationQueryAsync_(string strQueryLanguage, string strQuery, Int32 lFlags, I… in ExecNotificationQueryAsync_()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmiatlprov.h282 …virtual HRESULT WINAPI ExecQuery(const BSTR strQueryLanguage,const BSTR strQuery,__LONG32 lFlags,I… in ExecQuery()
283 …virtual HRESULT WINAPI ExecNotificationQuery(const BSTR strQueryLanguage,const BSTR strQuery,__LON… in ExecNotificationQuery()
284 …virtual HRESULT WINAPI ExecNotificationQueryAsync(const BSTR strQueryLanguage,const BSTR strQuery,… in ExecNotificationQueryAsync()
H A Dxmltrnsf.h183 #define IWmiXMLTransformer_ExecQuery(This,strNamespacePath,strQuery,strQueryLanguage,pCtx,ppXMLDocu… argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwmiatlprov.h282 …virtual HRESULT WINAPI ExecQuery(const BSTR strQueryLanguage,const BSTR strQuery,__LONG32 lFlags,I… in ExecQuery()
283 …virtual HRESULT WINAPI ExecNotificationQuery(const BSTR strQueryLanguage,const BSTR strQuery,__LON… in ExecNotificationQuery()
284 …virtual HRESULT WINAPI ExecNotificationQueryAsync(const BSTR strQueryLanguage,const BSTR strQuery,… in ExecNotificationQueryAsync()
H A Dxmltrnsf.h183 #define IWmiXMLTransformer_ExecQuery(This,strNamespacePath,strQuery,strQueryLanguage,pCtx,ppXMLDocu… argument
/dports/net/hostapd/hostapd-2.9/src/drivers/
H A Dndis_events.c44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecQuery()
64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecNotificationQueryAsync()
/dports/net/hostapd-devel/hostap-14ab4a816/src/drivers/
H A Dndis_events.c44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecQuery()
64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecNotificationQueryAsync()
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/drivers/
H A Dndis_events.c44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecQuery()
64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecNotificationQueryAsync()
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/drivers/
H A Dndis_events.c44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecQuery()
64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecNotificationQueryAsync()
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dndis_events.c44 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecQuery()
64 IWbemServices *pSvc, LPCWSTR strQueryLanguage, LPCWSTR strQuery, in call_IWbemServices_ExecNotificationQueryAsync()
/dports/devel/jna/jna-5.7.0/contrib/platform/test/com/sun/jna/platform/win32/COM/
H A DEnumVariantTest.java1102 Object strQueryLanguage, in ExecQuery()
1127 Object strQueryLanguage, in ExecQueryAsync()
1289 Object strQueryLanguage, in ExecNotificationQueryAsync()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Administration/
H A DWbemNative.cs441 [In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, in ExecQuery()
450 [In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, in ExecQueryAsync()
459 [In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, in ExecNotificationQuery()
468 [In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, in ExecNotificationQueryAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs685 …[PreserveSig] int ExecQuery_([In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, [In][… in ExecQuery_()
686 …[PreserveSig] int ExecQueryAsync_([In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, … in ExecQueryAsync_()
687 …[PreserveSig] int ExecNotificationQuery_([In][MarshalAs(UnmanagedType.BStr)] string strQueryLan… in ExecNotificationQuery_()
688 …PreserveSig] int ExecNotificationQueryAsync_([In][MarshalAs(UnmanagedType.BStr)] string strQuer… in ExecNotificationQueryAsync_()
716 …[PreserveSig] int ExecQuery_([In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, [In][… in ExecQuery_()
717 …[PreserveSig] int ExecQueryAsync_([In][MarshalAs(UnmanagedType.BStr)] string strQueryLanguage, … in ExecQueryAsync_()
718 …[PreserveSig] int ExecNotificationQuery_([In][MarshalAs(UnmanagedType.BStr)] string strQueryLan… in ExecNotificationQuery_()
719 …PreserveSig] int ExecNotificationQueryAsync_([In][MarshalAs(UnmanagedType.BStr)] string strQuer… in ExecNotificationQueryAsync_()