跳转至

msptiActivitySourceKind

Activity data source. either host or device.

msptiActivitySourceKind is an enumeration class invoked in the msptiActivityMarker structure. It is defined as follows:

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;