
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello,
I am working on some code that receives a BASE64 string that I need to decode using the CryptStringToBinaryA() function from Crypt32.dll WinAPI. I am also using the CryptBinaryToStringA() function which works fine but only because I copied it's usage from another piece of code. See below what I have put together. Any help with the CryptStringToBinaryA() function would be greatly appreciated.