missing advapi32 prototype: SystemFunction036

James Hawkins truiken at gmail.com
Mon Sep 27 16:25:48 CDT 2004


> VOID STDCALL
> SystemFunction036(PCHAR Buffer, INT BufferSize);
Thankyou very much Filip, now I can write a stub implementation for
it.  After adding the stub, MyPhotoCalendars gets a little further in
the install.

On Mon, 27 Sep 2004 22:31:48 +0200, Filip Navara <xnavara at volny.cz> wrote:
> James Hawkins wrote:
> 
> >>After searching a bit I came to this as well
> >>
> >>
> >Thanks for the links Steven.
> >
> >Is there any way to obtain the prototype for any of these
> >SystemFunction's? possibly through a dll dump or something.
> >
> >
> If you ask specifically about SystemFunction036, then it's prototype is
> (IIRC)
> 
> VOID STDCALL
> SystemFunction036(PCHAR Buffer, INT BufferSize);
> 
> It's some kind of random generator, but I don't know exactly how it works.
> 
> - Filip
> 
> 



-- 
James Hawkins



More information about the wine-devel mailing list