Skip to content

Latest commit

 

History

History
71 lines (58 loc) · 2.17 KB

nf-wincrypt-cryptinitoidfunctionset.md

File metadata and controls

71 lines (58 loc) · 2.17 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wincrypt.CryptInitOIDFunctionSet
CryptInitOIDFunctionSet function (wincrypt.h)
The CryptInitOIDFunctionSet initializes and returns the handle of the OID function set identified by a supplied function set name.
CryptInitOIDFunctionSet
CryptInitOIDFunctionSet function [Security]
_crypto2_cryptinitoidfunctionset
security.cryptinitoidfunctionset
wincrypt/CryptInitOIDFunctionSet
security\cryptinitoidfunctionset.htm
security
576a2989-ed7f-417d-b60e-24baf90a6554
12/05/2018
CryptInitOIDFunctionSet, CryptInitOIDFunctionSet function [Security], _crypto2_cryptinitoidfunctionset, security.cryptinitoidfunctionset, wincrypt/CryptInitOIDFunctionSet
wincrypt.h
Windows
Windows XP [desktop apps \| UWP apps]
Windows Server 2003 [desktop apps \| UWP apps]
Crypt32.lib
Crypt32.dll
Windows
19H1
CryptInitOIDFunctionSet
wincrypt/CryptInitOIDFunctionSet
c++
APIRef
kbSyntax
DllExport
Crypt32.dll
CryptInitOIDFunctionSet

CryptInitOIDFunctionSet function

-description

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.

-parameters

-param pszFuncName [in]

Name of the OID function set.

-param dwFlags [in]

Reserved for future use and must be zero.

-returns

Returns the handle of the OID function set identified by pszFuncName, or NULL if the function fails.

-see-also

OID Support Functions