Record Class IEnumWbemClassObjectFFM.NextResult
java.lang.Object
java.lang.Record
oshi.ffm.windows.com.IEnumWbemClassObjectFFM.NextResult
- Record Components:
hresult- the HRESULT from the Next() callpObject- the retrieved object pointer, or NULL if none
- Enclosing class:
IEnumWbemClassObjectFFM
public static record IEnumWbemClassObjectFFM.NextResult(int hresult, MemorySegment pObject)
extends Record
Result of a Next() call.
-
Constructor Summary
ConstructorsConstructorDescriptionNextResult(int hresult, MemorySegment pObject) Creates an instance of aNextResultrecord class. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.booleaninthresult()Returns the value of thehresultrecord component.booleanpObject()Returns the value of thepObjectrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
Method Details
-
hasObject
public boolean hasObject() -
isComplete
public boolean isComplete() -
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. Reference components are compared withObjects::equals(Object,Object); primitive components are compared with thecomparemethod from their corresponding wrapper classes. -
hresult
-
pObject
-