Searched refs:GetIntField (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/setupapi/ |
H A D | install.c | 1679 static BOOL GetIntField( HINF hinf, PCWSTR section_name, PCWSTR key_name, INT *value) in GetIntField() function 1809 if (!GetIntField(hInf, ServiceSection, ServiceTypeKey, &ServiceType)) in InstallOneService() 1814 if (!GetIntField(hInf, ServiceSection, StartTypeKey, &StartType)) in InstallOneService() 1819 if (!GetIntField(hInf, ServiceSection, ErrorControlKey, &ErrorControl)) in InstallOneService()
|