CryptInitOIDFunctionSet

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.

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 zero.

Return Values

Returns the handle of the OID function set identified by the function set name supplied.

Requirements

Runs on Versions Defined in Include Link to
Windows CE OS 3.0 or later Wincrypt.h   Crypt32.lib

Note   This API is part of the complete Windows CE OS package as provided by Microsoft. The functionality of a particular platform is determined by the original equipment manufacturer (OEM) and some devices may not support this API.

See Also

CryptEnumOIDInfo, CryptFindOIDInfo, CryptFreeOIDFunctionAddress, CryptGetDefaultOIDFunctionAddress

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.