예제 #1
0
 public static extern int fLlenaRegistroProducto(tProducto astProducto, int aEsAlta);
예제 #2
0
 public static extern int fAltaProducto(ref int aIdProducto, ref tProducto astProducto);
예제 #3
0
 public static extern int fActualizaProducto(ref int aCodigoProducto, tProducto astProducto);