IsStartNormal

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsStartNormal(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_STARTNORMAL flag. Represents the value of the 'Normal' radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Start Application In Normal Window is used, otherwise FALSE.

Programming Notes

None

Code Example

None