我正在尝试使用windows.h和wincrypt.h库构建一个简单的应用程序以加密一些字符串。当我调用函数CryptProtectData(&input,NULL,NULL,NULL,NULL,0,&output);时出现错误:error:undefinedreferenceto`_imp__CryptProtectData@28'我在网上搜索了很多,但没有找到多少。我还意识到Chromium浏览器使用与我的类似的代码来加密和解密其登录,我并没有做不同的事情。我正在使用QtCreatorIDE来编译我的代码。我的一些代码:std::stringplaintext="Someplain