Searched refs:pAllServices (Results 1 – 3 of 3) sorted by relevance
261 if (Info->pAllServices != NULL) in FreeServiceList()265 if (Info->pAllServices[i].lpServiceName) in FreeServiceList()268 if (Info->pAllServices[i].lpDisplayName) in FreeServiceList()272 HeapFree(ProcessHeap, 0, Info->pAllServices); in FreeServiceList()273 Info->pAllServices = NULL; in FreeServiceList()342 if (Info->pAllServices != NULL) in GetServiceList()348 Info->pAllServices[i].lpServiceName = HeapAlloc(ProcessHeap, in GetServiceList()351 if (Info->pAllServices[i].lpServiceName) in GetServiceList()354 Info->pAllServices[i].lpDisplayName = HeapAlloc(ProcessHeap, in GetServiceList()357 if (Info->pAllServices[i].lpDisplayName) in GetServiceList()[all …]
59 ENUM_SERVICE_STATUS_PROCESS *pAllServices; member
266 pService = &Info->pAllServices[Index]; in RefreshServiceList()