GetEmailLogDir

 

#include “BlackIceDEVMODE.h”

 

BOOL            GetEmailLogDir (BlackIceDEVMODE* pDevMode, LPTSTR pStr, DWORD* pSize);

Description

Returns the full path of the logging folder.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

LPTSTR pStr                                                - pointer to string to store the full path of the log directory.

DWORD* pSize                                            - pointer to size in bytes of the pStr parameter. If the size of the pStr is not enough the function returns FALSE and the pSize will contain the required size in bytes.

Return value

TRUE on success otherwise FALSE.

Programming Notes

None

Code Example

None