COR_PRF_EVENT_DATA structure
Describes the event data for an EventPipe event being written.
Syntax
typedef struct
{
UINT64 ptr;
UINT32 size;
UINT32 reserved;
} COR_PRF_EVENT_DATA;
Members
Member | Description |
---|---|
ptr |
A pointer to the data. |
size |
The size of the data pointed to by ptr . |
reserved |
An reserved implementation specific field. |
Remarks
The COR_PRF_EVENT_DATA
structure is used by the ICorProfilerInfo12::EventPipeWriteEvent method to provide the data payload for the event being written.
Requirements
Platforms: See .NET supported operating systems.
Header: CorProf.idl, CorProf.h
.NET Versions: Available since .NET 5.0
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.