X509CertStoreGetNextCert (FUN)ΒΆ
FUNCTION X509CertStoreGetNextCert : RTS_IEC_HANDLE
Get the next certificate of the certificate store. If all certificates are read the function will return RTS_INVALID_HANDLE.
- InOut:
Scope
Name
Type
Comment
Return
X509CertStoreGetNextCertRTS_IEC_HANDLEHandle to the next certificate of the given category.
Input
hCertStoreRTS_IEC_HANDLEHandle of to certificate store.
hBackendRTS_IEC_HANDLEPointer to a handle of the back-end where to iterate. RTS_INVALID_HANDLE if all back-ends should be iterated. A valid handle if only a specific back-end should be iterated.
hCertRTS_IEC_HANDLEHandle to the last certificate got by X509CertStoreGetFirst or X509CertStoreGetNext
pResultPOINTER TO RTS_IEC_RESULT
Result of the operation.