Searched defs:GetCertListAsyncContextT (Results 1 – 1 of 1) sorted by relevance
32 struct GetCertListAsyncContextT { struct33 napi_async_work asyncWork = nullptr;34 napi_deferred deferred = nullptr;35 napi_ref callback = nullptr;37 int32_t result = 0;38 uint32_t store = 0;39 struct CertList *certificateList = nullptr;