RE: advapi32: Route all 4 EnumServicesStatus[Ex] calls to a single stubto avoid code duplication
18 May
2007
18 May
'07
10:14 p.m.
Paul Chitescu wrote:
Changelog: advapi32: Route all 4 EnumServicesStatus[Ex] calls to a single stub to avoid code duplication
Most of the actual enumeration is common code so it makes sense to implement it only once.
This is a possible approach. I had intended to just make use of EnumServicesStatusExW from all other functions with some translation in them. Your approach avoids translations at the cost of making the common enumeration function quite a bit more complicated. I'm not sure which one I like more. Rolf Kalbermatter
6874
Age (days ago)
6874
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rolf Kalbermatter