#include “BlackIceDEVMODE.h”
BOOL IsStartApplicationEnabled(BlackIceDEVMODE* pDevMode);
Description
Returns the value of the BLF_LAUNCHAPP flag. Represents the value of the 'Enable Start Application' checkbox.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
Return value
TRUE if Enable Start Application is used, otherwise FALSE
Programming Notes
None
Code Example
None