Funzione CryptInitOIDFunctionSet (wincrypt.h)
CryptInitOIDFunctionSet inizializza e restituisce l'handle del set di funzioni OID identificato da un nome del set di funzioni fornito. Se il set esiste già, viene restituito l'handle del set esistente. Se il set non esiste, viene creato. Ciò consente a DLL diverse di installare funzioni OID per lo stesso nome del set di funzioni.
Sintassi
HCRYPTOIDFUNCSET CryptInitOIDFunctionSet(
[in] LPCSTR pszFuncName,
[in] DWORD dwFlags
);
Parametri
[in] pszFuncName
Nome del set di funzioni OID.
[in] dwFlags
Riservato per l'uso futuro e deve essere zero.
Valore restituito
Restituisce l'handle del set di funzioni OID identificato da pszFuncName o NULL se la funzione ha esito negativo.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP [app desktop | App UWP] |
Server minimo supportato | Windows Server 2003 [app desktop | App UWP] |
Piattaforma di destinazione | Windows |
Intestazione | wincrypt.h |
Libreria | Crypt32.lib |
DLL | Crypt32.dll |