Set1DRatio

 

 

#include “BlackIceDEVMODE.h”

 

BOOL Set1DRatio (BlackIceDEVMODE* pDevMode, DWORD dwRatio);

Description

Sets the minimal width difference between two neighboring logical level bars or spaces. Cannot be less than 1, it is specified in pixels.

Parameters

BlackIceDEVMODE* pDevMode            - pointer to the BlackIceDEVMODE structure

DWORD dwRatio                                        - the minimal width difference in pixels

Return value

TRUE on success, FALSE otherwise.