CA_API UINT __stdcall CryptProtectDataHex(MSIHANDLE hInstall)
CryptProtectDataHex protects the data with a user or machine key and returns hex-encoded value of the...
Definition: CryptProtectDataHex.cpp:5
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall CryptUnprotectDataHex(MSIHANDLE hInstall)
CryptUnprotectDataHex unprotects hex-encoded data with a user or machine key and returns value of the...
Definition: CryptProtectDataHex.cpp:54