NET_DVR_ZONEANDDST
夏令时参数结构体。
struct{
DWORD dwSize;
DWORD dwZoneIndex;
BYTE byRes1[12];
DWORD dwEnableDST;
BYTE byDSTBias;
BYTE byRes2[3];
NET_DVR_TIMEPOINT struBeginPoint;
NET_DVR_TIMEPOINT struEndPoint;
}NET_DVR_ZONEANDDST,*LPNET_DVR_ZONEANDDST;
Members
- dwSize
-
结构体大小
- dwZoneIndex
-
该参数请赋值为NET_DVR_GetDVRConfig获取的值,设置时区请通过设置NET_DVR_NTPPARA中的cTimeDifferenceH 或cTimeDifferenceM来实现
- byRes1
-
保留,置为0
- dwEnableDST
-
是否启用夏时制:0-不启用,1-启用
- byDSTBias
-
夏令时偏移值(以分钟计):30min,60min,90min,120min
- byRes2
-
保留,置为0
- struBeginPoint
-
夏时制开始时间
- struEndPoint
-
夏时制停止时间
See Also
NET_DVR_GetDVRConfig NET_DVR_SetDVRConfig