IsStartMinimized

#include “BlackIceDEVMODE.h”

 

BOOL            IsStartMinimized(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_STARTMINIMIZED flag. Represents the value of the 'Minimized' radio button.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

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

Programming Notes

None

Code Example

None