Esempio n. 1
0
 public static extern void ICE_IPCSDK_SetPlateCallback(System.IntPtr hSDK, ICE_IPCSDK_OnPlate pfOnPlate, System.IntPtr pvParam);
Esempio n. 2
0
 public static extern System.IntPtr ICE_IPCSDK_OpenPreview_Passwd(
     [System.Runtime.InteropServices.InAttribute()][System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.LPStr)] string pcIP,
     [System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.LPStr)] string pcPasswd,
     byte u8OverTCP, byte u8MainStream, uint hWnd, ICE_IPCSDK_OnPlate pfOnPlate, System.IntPtr pvPlateParam);
Esempio n. 3
0
 public static extern IntPtr ICE_IPCSDK_OpenPreview_Passwd([In, MarshalAs(UnmanagedType.LPStr)] string pcIP, [MarshalAs(UnmanagedType.LPStr)] string pcPasswd, byte u8OverTCP, byte u8MainStream, uint hWnd, ICE_IPCSDK_OnPlate pfOnPlate, IntPtr pvPlateParam);