Skip to content

Commit 5c0e2d7

Browse files
fix-apostrophes-in-toc and topic titles
1 parent b1f058e commit 5c0e2d7

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

.vscode/settings.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"markdownlint.config": {
3+
"MD028": false,
4+
"MD025": {
5+
"front_matter_title": ""
6+
}
7+
}
8+
}

desktop-src/WES/getting-a-provider-s-metadata-.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: article
66
ms.date: 05/31/2018
77
---
88

9-
# Getting a Provider's Metadata
9+
# Getting Provider Metadata
1010

1111
A provider uses an instrumentation manifest to identify itself, define the events that it writes, and other components such as channels, tasks, and keywords. To access this information at run time, call the [**EvtOpenPublisherMetadata**](/windows/desktop/api/WinEvt/nf-winevt-evtopenpublishermetadata) function to get a handle to the publisher's metadata.
1212

desktop-src/WES/getting-and-setting-a-channel-s-configuration-properties.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: article
66
ms.date: 05/31/2018
77
---
88

9-
# Getting and Setting a Channel's Configuration Properties
9+
# Getting and Setting Channel Configuration Properties
1010

1111
A channel is initially configured in the manifest (see [Defining Channels](defining-channels.md)). To get the configurable properties of a channel, call the [**EvtOpenChannelConfig**](/windows/desktop/api/WinEvt/nf-winevt-evtopenchannelconfig) function to get a handle to the channel. Then, call the [**EvtGetChannelConfigProperty**](/windows/desktop/api/WinEvt/nf-winevt-evtgetchannelconfigproperty) function to get the value of a configurable property of the channel. For a list of configurable properties, see the [**EVT\_CHANNEL\_CONFIG\_PROPERTY\_ID**](/windows/desktop/api/WinEvt/ne-winevt-evt_channel_config_property_id) enumeration. The channel's name, value, and message string properties are considered metadata and cannot be retrieved using the **EvtGetChannelConfigProperty** function. For details on getting these properties, see [Getting a Provider's Metadata](getting-a-provider-s-metadata-.md).
1212

desktop-src/WES/toc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
href: formatting-event-messages.md
4848
- name: "Bookmarking Events"
4949
href: bookmarking-events.md
50-
- name: "Getting and Setting a Channel's Configuration Properties"
50+
- name: "Getting and Setting Channel Configuration Properties"
5151
href: getting-and-setting-a-channel-s-configuration-properties.md
52-
- name: "Getting a Provider's Metadata"
52+
- name: "Getting Provider Metadata"
5353
href: getting-a-provider-s-metadata-.md
5454
- name: "Accessing Remote Computers"
5555
href: accessing-remote-computers.md

0 commit comments

Comments
 (0)