Structure about the partition information list.
Structure Definition
struct{
DWORD dwSize;
BYTE byIndex;
BYTE byRes[63];
}NET_DVR_LIST_INFO, *LPNET_DVR_LIST_INFO;
Members
- dwSize
-
Structure size.
- byIndex
-
Partition No., 0xff indicates all partitions (the access control devices
only support 0xff to get all partitions).
- byRes
-
Reserved.