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