#include “BIADVPRN.H”
BOOL IsStartNormal(DEVMODE* pDevMode);
Description
Returns the value of the BLF_STARTNORMAL flag. Represents the value of the 'Normal' radio button.
Parameters
|
DEVMODE* |
pDevMode |
Pointer to the DEVMODE structure. |
Return values
TRUE if the Start Application In Normal Window is used, otherwise FALSE.
Requirements
Header : Declared in BiAdvPrn.h; include BiAdvPrn.h.
Library : Use BiAdvPrn.lib.
DLLs : BiAdvPrn.dll.