GetTextOutputDirectory

 

#include “BlackIceDEVMODE.h”

 

BOOL GetTextOutputDirectory(BlackIceDEVMODE* pBlackIceDevMode, LPTSTR pValue, DWORD* pSize)

Description

Returns the folder where the Text Output will be generated if separate text output directory is used (IsTextOutputSeparateDirectoryEnabled returns TRUE). If pValue is NULL and pSize points to a 0 value, the required buffer size will be returned in *pSize, in bytes.

Parameters

BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.

LPTSTR pValue      - buffer for the output folder

DWORD* pSize       - pointer to variable that contains the length of pValue in bytes.

Return value

TRUE on success, FALSE otherwise.

Programming Notes

None

Code Example

None