NET_DVR_DISPLAYCFG

Structure about video output configuration parameters.

Structure Definition

struct{
  DWORD                   dwSize;
  NET_DVR_DISPLAYPARAM    struDisplayParam[MAX_DISPLAY_NUM/*512*/];
  BYTE                    byRes[128];
}NET_DVR_DISPLAYCFG,*LPNET_DVR_DISPLAYCFG;

Members

dwSize

Structure size

struDisplayParam

Video output parameters, see details in the structure NET_DVR_DISPLAYPARAM.

byRes

Reserved, set to 0.