Hello! I'm trying to make a raw twapi::CryptProtectData. I've read the documentation several times but I fail to understand what Context and Handlers are. I'm looking to make a call like the following:
CryptProtectData ( 0x0810efbc, "", NULL, NULL, NULL, 0, 0x0810efb4 )
I understand that all I...