src/CustomActions/Cryptography/HexEncodeDecode.h

Go to the documentation of this file.
00001 #pragma once
00002 
00008 CA_API UINT __stdcall HexEncodeW(MSIHANDLE hInstall);
00009 
00015 CA_API UINT __stdcall HexEncodeA(MSIHANDLE hInstall);
00016 
00022 CA_API UINT __stdcall HexDecodeW(MSIHANDLE hInstall);
00023 
00029 CA_API UINT __stdcall HexDecodeA(MSIHANDLE hInstall);


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