HeapProcessIds

Applies To: Windows 8, Windows 8.1

Represents a collection of heap process identifiers.

Element Hierarchy

<WindowsPerformanceRecorder>
     <HeapEventProvider>
           <HeapProcessIds>

     <Profiles>
          <Profile>
               <Collectors>
                    <HeapEventCollectorId>
                         <HeapEventProviders>
                              <HeapEventProviderId>
                                   <HeapProcessIds>

                              <HeapEventProvider>
                                   <HeapProcessIds>

Syntax

<HeapProcessIds Operation = "Set" | "Add" | “Remove” >

  <!-- Child elements -->
  HeapProcessId

</HeapProcessIds>

Attributes and Elements

Attributes

Attribute Description Data type Required Default

Operation

Indicates whether HeapProcessId elements should be set or added.

This attribute can have one of the following values:

  • Set

  • Add

  • Remove

No

Set

Child Elements

Element Description Requirement

HeapProcessId

Uniquely identifies a heap process.

Required, 1 or more.

Parent Elements

Element Description

HeapEventProvider

Represents a heap event provider.

HeapEventProviderId

Represents a heap event provider identifier.

See Also

Other Resources

Elements