Class Pdh.PDH_TIME_INFO

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

@FieldOrder({"StartTime","EndTime","SampleCount"}) public static class Pdh.PDH_TIME_INFO extends Structure
Information on time intervals as applied to the sampling of performance data.
See Also:
  • Field Details

    • StartTime

      public long StartTime
      Starting time of the sample interval, in local FILETIME format.
    • EndTime

      public long EndTime
      Ending time of the sample interval, in local FILETIME format.
    • SampleCount

      public int SampleCount
      Number of samples collected during the interval.
  • Constructor Details

    • PDH_TIME_INFO

      public PDH_TIME_INFO()