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
);
Returns the handle to the OID function set identified by the function name supplied.
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.