NET_ITS_OVERLAP_SINGLE_ITEM_PARAM_V50

Structure about overlaying single character information.

Structure Definition

struct{
  BYTE     byRes1[2];
  BYTE     byItemType;
  BYTE     byChangeLineNum;
  BYTE     bySpaceNum;
  BYTE     byRes2[2];
  BYTE     byEnablePos;
  WORD     wStartPosTop;
  WORD     wStartPosLeft;
  BYTE     byItemTypeCustom[32];
  BYTE     byRes[8];
}NET_ITS_OVERLAP_SINGLE_ITEM_PARAM_V50, *LPNET_ITS_OVERLAP_SINGLE_ITEM_PARAM_V50;

Members

byRes1

Reserved.

byItemType

Type, see details in the structure ITS_OVERLAP_ITEM_TYPE.

byChangeLineNum

Number of line feeds after overlaying items, ranges from 0 to 10, the default value is 0.

bySpaceNum

Number of spaces after overlaying items, ranges from 0 to 255, the default value is 0.

byRes2

Reserved.

byEnablePos

Whether to enable displaying coordinates: 0-no, 1-yes.

wStartPosTop

The coordinate of top starting point, it is only valid for overlaying within the picture, ranges from 0 to 2,448, the default value is 0.

wStartPosLeft

The coordinate of left starting point, it is only valid for overlaying within the picture, ranges from 0 to 2,448, the default value is 0.

byItemTypeCustom

Custom type, corresponds to the parameter byItemType, customize type name for byItemType parameter. If byItemTypeCustom is "NULL", the type name of byItemType parameter will be used by default.

byRes

Reserved.