public static class Guid.REFIID extends PointerType
Constructor and Description |
---|
REFIID()
Instantiates a new refiid.
|
REFIID(Guid.IID guid) |
REFIID(Pointer memory)
Instantiates a new refiid.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Instances of
PointerType with identical pointers compare
equal by default. |
Guid.IID |
getValue() |
int |
hashCode()
The hash code for a
PointerType is the same as that for
its pointer. |
void |
setValue(Guid.IID value) |
fromNative, getPointer, nativeType, setPointer, toNative, toString
public REFIID()
public REFIID(Pointer memory)
memory
- the memorypublic REFIID(Guid.IID guid)
public void setValue(Guid.IID value)
public Guid.IID getValue()
public boolean equals(Object o)
PointerType
PointerType
with identical pointers compare
equal by default.equals
in class PointerType
public int hashCode()
PointerType
PointerType
is the same as that for
its pointer.hashCode
in class PointerType