コード例 #1
0
        public void GetVersionCharPtrPtr()
        {
            IntPtr intPtr;

            DLLImports.GetVersionCharPtrPtr(out intPtr);
            DisplayText = "GetVersionCharPtr() returned " + System.Runtime.InteropServices.Marshal.PtrToStringAnsi(intPtr);;
        }