NET_DVR_EVENT_LINKAGE_INFO

Event linkage parameter structure.

Structure Definition

struct{
  WORD    wMainEventType;
  WORD    wSubEventType;
  BYTE    byRes[28];
}NET_DVR_EVENT_LINKAGE_INFO,*LPNET_DVR_EVENT_LINKAGE_INFO;

Members

wMainEventType

Event major types, see Access Control Event Types for details.

wSubEventType

Event minor types, see Access Control Event Types for details.

byRes

Reserved, set to 0.