コード例 #1
0
ファイル: Chapter8Union.cs プロジェクト: largesky/dotnetlearn
        public static void Ch8ModifyCh8ComplexINT()
        {
            bool ret   = false;
            var  value = new Ch8ComplexINT();

            value.iValue = 123;
            ret          = Ch8Native.Ch8ModifyCh8ComplexINT(value, Ch8DataType.INT);
        }
コード例 #2
0
ファイル: Chapter8Union.cs プロジェクト: largesky/dotnetlearn
 public static extern bool Ch8ModifyCh8ComplexINT([In, Out] Ch8ComplexINT value, Ch8DataType ch8DataType);