Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
Writes an EventPipe event to any listeners who have enabled this event.
Syntax
HRESULT EventPipeWriteEvent(
[in] EVENTPIPE_EVENT event,
[in] UINT32 cData,
[in, size_is(cData)]
COR_PRF_EVENT_DATA data[],
[in] LPCGUID pActivityId,
[in] LPCGUID pRelatedActivityId);
Parameters
event
[in] The ID of the event being written.
cData
[in] The number of elements in data.
data
[in] An array of COR_PRF_EVENT_DATA containing the event arguments.
pActivityId
[in] A pointer to a GUID specifying the event's activity ID.
pRelatedActivityId
[in] A pointer to a GUID specifying the event's related activity ID.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0