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