#include “BlackIceDEVMODE.h”
BOOL IsSaveAsOptionEnabled (BlackIceDEVMODE* pDevMode);
Description
Returns the state of the ‘Enable Save As’ checkbox on the FileName Generation tab.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE if the ‘Enable Save As’ checkbox is checked at the FileName Generation tab otherwise FALSE.
Programming Notes
None
Code Example
None