Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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 |