Ejemplo n.º 1
0
 internal CVRNotifications(IntPtr pInterface)
 {
     this.FnTable = (IVRNotifications)Marshal.PtrToStructure(pInterface, typeof(IVRNotifications));
 }
Ejemplo n.º 2
0
	internal CVRNotifications(IntPtr pInterface)
	{
		FnTable = (IVRNotifications)Marshal.PtrToStructure(pInterface, typeof(IVRNotifications));
	}