CryptInitOIDFunctionSet

The CryptInitOIDFunctionSet initializes and returns a handle to the OID function set identified by the supplied function name. If the set already exists, a handle to the existing set is returned. This allows different Dlls to install OID functions, for the same function name.

#include <wincrypt.h>
HCRYPTOIDFUNCSET WINAPI
  LPCSTR pszFuncName,  // in
  DWORD dwFlags        // in
);
 

Parameters

pszFuncName
The identified OID function set.
dwFlags
The flag values. This parameter is reserved for future use and should be set to zero in the interim.

Return Values

Returns the handle to the OID function set identified by the function name supplied.

QuickInfo

  Windows NT: Requires version 4.0 SP3 or later. Available also in IE 3.02 and later.
  Windows: Requires Windows 98 (or Windows 95 with IE 3.02 or later).
  Windows CE: Unsupported.
  Header: Declared in wincrypt.h.
  Import Library: Use crypt32.lib.