IsCustomExtensionEnabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsCustomExtensionEnabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_CUSTOMEXT flag. Represents the value of the 'Use Custom Extension' checkbox.

Parameters

BlackIceDEVMODE* pDevMode               - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Use Custom Extension is used, otherwise FALSE.

Programming Notes

None

Code Example

None