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