SetOutputDirectory

 

 

#include “BlackIceDEVMODE.h”

 

BOOL            SetOutputDirectory(LPCWSTR outputdir, BlackIceDEVMODE* pDevMode);

Description

Sets the OutputDirectory member of the BlackIceDEVMODE. Sets the value of the 'Output Directory' edit box.

Parameters

LPCWSTR outputdir                                   - Output Directory (string)

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure.

Return value

TRUE if the member was successfully set, otherwise FALSE.

Programming Notes

None

Code Example

None