CryptInitOIDFunctionSet

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function initializes and returns the handle of the OID function set identified by a supplied function set name. If the set already exists, the handle of the existing set is returned. If the set does not exist, it is created. This allows different DLLs to install OID functions for the same function set name.

Syntax

HCRYPTOIDFUNCSET WINAPI CryptInitOIDFunctionSet(
  LPCSTR pszFuncName,
  DWORD dwFlags
);

Parameters

  • pszFuncName
    [in] Name of the OID function set.
  • dwFlags
    [in] Reserved for future use and must be set to zero.

Return Value

This function returns the handle of the OID function set identified by the function set name supplied.

Requirements

Header wincrypt.h
Library crypt32.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CryptEnumOIDInfo
CryptFindOIDInfo
CryptFreeOIDFunctionAddress
CryptGetDefaultOIDFunctionAddress