|
Get directory containing the log files using wide-characters.
virtual void GetLogDirNameWchar( _TCHAR * name, _LONG_T * len ) = 0;
Parameters |
Description |
_TCHAR * name |
Buffer to hold the name of the directory. |
_LONG_T * len |
On input, the initial length of the supplied buffer name. On return, the length of the returned string without '\0', or -1 if the string is truncated. |
The GetLogDirNameWchar method does not have a return value.
The GetLogDirNameWchar method is the wide-character version of GetLogDirName. It can be used to get the directory containing the log files.