GetLibPathW()

Returns full path to PlanetCNC TNG library (.dll) file.

Use FreeStringW to release returned string.

Syntax

wchar_t* GetLibPathW();

Parameters

Return Value String with full path.

Examples

wchar_t* str = GetLibPathW();

result:

C:\Program Files\PlanetCNC\

See also

FreeStringW