CryptInitOIDFunctionSet (Windows Embedded CE 6.0)
1/6/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 |
See Also
Reference
Certificates Functions
CryptEnumOIDInfo
CryptFindOIDInfo
CryptFreeOIDFunctionAddress
CryptGetDefaultOIDFunctionAddress