NAME

CryptSIPLoad  (CRYPT32.@)

SYNOPSIS

 BOOL CryptSIPLoad
 (
  const GUID*        pgSubject,
  DWORD              dwFlags,
  SIP_DISPATCH_INFO* pSipDispatch
 )

DESCRIPTION

Load the functions for the given SIP.

PARAMS

pgSubject [In] The GUID.
dwFlags [In] Flags.
pSipDispatch [In] The loaded functions.

RETURNS

Success: TRUE. pSipDispatch contains the functions.

Failure: FALSE. (Look at GetLastError).

NOTES

Testing shows that (somehow) the table of functions is cached between calls.

IMPLEMENTATION

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.