While trying to install MyPhotoCalendars, an exception is raised because of a call to the unimplemented function advapi32.dll.SystemFunction036.
From reading the following post,
http://www.winehq.com/hypermail/wine-devel/2003/09/0265.html
I can see that it won't be very easy to even stub this function because it's a hidden api. What methods could I use to track down any information about this function or its prototype?