DisableSaveAsOption

#include “BlackIceDEVMODE.h”

 

BOOL            DisableSaveAsOption (BlackIceDEVMODE* pDevMode);

Description

Unchecks 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