src/CustomActions/Cryptography/Base64EncodeDecode.h

Go to the documentation of this file.
00001 #pragma once
00002 
00008 CA_API UINT __stdcall Base64EncodeW(MSIHANDLE hInstall);
00009 
00015 CA_API UINT __stdcall Base64EncodeA(MSIHANDLE hInstall);
00016 
00022 CA_API UINT __stdcall Base64DecodeW(MSIHANDLE hInstall);
00023 
00029 CA_API UINT __stdcall Base64DecodeA(MSIHANDLE hInstall);


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