CTL_MODIFY_REQUEST structure (cryptdlg.h)
The CTL_MODIFY_REQUEST structure contains a request to modify a certificate trust list (CTL). This structure is used in the CertModifyCertificatesToTrust function.
Syntax
typedef struct _CTL_MODIFY_REQUEST {
PCCERT_CONTEXT pccert;
DWORD dwOperation;
DWORD dwError;
} CTL_MODIFY_REQUEST, *PCTL_MODIFY_REQUEST;
Members
pccert
A pointer to a CERT_CONTEXT structure that contains the certificate to change the trust on.
dwOperation
The operation to be performed. This member can be one of the following values.
dwError
The error code generated for this operation.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | cryptdlg.h |