IsGroupFileDisabled

 

#include “BlackIceDEVMODE.h”

 

BOOL            IsGroupFileDisabled(BlackIceDEVMODE* pDevMode);

Description

Returns the value of the BLF_DISABLEGROUPFILE flag. Represents the value of the 'Disable Group File' checkbox.

Parameters

Input value    - pointer to the BlackIceDEVMODE structure

Return value

TRUE if the Disable Group File is used, otherwise FALSE.

Programming Notes

None

Code Example

None