Re: Add stub for IoOpenDeviceRegistryKey
14 Jul
2009
14 Jul
'09
11:06 a.m.
+ FIXME( "stub:\n"); + return STATUS_SUCCESS; This is incorrect, since you are adding a stub you must not return success as it would imply that *DevInstRegKey is filled with a valid handle. You must either return an error or provide a full valid implementation (unlikely). Anything else is your private hack, unsuitable for including in the public wine repository since it could crash some drivers.
6085
Age (days ago)
6085
Last active (days ago)
0 comments
1 participants
participants (1)
-
Paul Chitescu