Beispiel #1
0
 public static void LerAbastecimentoMemoria(ref string st)
 {
     if (Estruturas.BaixarDll("companytec.dll"))
     {
         retorno2 aux = new retorno2();
         LeStringX(ref aux);
         st = aux.value;
     }
 }
Beispiel #2
0
 private static extern void LeStringX(ref retorno2 ab);