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