Class WmiConstants

java.lang.Object
oshi.driver.common.windows.wmi.WmiConstants

public final class WmiConstants extends Object
WMI type constants used for interpreting WmiResult values.
  • Field Details

    • CIM_SINT32

      public static final int CIM_SINT32
      CIM type for signed 32-bit integer.
      See Also:
    • CIM_REAL32

      public static final int CIM_REAL32
      CIM type for 32-bit real.
      See Also:
    • CIM_STRING

      public static final int CIM_STRING
      CIM type for string.
      See Also:
    • CIM_UINT16

      public static final int CIM_UINT16
      CIM type for unsigned 16-bit integer.
      See Also:
    • CIM_UINT32

      public static final int CIM_UINT32
      CIM type for unsigned 32-bit integer.
      See Also:
    • CIM_UINT64

      public static final int CIM_UINT64
      CIM type for unsigned 64-bit integer.
      See Also:
    • CIM_DATETIME

      public static final int CIM_DATETIME
      CIM type for datetime.
      See Also:
    • CIM_REFERENCE

      public static final int CIM_REFERENCE
      CIM type for reference.
      See Also:
    • VT_I4

      public static final int VT_I4
      Variant type for 32-bit integer.
      See Also:
    • VT_R4

      public static final int VT_R4
      Variant type for 32-bit real.
      See Also:
    • VT_BSTR

      public static final int VT_BSTR
      Variant type for BSTR (string).
      See Also: