Parameter | Description |
---|---|
value | The value is used by the implementation and can be interpreted as a memory pointer or other implementation specific data. |
Construct a new EventID object.
Creates an EventID from a raw value. This constructor is primarily used to create EventIDs from internal handles.
The value is implementation-specific and can represent:
Note: User code should typically obtain EventIDs through IDeviceContext.CreateEvent rather than constructing them manually.