CryptSIPLoad (CRYPT32.@)
BOOL CryptSIPLoad ( const GUID* pgSubject, DWORD dwFlags, SIP_DISPATCH_INFO* pSipDispatch )
Load the functions for the given SIP.
pgSubject | [In] | The GUID. |
dwFlags | [In] | Flags. |
pSipDispatch | [In] | The loaded functions. |
Success: TRUE. pSipDispatch contains the functions.
Failure: FALSE. (Look at GetLastError).
Testing shows that (somehow) the table of functions is cached between calls.
Defined in "mssip.h".
Implemented in "dlls/crypt32/main.c". source.winehq.org/source/dlls/crypt32/main.c
Debug channel "crypt".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.