CryptInitOIDFunctionSet
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.
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 Values
This function returns the handle of the OID function set identified by the function set name supplied.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
Link Library: Crypt32.lib.
See Also
CryptEnumOIDInfo | CryptFindOIDInfo | CryptFreeOIDFunctionAddress | CryptGetDefaultOIDFunctionAddress
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.