Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
CustomActions
StringTools
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);
String_ToLower
CA_API UINT __stdcall String_ToLower(MSIHANDLE hInstall)
Converts string to lower case.
Definition:
StringToolsImpl.cpp:111
String_LTrim
CA_API UINT __stdcall String_LTrim(MSIHANDLE hInstall)
Trim a string from left.
Definition:
StringToolsImpl.cpp:37
CA_API
#define CA_API
Definition:
CaDeclSpecs.h:8
String_ToUpper
CA_API UINT __stdcall String_ToUpper(MSIHANDLE hInstall)
Converts string to upper case.
Definition:
StringToolsImpl.cpp:124
Regex_Match
CA_API UINT __stdcall Regex_Match(MSIHANDLE hInstall)
Regex_Match.
Definition:
StringToolsImpl.cpp:69
String_Trim
CA_API UINT __stdcall String_Trim(MSIHANDLE hInstall)
Trim a string.
Definition:
StringToolsImpl.cpp:21
Regex_Replace
CA_API UINT __stdcall Regex_Replace(MSIHANDLE hInstall)
Regex_Replace.
Definition:
StringToolsImpl.cpp:93
String_RTrim
CA_API UINT __stdcall String_RTrim(MSIHANDLE hInstall)
Trim a string from right.
Definition:
StringToolsImpl.cpp:53
String_Replace
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