Skip to content

NET_DVR_SCHEDWEEK,LPNET_DVR_SCHEDWEEK

Structure Definition

1
2
3
4
5
typedef struct
{
    unsigned int wDay;               
    NET_DVR_SCHEDTIME sScheduleTime; 
} NET_DVR_SCHEDWEEK, * LPNET_DVR_SCHEDWEEK;
1
2
3
4
5
6
[StructLayout(LayoutKind.Sequential, Pack = 4)]
public struct NET_DVR_SCHEDWEEK
{
    public UInt32 wDay;
    public NET_DVR_SCHEDTIME sScheduleTime;
}

Function Description

Plan your week.

Member Description

Member Type Remark
wDay unsigned int The day of the week, starting with Sunday, which is 0.
sScheduleTime NET_DVR_SCHEDTIME Plan your time.
Error Code