#include “BlackIceDEVMODE.h”
BOOL EnableSaveAsOption (BlackIceDEVMODE* pDevMode);
Description
Checks the ‘Enable Save As’ checkbox on the FileName Generation tab.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure.
Return value
TRUE on success, otherwise FALSE.
Programming Notes
This dialog cannot be enabled or disabled in the handler of the BLACKICE_MESSAGE_DEVMODE message, because the SaveAs dialog is displayed before the BLACKICE_MESSAGE_DEVMODE message is sent.
Code Example
None