Home
last modified time | relevance | path

Searched refs:tag_WBEMSTATUS (Results 1 – 12 of 12) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/
H A DManagementScope.cs1064 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in Next_()
1070 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in NextAsync_()
1076 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in Clone_()
1094 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in Skip_()
1111 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in ConnectNSecureIWbemServices()
1169 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in CancelAsyncCall_()
1183 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in GetObject_()
1225 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in DeleteClass_()
1238 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in CreateClassEnum_()
1264 int status = (int)tag_WBEMSTATUS.WBEM_E_FAILED; in PutInstance_()
[all …]
H A DMethodSet.cs92 … while (methodName != null && status >= 0 && status != (int)tag_WBEMSTATUS.WBEM_S_NO_MORE_DATA)
96 … if (status >= 0 && status != (int)tag_WBEMSTATUS.WBEM_S_NO_MORE_DATA)
268 … while (tempMethodName != null && status >= 0 && status != (int)tag_WBEMSTATUS.WBEM_S_NO_MORE_DATA) in MethodDataEnumerator()
272 … if (status >= 0 && status != (int)tag_WBEMSTATUS.WBEM_S_NO_MORE_DATA) in MethodDataEnumerator()
H A DManagementPath.cs331 if (status == (int)tag_WBEMSTATUS.WBEM_E_INVALID_PARAMETER) in GetWbemPath()
520 if (status == (int)tag_WBEMSTATUS.WBEM_E_INVALID_PARAMETER)
616 if (status == (int)tag_WBEMSTATUS.WBEM_E_NOT_AVAILABLE)
673 …ManagementException.ThrowWithExtendedInfo((ManagementStatus)tag_WBEMSTATUS.WBEM_E_INVALID_NAMESPAC… in SetNamespacePath()
759 else if (status == (int)tag_WBEMSTATUS.WBEM_E_NOT_AVAILABLE) in SetNamespacePath()
767 … else if (status == (int)tag_WBEMSTATUS.WBEM_E_NOT_AVAILABLE) // No caller-supplied server name; in SetNamespacePath()
818 if (status == (int)tag_WBEMSTATUS.WBEM_E_INVALID_PARAMETER) in GetNamespacePath()
H A DManagementObjectCollection.cs568 if ((status == (int)tag_WBEMSTATUS.WBEM_S_TIMEDOUT) && (cachedCount == 0)) in MoveNext()
572 if ((status == (int)tag_WBEMSTATUS.WBEM_S_FALSE) && (cachedCount == 0)) in MoveNext()
H A DMethod.cs219 if (status == (int)tag_WBEMSTATUS.WBEM_E_INVALID_OBJECT)
H A DManagementEventWatcher.cs693 if (hResult != (int)tag_WBEMSTATUS.WBEM_E_CALL_CANCELLED in SetStatus()
694 && hResult != (int)tag_WBEMSTATUS.WBEM_S_OPERATION_CANCELLED) in SetStatus()
H A DManagementObject.cs2482 if(status == (int)tag_WBEMSTATUS.WBEM_E_NOT_FOUND) in GetMethodParameters()
2483 status = (int)tag_WBEMSTATUS.WBEM_E_METHOD_NOT_IMPLEMENTED; in GetMethodParameters()
H A DProperty.cs225 if (status == (int)tag_WBEMSTATUS.WBEM_E_INVALID_OBJECT)
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwawbemcli.pas489 tag_WBEMSTATUS = DWORD;
491 WBEMSTATUS = tag_WBEMSTATUS;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Management/src/System/Management/InteropClasses/
H A DWMIInterop.cs1177 enum tag_WBEMSTATUS enum
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemcli.h612 typedef enum tag_WBEMSTATUS { enum
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwbemcli.h612 typedef enum tag_WBEMSTATUS { enum