msptiActivityMemoryKind
Requested memory type.
msptiActivityMemoryKind is an enumeration class of the msptiActivityMemory call. The definition is as follows:
1 2 3 4 | typedef enum { MSPTI_ACTIVITY_MEMORY_UNKNOWN = 0, // Reserved, undefined. MSPTI_ACTIVITY_MEMORY_DEVICE = 1, // Device memory. } msptiActivityMemoryKind; |
Parent topic: msptiActivityEnableMarkerDomain