Home | History | Annotate | Download | only in include

Lines Matching refs:pApplicationName

55         structSize += (pStruct->pApplicationName != NULL) ? sizeof(char)*(1+strlen(pStruct->pApplicationName)) : 0;