Package com.sun.jna.platform.win32
Enum Class Winevt.EVT_VARIANT_TYPE
- All Implemented Interfaces:
Serializable
,Comparable<Winevt.EVT_VARIANT_TYPE>
,Constable
- Enclosing interface:
Winevt
Defines the possible data types of a variant data item.
https://msdn.microsoft.com/en-us/library/windows/desktop/aa385616(v=vs.85).aspx
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA null-terminated ANSI string.A hexadecimal binary value.A Boolean value.An unsigned 8-bit integer value.A double-precision real value.An EVT_HANDLE value.A null-terminated Unicode string that contains XML.A FILETIME value.A GUID value.A 32-bit hexadecimal number.A 64-bit hexadecimal number.An signed 16-bit integer value.A signed 32-bit integer value.A signed 64-bit integer value.Null content that implies that the element that contains the content does not exist.A signed 8-bit integer value.A security identifier (SID) structureA single-precision real value.An unsigned 32-bit or 64-bit integer value that contains a pointer address.A null-terminated Unicode string.A SYSTEMTIME value.An unsigned 16-bit integer value.An unsigned 32-bit integer value.An unsigned 64-bit integer value. -
Method Summary
Modifier and TypeMethodDescriptiongetField()
static Winevt.EVT_VARIANT_TYPE
Returns the enum constant of this class with the specified name.static Winevt.EVT_VARIANT_TYPE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
EvtVarTypeNull
Null content that implies that the element that contains the content does not exist. -
EvtVarTypeString
A null-terminated Unicode string. -
EvtVarTypeAnsiString
A null-terminated ANSI string. -
EvtVarTypeSByte
A signed 8-bit integer value. -
EvtVarTypeByte
An unsigned 8-bit integer value. -
EvtVarTypeInt16
An signed 16-bit integer value. -
EvtVarTypeUInt16
An unsigned 16-bit integer value. -
EvtVarTypeInt32
A signed 32-bit integer value. -
EvtVarTypeUInt32
An unsigned 32-bit integer value. -
EvtVarTypeInt64
A signed 64-bit integer value. -
EvtVarTypeUInt64
An unsigned 64-bit integer value. -
EvtVarTypeSingle
A single-precision real value. -
EvtVarTypeDouble
A double-precision real value. -
EvtVarTypeBoolean
A Boolean value. -
EvtVarTypeBinary
A hexadecimal binary value. -
EvtVarTypeGuid
A GUID value. -
EvtVarTypeSizeT
An unsigned 32-bit or 64-bit integer value that contains a pointer address. -
EvtVarTypeFileTime
A FILETIME value. -
EvtVarTypeSysTime
A SYSTEMTIME value. -
EvtVarTypeSid
A security identifier (SID) structure -
EvtVarTypeHexInt32
A 32-bit hexadecimal number. -
EvtVarTypeHexInt64
A 64-bit hexadecimal number. -
EvtVarTypeEvtHandle
An EVT_HANDLE value. -
EvtVarTypeEvtXml
A null-terminated Unicode string that contains XML.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getField
-
getArrField
-