msptiActivitySourceKind

Activity data source. Indicates whether the data source is the host or device.

msptiActivitySourceKind is the enumeration class invoked in the msptiActivityMarker structure. The definition is as follows:

1
2
3
4
typedef enum {
	MSPTI_ACTIVITY_SOURCE_KIND_HOST = 0,   // Indicates that the data source is the host.
	MSPTI_ACTIVITY_SOURCE_KIND_DEVICE = 1   // Indicates that the data source is the device.
} msptiActivitySourceKind;