Lines Matching refs:hService
16 HANDLE hService; in TV2_HasDependantServices() local
25 hService = OpenServiceW(hSCManager, in TV2_HasDependantServices()
28 if (hService) in TV2_HasDependantServices()
31 if (!EnumDependentServices(hService, in TV2_HasDependantServices()
45 CloseServiceHandle(hService); in TV2_HasDependantServices()
59 SC_HANDLE hService; in TV2_GetDependants() local
70 hService = OpenServiceW(hSCManager, in TV2_GetDependants()
73 if (hService) in TV2_GetDependants()
76 if (!EnumDependentServicesW(hService, in TV2_GetDependants()
90 if (EnumDependentServicesW(hService, in TV2_GetDependants()
111 CloseServiceHandle(hService); in TV2_GetDependants()