public class LuidAndAttributes
extends com.jniwrapper.Structure
LUID_AND_ATTRIBUTES
structure.
LUID_AND_ATTRIBUTES in MSDN Library .Constructor and Description |
---|
LuidAndAttributes()
Creates instance of the
Luid that represents 64-bit value guaranteed to be unique only on the system on which it was generated. |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates copy of this instance.
|
int |
getAttributes()
Returns the attributes.
|
Luid |
getLuid()
Returns locally unique identifier.
|
void |
setAttributes(int attributes)
Sets the attributes.
|
acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
public LuidAndAttributes()
Luid
that represents 64-bit value guaranteed to be unique only on the system on which it was generated.
The uniqueness of a locally unique identifier (LUID) is guaranteed only until the system is restarted.public Luid getLuid()
public int getAttributes()
public void setAttributes(int attributes)
attributes
- The attributes.public java.lang.Object clone()
clone
in class com.jniwrapper.Structure