Qt 6.11 is out! See what's new in the release
blog
CERT_SYSTEM_STORE_CURRENT_USER
General and Desktop
4
Posts
3
Posters
2.0k
Views
1
Watching
-
Hi,
I'm using QT to create app to access windows certificate store.
My problem is (I got error):
CERT_SYSTEM_STORE_CURRENT_USER was not declared in the scope.Note : I declared:
#include <windows.h>
#include <Wincrypt.h>Thanks.
-
That is a problem with a windows API. A Qt forum might not be the best place to get this question answered.