Searched refs:tagData (Results 1 – 1 of 1) sorted by relevance
225 StackRawData tagData = {{{{0}}}}; in GetTagId() local226 tagData.type = MEMORY_TAG; in GetTagId()227 tagData.tagId = tagId; in GetTagId()228 strcpy_s(tagData.name, PATH_MAX + 1, tagName); in GetTagId()230 …client->SendStackWithPayload(&tagData, sizeof(BaseStackRawData) + strlen(tagName) + 1, nullptr, 0); in GetTagId()