IsStartHidden

#include “BlackIceDEVMODE.h”

 

BOOL            IsStartHidden(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_STARTHIDDEN flag. Represents the value of the 'Hidden' radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if Start Application Hidden is used, otherwise FALSE.

Programming Notes

None

Code Example

None