Developer's Guide v1.0
Home
|
Loader API
|
Interfaces
|
File List
|
Index
P6R
::
p6ISafeString
atol
atolEx
atoll
atollEx
atolW
bstrchr
bstrcmp
bstricmp
bstrlcat
bstrlcpy
bstrlwr
bstrrchr
bstrsep
bstrupr
bwstrlcpy
compareMem
copyMem
floatToString
floatToStringW
formatString
formatStringW
int16ToString
int16ToStringW
int32ToString
int32ToStringW
int64ToString
int64ToStringW
moveMem
reverseString
reverseStringW
setMem
sizetToString
sizetToStringW
strchr
strcmp
strdup
strfree
stricmp
stristr
strlcat
strlcpy
strlen
strlncpy
strlwr
strncat
strncmp
strnicmp
strrchr
strsep
strstr
strToBool
strupr
trimEnd
trimEndW
uint16ToString
uint16ToStringW
uint32ToString
uint32ToStringW
uint64ToString
uint64ToStringW
utf8nToWcs
utf8ToWcs
wcsnToUtf8
wcsToUtf8
wsetMem
wstrchr
wstrcmp
wstrdup
wstrfree
wstricmp
wstrlcat
wstrlcpy
wstrlen
wstrlncpy
wstrncat
wstrncmp
wstrnicmp
wstrrchr
wstrstr
wstrToBool
wstrupr
virtual P6R::P6ERR P6R::p6ISafeString::wstrfree
(
const P6R::P6WCHAR *
pString
)
[pure virtual]
Frees a string previously allocated via a call to
wstrdup()
.
Parameters:
pString
[in] A pointer to the string to free.
Returns:
Success
P6R::eOk
Failure
P6R::eInvalidArg
pString is NULL.
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Defines