feature. See also
. The project being documented here (as the example) is the Zig library itself.
crypt32.CertGetCertificateChain
pub extern "crypt32" fn CertGetCertificateChain(
hChainEngine: HCERTCHAINENGINE,
pCertContext: *const CERT_CONTEXT,
pTime: ?*const FILETIME,
hAdditionalStore: ?HCERTSTORE,
pChainPara: *const CERT_CHAIN.PARA,
dwFlags: CERT_CHAIN,
pvReserved: ?*const anyopaque,
ppChainContext: **const CERT_CHAIN.CONTEXT,
) callconv(.winapi) BOOL
File
Code
pub extern "crypt32" fn CertGetCertificateChain(
hChainEngine: HCERTCHAINENGINE,
pCertContext: *const CERT_CONTEXT,
pTime: ?*const FILETIME,
hAdditionalStore: ?HCERTSTORE,
pChainPara: *const CERT_CHAIN.PARA,
dwFlags: CERT_CHAIN,
pvReserved: ?*const anyopaque,
ppChainContext: **const CERT_CHAIN.CONTEXT,
) callconv(.winapi) BOOL