#include “BlackIceDEVMODE.h”
BOOL Set1DMinimalBarWidth (BlackIceDEVMODE* pDevMode, DWORD dwWidth);
Description
Sets the minimal width of bars, cannot be less than 1. Specified in pixels.
Parameters
BlackIceDEVMODE* pDevMode - pointer to the BlackIceDEVMODE structure
DWORD dwWidth - the minimal width of the bars in pixels
Return value
TRUE on success, FALSE otherwise.