Class Pdh.PDH_RAW_COUNTER

java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.Pdh.PDH_RAW_COUNTER
Enclosing interface:
Pdh

@FieldOrder({"CStatus","TimeStamp","FirstValue","SecondValue","MultiCount"}) public static class Pdh.PDH_RAW_COUNTER extends Structure
The data as it was collected from the counter provider. No translation, formatting, or other interpretation is performed on the data.
See Also:
  • Field Details

    • CStatus

      public int CStatus
      Counter status that indicates if the counter value is valid.
    • TimeStamp

      public WinBase.FILETIME TimeStamp
      Local time for when the data was collected
    • FirstValue

      public long FirstValue
      First raw counter value.
    • SecondValue

      public long SecondValue
      Second raw counter value.
    • MultiCount

      public int MultiCount
      If the counter type contains the PERF_MULTI_COUNTER flag, this member contains the additional counter data used in the calculation
  • Constructor Details

    • PDH_RAW_COUNTER

      public PDH_RAW_COUNTER()