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