Ejemplo n.º 1
0
 public static extern IntPtr cgGetString(CgAll sname);
Ejemplo n.º 2
0
 public static string GetString(CgAll sname)
 {
     return Marshal.PtrToStringAnsi(NativeMethods.cgGetString(sname));
 }