Re: shell32: add SHCreateSessionKey stub (try 2)
28 Dec
2015
28 Dec
'15
3:14 a.m.
+/************************************************************************* + * SHCreateSessionKey [SHELL32.723] NT 4.0 + * + */ +HRESULT WINAPI SHCreateSessionKey(REGSAM access, HKEY *hkey) +{ + FIXME("stub: %u %p\n", access, hkey); + return ERROR_CALL_NOT_IMPLEMENTED; +}
'access' is a 32bit bit mask, return value is HRESULT.
3636
Age (days ago)
3636
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov