Base64EncodeDecode.h
Go to the documentation of this file.
1 #pragma once
2 
8 CA_API UINT __stdcall Base64EncodeW(MSIHANDLE hInstall);
9 
15 CA_API UINT __stdcall Base64EncodeA(MSIHANDLE hInstall);
16 
22 CA_API UINT __stdcall Base64DecodeW(MSIHANDLE hInstall);
23 
29 CA_API UINT __stdcall Base64DecodeA(MSIHANDLE hInstall);
CA_API UINT __stdcall Base64DecodeW(MSIHANDLE hInstall)
Base64DecodeW decodes data from base-64.
Definition: Base64EncodeDecode.cpp:52
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall Base64DecodeA(MSIHANDLE hInstall)
Base64DecodeA decodes data from base-64.
Definition: Base64EncodeDecode.cpp:75
CA_API UINT __stdcall Base64EncodeW(MSIHANDLE hInstall)
Base64EncodeW encodes data in base-64.
Definition: Base64EncodeDecode.cpp:6
CA_API UINT __stdcall Base64EncodeA(MSIHANDLE hInstall)
Base64EncodeA encodes non-unicode data in base-64.
Definition: Base64EncodeDecode.cpp:29


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