Home
last modified time | relevance | path

Searched refs:pAllServices (Results 1 – 3 of 3) sorted by relevance

/reactos/base/applications/mscutils/servman/
H A Dquery.c261 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 …]
H A Dprecomp.h59 ENUM_SERVICE_STATUS_PROCESS *pAllServices; member
H A Dlistview.c266 pService = &Info->pAllServices[Index]; in RefreshServiceList()