StringToolsImpl.h
Go to the documentation of this file.
1 #pragma once
2 
19 CA_API UINT __stdcall String_Replace(MSIHANDLE hInstall);
20 
32 CA_API UINT __stdcall String_Trim(MSIHANDLE hInstall);
33 
45 CA_API UINT __stdcall String_LTrim(MSIHANDLE hInstall);
46 
58 CA_API UINT __stdcall String_RTrim(MSIHANDLE hInstall);
59 
72 CA_API UINT __stdcall Regex_Match(MSIHANDLE hInstall);
73 
74 
89 CA_API UINT __stdcall Regex_Replace(MSIHANDLE hInstall);
90 
91 
102 CA_API UINT __stdcall String_ToLower(MSIHANDLE hInstall);
103 
104 
115 CA_API UINT __stdcall String_ToUpper(MSIHANDLE hInstall);
CA_API UINT __stdcall String_ToLower(MSIHANDLE hInstall)
Converts string to lower case.
Definition: StringToolsImpl.cpp:111
CA_API UINT __stdcall String_LTrim(MSIHANDLE hInstall)
Trim a string from left.
Definition: StringToolsImpl.cpp:37
#define CA_API
Definition: CaDeclSpecs.h:8
CA_API UINT __stdcall String_ToUpper(MSIHANDLE hInstall)
Converts string to upper case.
Definition: StringToolsImpl.cpp:124
CA_API UINT __stdcall Regex_Match(MSIHANDLE hInstall)
Regex_Match.
Definition: StringToolsImpl.cpp:69
CA_API UINT __stdcall String_Trim(MSIHANDLE hInstall)
Trim a string.
Definition: StringToolsImpl.cpp:21
CA_API UINT __stdcall Regex_Replace(MSIHANDLE hInstall)
Regex_Replace.
Definition: StringToolsImpl.cpp:93
CA_API UINT __stdcall String_RTrim(MSIHANDLE hInstall)
Trim a string from right.
Definition: StringToolsImpl.cpp:53
CA_API UINT __stdcall String_Replace(MSIHANDLE hInstall)
Replace a string.
Definition: StringToolsImpl.cpp:5


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