Are you sure that works? The abbreviation LPCTSTR means a pointer to a c-style constant string, or const char *, and your returning a WCHAR, which is an array of unsigned shorts.
Are you sure that works? The abbreviation LPCTSTR means a pointer to a c-style constant string, or const char *, and your returning a WCHAR, which is an array of unsigned shorts.
Bookmarks