Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions sdk-api-src/content/evntprov/nf-evntprov-eventregister.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,14 +163,14 @@ ignore failures returned by **EventRegister**. In case of failure,
uses of the RegHandle (i.e. in calls to **EventWrite** and **EventUnregister**)
will have no effect.

Each process can register up to 1,024 providers. However, you should limit the
number of providers that your component registers to one or two. This limit
includes providers registered using this function and providers registered using
**Prior to Windows Vista:** there was no specific limit to the number of
providers that a process can register. Starting with **Windows 7** each process
can register up to 1,024 providers. In **Windows 8** and later each process can
register up to 2048 providers. However, you should limit the number of providers
that your component registers to one or two. This limit includes providers
registered using this function and providers registered using
[RegisterTraceGuids](/windows/desktop/ETW/registertraceguids).

**Prior to Windows Vista:** There is no specific limit to the number of
providers that a process can register.

## -see-also

[EnableCallback](/windows/desktop/api/evntprov/nc-evntprov-penablecallback)
Expand Down