Example #1
0
 public static extern Int32 XW_DVR_PlayBackByTime(string pDVRIP, Int32 nChannel, XW_DVR_TIME struStartTime, XW_DVR_TIME struStopTime, IntPtr hwnd);
Example #2
0
 public static extern Int32 XW_DVR_GetFileByTime(string pDVRIP, Int32 nChannel, XW_DVR_TIME struStartTime, XW_DVR_TIME struStopTime, string pSaveRecvFilePath);
Example #3
0
 //XW_DVR_FindFileName(char* pDVRIP,LONG nChannel, XW_DVR_TIME struStartTime, XW_DVR_TIME struStopTime, fRecvFileNameCallBack pRecvFileNameCallBack=NULL,DWORD userdata=0);
 public static extern Int32 XW_DVR_FindFileName(string pDVRIP, Int32 nChannel, XW_DVR_TIME struStartTime, XW_DVR_TIME struStopTime, RECORDLIST pRecvFileNameCallBack, UInt32 userdata = 0);