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 | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also