Re: shell32: add SHCreateSessionKey stub
Dec. 28, 2015
7:44 a.m.
On 28.12.2015 8:15, Austin English wrote:
+HRESULT WINAPI SHCreateSessionKey(REGSAM access, HKEY *hkey) +{ + FIXME("stub: %d %p\n", access, hkey); + return ERROR_SUCCESS; +}
This is wrong regarding tracing format, return value and formatting. I'll try to find time this week to send an actual implementation. It's fine to have fixed stub in before that of course.
3740
Age (days ago)
3740
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov