Re: ntdll: add WinSqmEndSession/WinSqmStartSession stubs
20 May
2016
20 May
'16
1:06 p.m.
Am 20.05.2016 um 06:15 schrieb Austin English:
+NTSTATUS WINAPI WinSqmStartSession(GUID *sessionguid, DWORD sessionid, DWORD unknown1) +{
Your usage example indicates that the function returns a HANDLE and not a NTSTATUS value. Returning INVALID_HANDLE_VALUE would therefore be the most suitable value for a stub. The linked code also handles this case.
+@ stdcall WinSqmEndSession(ptr)
The parameter is a handle, so you should mark it as long instead of ptr. Btw, the remaining functions seems to be sorted alphabetically, so you also might want to correctly insert this function.
3495
Age (days ago)
3495
Last active (days ago)
0 comments
1 participants
participants (1)
-
Michael Müller