CryptProtectDataHex.h
Go to the documentation of this file.
1 #pragma once
2 
38 CA_API UINT __stdcall CryptProtectDataHex(MSIHANDLE hInstall);
39 
73 CA_API UINT __stdcall CryptUnprotectDataHex(MSIHANDLE hInstall);
74 
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


© Application Security Inc. - All Rights Reserved http://msiext.codeplex.com