Re: [2/2] advapi32: Use an architecture neutral structure to marshall service status information.
10 Jun
2011
10 Jun
'11
9:02 a.m.
Hans Leidekker <hans(a)codeweavers.com> writes:
ENUM_SERVICE_STATUSW and ENUM_SERVICE_STATUS_PROCESSW embed pointers so we cannot use these structures on Wow64, where the service manager runs as a 64-bit process and the querying process can be 32-bit.
You should still keep the proper structure layout, for instance by using LONG_PTRs instead. You definitely don't want to make two server calls for every request. -- Alexandre Julliard julliard(a)winehq.org
5303
Age (days ago)
5303
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard