Initial Release 4.5

Function : Composite Data; Hotspot; Rich Text
SETBORDERTYPE - Set the border type bits in the Flags member of a CDBAR structure
----------------------------------------------------------------------------------------------------------

#include <editods.h>

DWORD SETBORDERTYPE(
DWORD a,
DWORD b);

Description :

This macro sets the border type bits of the Flags member of the CDBAR structure and is defined as follows:
Parameters :

Sample Usage :

SETBORDERTYPE(pcdBar.Flags, BARREC_BORDER_NONE);

See Also :

CDBAR
----------------------------------------------------------------------------------------------------------