Expand Minimize
This topic has not yet been rated - Rate this topic

CertDuplicateCTLContext function

The CertDuplicateCTLContext function duplicates a certificate trust list (CTL) context by incrementing its reference count.

Syntax


PCCTL_CONTEXT WINAPI CertDuplicateCTLContext(
  _In_  PCCTL_CONTEXT pCtlContext
);

Parameters

pCtlContext [in]

A pointer to the CTL_CONTEXT structure for which the reference count is being incremented.

Return value

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

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Header

Wincrypt.h

Library

Crypt32.lib

DLL

Crypt32.dll

See also

Certificate Trust List Functions

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.