Exemplo n.º 1
0
        public void FastOut()
        {
            var iface = new Interface(IntPtr.Zero);

            NativeFunctions.FastOutTest(iface);

            Assert.NotEqual(IntPtr.Zero, iface.NativePointer);
        }