GetDescriptionStringW()

Returns profile description.

Use FreeStringW to release returned string.

Syntax

wchar_t* GetDescriptionStringW();

Parameters

Return Value String with profile description

Examples

wchar_t* str = GetDescriptionStringW();

result:

MyProfile

See also

FreeStringW,

GetProfileNameStringW, GetProfilePathStringW