FreeStringW()

Releases the memory allocated for the string.

Syntax

void FreeStringW(wchar_t* str);

Parameters

str String to be released.
Return Value none

Examples

wchar_t* str = GetVersionStringW();
FreeStringW(str);

See also

GetLibPathW, GetVersionStringW, GetProfileNameStringW, GetProfilePathStringW, GetDescriptionStringW, GetCmdNameW, GetCmdDisplayNameW, GetCmdDisplayNameWithPathW, GetFnW, LineListGetW