SetOpenOutputFolder

#include “BlackIceDEVMODE.h”

 

BOOL  SetOpenOutputFolder (BlackIceDEVMODE* pDevMode, BOOL bEnable);

Description

Sets the state of the ‘Open output folder’ checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

BOOL bEnable                                             - new value to set.

Return value

TRUE on success, otherwise FALSE

Programming Notes

None

Code Example

None