Fonction CryptInitOIDFunctionSet (wincrypt.h)
Le CryptInitOIDFunctionSet initialise et retourne le handle du jeu de fonctions OID identifié par un nom de jeu de fonctions fourni. Si le jeu existe déjà, le handle du jeu existant est retourné. Si le jeu n’existe pas, il est créé. Cela permet à différentes DLL d’installer des fonctions OID pour le même nom d’ensemble de fonctions.
Syntaxe
HCRYPTOIDFUNCSET CryptInitOIDFunctionSet(
[in] LPCSTR pszFuncName,
[in] DWORD dwFlags
);
Paramètres
[in] pszFuncName
Nom du jeu de fonctions OID.
[in] dwFlags
Réservé à une utilisation future et doit être égal à zéro.
Valeur retournée
Retourne le handle du jeu de fonctions OID identifié par pszFuncName ou NULL si la fonction échoue.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau | applications UWP] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau | applications UWP] |
Plateforme cible | Windows |
En-tête | wincrypt.h |
Bibliothèque | Crypt32.lib |
DLL | Crypt32.dll |