Class WinPerf.PERF_INSTANCE_DEFINITION

  • Enclosing interface:
    WinPerf

    @FieldOrder({"ByteLength","ParentObjectTitleIndex","ParentObjectInstance","UniqueID","NameOffset","NameLength"})
    public static class WinPerf.PERF_INSTANCE_DEFINITION
    extends Structure
    Describes an instance of a performance object
    See Also:
    PERF_INSTANCE_DEFINITION
    • Field Detail

      • ByteLength

        public int ByteLength
      • ParentObjectTitleIndex

        public int ParentObjectTitleIndex
      • ParentObjectInstance

        public int ParentObjectInstance
      • UniqueID

        public int UniqueID
      • NameOffset

        public int NameOffset
      • NameLength

        public int NameLength
    • Constructor Detail

      • PERF_INSTANCE_DEFINITION

        public PERF_INSTANCE_DEFINITION()
      • PERF_INSTANCE_DEFINITION

        public PERF_INSTANCE_DEFINITION​(Pointer p)