Cettificate configuration parameter structure
struct{ char szLoadPath[MAX_FILE_PATH_LEN/*256*/]; fnCertVerifyResultCallBack fnCB; void *pUserData; BYTE byRes[64]; }NET_DVR_LOCAL_CERTIFICATION, *LPNET_DVR_LOCAL_CERTIFICATION;
Certificate saving path.
Certificate verification callback function, see details below.
typedef BOOL(CALLBACK *fnCertVerifyResultCallBack)( DWORD uiResult, NET_DVR_CETTIFICATE_INFO lpCertificateInfo, char *pUserData );
Certificate verification results: 0-verification failed, other values-verified.
Certificate information, see details in NET_DVR_CETTIFICATE_INFO.
User data pointer.
User data.
Reserved, set to 0.