CertDuplicateCertificateContext (Windows CE 5.0)

Send Feedback

This function duplicates a certificate context by incrementing its reference count.

PCCERT_CONTEXT WINAPI CertDuplicateCertificateContext(PCCERT_CONTEXTpCertContext);

Parameters

  • pCertContext
    [in] Pointer to the CERT_CONTEXT structure for which the reference count is incremented.

Return Values

Currently, a copy is not made of the context, and the returned pointer to a context has the same value as the pointer to a context that was input. If the pointer passed into this function is NULL, NULL is returned.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Wincrypt.h.
Link Library: Crypt32.lib.

See Also

CERT_CONTEXT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.