CryptInitOIDFunctionSet function
The CryptInitOIDFunctionSet 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( _In_ LPCSTR pszFuncName, _In_ DWORD dwFlags );
Parameters
- pszFuncName [in]
-
Name of the OID function set.
- dwFlags [in]
-
Reserved for future use and must be zero.
Return value
Returns the handle of the OID function set identified by pszFuncName, or NULL if the function fails.
Requirements
|
Minimum supported client | Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012