crypt32: implement CryptSIPLoad (resend)

Alexandre Julliard julliard at winehq.org
Fri Jul 6 13:44:01 CDT 2007


"Juan Lang" <juan.lang at gmail.com> writes:

> I'm not sure that's safe:  if the calling application has loaded a dll
> containing a SIP already, calls CryptSIPLoad,  unloads the dll, then
> calls a function via the SIP, it'll fail.  If I want to make sure that
> doesn't happen, I should LoadLibrary myself, yes?  Then I'm forced to
> search by name myself, am I not?

Most likely what you want is do a LoadLibrary in all cases and don't
bother to cache anything, the loader will take care of the refcount.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list