|
Get directory containing the log files.
virtual void GetLogDirName( char * name, _LONG_T * len ) = 0;
Parameters |
Description |
char * 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 GetLogDirName method does not have a return value.
The GetLogDirName method can be used to get the directory containing the log files.
The GetLogDirNameWchar method.