Wrappers de VirtualXML para Delphi 7 VirtualXML
Estos wrappers (definiciones de funciones en una DLL) son necesarios para utilizar VirtualXML en sus programas basados en Delphi 7 (no RAD Studio, los wrappers son diferentes)

Para utilizarlos copie las funciones que necesite del contenido que se muestra a continuación en la seccion VAR de sus PROCEDUREs que necesiten usar las funciones de VirtualXML en Delphi 7.

Definir un nuevo Wrapper es muy sencillo

En la seccion var de su procedimiento siga la siguiente sintaxis:

Si la función devuelve un valor:

    <funcion virtualxml> :  function ( param1:<tipo>, param2:<tipo> .... paramN:<tipo>) :<tipo de valor retornado> ; cdecl;

Si la función no devuelve un valor:

    <funcion virtualxml> :  procedure ( param1:<tipo>, param2:<tipo> .... paramN:<tipo>)  ; cdecl;

Donde:

    <función virtualxml>: Es el nombre de cualquier función que esté contenida en VirtualXML.DLL
    <tipo> y <tipo de valor retornado >: es el tipo de variable que se esté utilizando, basicamente en VirtualXML con Delphi 7 solo se utilizan 2 tipo : PChar para cadenas de caracteres y LongInt para valores numéricos

Para hacer uso de los wrappers definidos en la seccion var, dentro del código de su programa (begin ... end) deberá cargar primero la DLL en memoria usando la función del Delphi LoadLibrary() de esta manera:

    HBar := LoadLibrary("VirtualXML.DLL")

Y a continuación deberá asignar a los nombres de variables previamente definidos en la seccion var, las funciones contenidas en la DLL usando la función de Delphi GetProcAddress() de acuerdo a la siguiente sintaxis:

    <funcion virtualxml> := GetProcAddress(HBar, '<funcion virtualxml>');

Donde:

    <funcion virtualxml> es el nombre de cualquier función contenida en VirtualXML.DLL

Fecha de actualización : 16 de Enero 2024 se añadieron las funciones para Comercio Exterior 2.0


Wrapper:

VirtualXML_New : function                                                           ( szVersion:PChar ): LongInt; cdecl;
VirtualXML_ProcesaDocumento : function ( p:LongInt; csd:PChar; key:PChar; keypwd:PChar; outfile:PChar ): LongInt; cdecl;
VirtualXML_ProcesaDocumentoSSL : function ( p:LongInt; csd:PChar; key:PChar; keypwd:PChar; outfile:PChar ): LongInt; cdecl;
VirtualXML_GetValue : function ( p:LongInt; value:LongInt ): PChar; cdecl;
VirtualXML_GetTimeWithDelay : function ( p:LongInt; nSegs:LongInt ): PChar; cdecl;
VirtualXML_CancelaUUID : function ( szUser:PChar; szEmisor:PChar; szCert:PChar; szKey:PChar; szPwd:PChar; szUuid:PChar; szOut:PChar ): LongInt; cdecl;
VirtualXML_CancelaCFDI : function ( szUser:PChar; szEmisor:PChar; szReceptor:PChar; szTotal:PChar; szUuid:PChar; szCert:PChar; szKey:PChar; szPwd:PChar; szResult:PChar; szLog:PChar ): LongInt; cdecl;
VirtualXML_GetStatusCFDI : function ( szUser:PChar; szEmisor:PChar; szReceptor:PChar; szTotal:PChar; szUuid:PChar; szResult:PChar; szLog:PChar ): LongInt; cdecl;
VirtualXML_RecuperaAcuseCancelacion: function ( sZUser:PChar; sZemisor:PChar; SzUuid:PChar; sZResult:PChar; szXMLAcuse:PChar; szLog:PChar; sZreserved:PChar ): LongInt; cdecl;
VirtualXML_CerKeyMatch : function ( p:LongInt; szEmisor:PChar; szCSD:PChar; szKey:PChar; szKeyPwd:PChar ): LongInt; cdecl;
VirtualXML_CheckLicence : function ( user:PChar; llave:PChar; emisor:PChar ): LongInt; cdecl;
VirtualXML_CheckFile : function ( szFile:PChar ): LongInt; cdecl;
VirtualXML_Load : function ( Archivo:PChar ): LongInt; cdecl;
VirtualXML_CerTo64 : function ( ArchivoCer:PChar ): PChar; cdecl;
VirtualXML_FileTo64 : function ( Archivo:PChar ): PChar; cdecl;
VirtualXML_ConsultaSaldos: function ( usuario:PChar; rfcEmisor:PChar; DatoSolicitado:LongInt; ArchivoLog:PChar ): LongInt; cdecl;
VirtualXML_FirmaSellaDocto : function ( p:LongInt; csd:PChar; key:PChar; keypwd:PChar; outfile:PChar ): LongInt; cdecl;
VirtualXML_ConsultaEstadoCFDI: function ( rfcEmisor :PChar; rfcReceptor:PChar; Total:PChar; UUID:PChar; OutLog:PChar ): LongInt; cdecl;
VirtualXML_GeneraCBB: function ( Datos:PChar; Archivo:PChar; Dependencias:LongInt; RutaLog:PChar; AddLog:LongInt; Escala:LongInt; Margen:LongInt ): LongInt ; cdecl;
VirtualXML_MasivaDescarga: function ( Usuario:PChar; ArchivoCerFiel:PChar; ArchivoKeyFiel:PChar; PwdKey:PChar; IdPaquete:PChar; ArchivoDescargado:PChar; ArchLog:PChar; Reservado:PChar ): LongInt; cdecl;
VirtualXML_MasivaSolicitaEmitidoXML: function ( Usuario:PChar; ArchivoCerFiel:PChar; ArchivoKeyFiel:PChar; PwdKey:PChar; RfcReceptor:PChar; FechaDesde:PChar; FechaHasta:PChar; ArchResultado:PChar; ArchLog:PChar; Reservado:PChar ): LongInt; cdecl;
VirtualXML_MasivaSolicitaEmitidoMetadata: function ( Usuario:PChar; ArchivoCerFiel:PChar; ArchivoKeyFiel:PChar; PwdKey:PChar; RfcReceptor:PChar; FechaDesde:PChar; FechaHasta:PChar; ArchResultado:PChar; ArchLog:PChar; Reservado:PChar ): LongInt; cdecl;
VirtualXML_MasivaSolicitaRecibidoXML: function ( Usuario:PChar; ArchivoCerFiel:PChar; ArchivoKeyFiel:PChar; PwdKey:PChar; RfcEmisor:PChar; FechaDesde:PChar; FechaHasta:PChar; ArchResultado:PChar; ArchLog:PChar; Reservado:PChar ): LongInt; cdecl;
VirtualXML_MasivaSolicitaRecibidoMetadata: function ( Usuario:PChar; ArchivoCerFiel:PChar; ArchivoKeyFiel:PChar; PwdKey:PChar; RfcEmisor:PChar; FechaDesde:PChar; FechaHasta:PChar; ArchResultado:PChar; ArchLog:PChar; Reservado:PChar ): LongInt; cdecl;
VirtualXML_MasivaVerifica: function ( Usuario:PChar; ArchivoCerFiel:PChar; ArchivoKeyFiel:PChar; PwdKey:PChar; IdSolicitud:PChar; ArchResultado:PChar; ArchLog:PChar; Reservado:PChar ): LongInt; cdecl;
VirtualXML_Free : procedure ( p:LongInt ); cdecl;
VirtualXML_SetVirtualPACInfo : procedure ( p:LongInt; szUser:PChar; servidor:PChar ); cdecl;
VirtualXML_SetCiberSATInfo : procedure ( p:LongInt; userCiberPAC:PChar; llaveCiberPAC:PChar ); cdecl;
VirtualXML_SetComprobanteInfo : procedure ( p:LongInt; serie:PChar; folio:PChar; fecha:PChar; tipoDeComprobante:PChar; formaDePago:PChar; subtotal:PChar; descuento:PChar; total:PChar; moneda:PChar; tipoCambio:PChar; condicionesDePago:PChar; metodoDePago:PChar; motivoDescuento:PChar ); cdecl;
VirtualXML_SetImpuestosLocalesInfo : procedure ( p:LongInt; TotaldeTraslados:PChar; TotaldeRetenciones:PChar ); cdecl;
VirtualXML_AddImpuestoLocalRetenido : procedure ( p:LongInt; ImpLocRetenido:PChar; TasadeRetencion:PChar; Importe:PChar ); cdecl;
VirtualXML_AddImpuestoLocalTrasladado : procedure ( p:LongInt; ImpLocTrasladado:PChar; TasadeTraslado:PChar; Importe:PChar ); cdecl;
VirtualXML_AddDonatarias11 : procedure ( p:LongInt; noAutorizacion:PChar; fechaAutorizacion:PChar; leyenda:PChar ); cdecl;
VirtualXML_SetDllPath : procedure ( p:LongInt; DllPath:PChar ); cdecl;
VirtualXML_GetValueInFile : procedure ( p:LongInt; value:LongInt; archivo:PChar ); cdecl;
VirtualXML_ProcessFile : procedure ( szFile:PChar ); cdecl;
VirtualXML_SetLogFile : procedure ( p:LongInt; archivo:PChar ); cdecl;
VirtualXML_ShowValue : procedure ( p:LongInt; lValue:LongInt; title:PChar ); cdecl;
VirtualXML_Save : procedure ( p:LongInt; archivo:PChar ); cdecl;
VirtualXML_GetValues : procedure ( p:LongInt; archivo:PChar; lFormat:LongInt ); cdecl;
VirtualXML_SetNomina12: procedure ( p:LongInt; TipoNomina:PChar; FechaPago:PChar; FechaInicialPago:PChar; FechaFinalPago:PChar; NumDiasPagados:PChar; TotalPercepciones:PChar; TotalDeducciones:PChar; TotalOtrosPagos:PChar ); cdecl;
VirtualXML_Nomina12SetEmisor: procedure ( p:LongInt; Curp:PChar; RegistroPatronal:PChar; RfcPatronOrigen:PChar; OrigenRecurso:PChar; MontoRecursoPropio :PChar ); cdecl;
VirtualXML_Nomina12SetReceptor: procedure ( p:LongInt; Curp:PChar; NumSeguridadSocial:PChar; FechaInicioRelLaboral:PChar; Antiguedad:PChar; TipoContrato:PChar; Sindicalizado:PChar; TipoJornada:PChar; TipoRegimen:PChar; NumEmpleado:PChar; Departamento:PChar; Puesto:PChar; RiesgoPuesto:PChar; PeriodicidadPago:PChar; Banco:PChar; CuentaBancaria:PChar; SalarioBaseCotApor:PChar; SalarioDiarioIntegrado:PChar; ClaveEntFed:PChar ); cdecl;
VirtualXML_Nomina12AddSubContratacion: procedure ( p:LongInt; RfcLabora:PChar; PorcentajeTiempo:PChar ); cdecl;
VirtualXML_Nomina12SetPercepciones: procedure ( p:LongInt; TotalSueldos:PChar; TotalSeparacionIndemnizacion:PChar; TotalJubilacionPensionRetiro:PChar; TotalGravado:PChar; TotalExento:PChar ); cdecl;
VirtualXML_Nomina12AddPercepcion: procedure ( p:LongInt; TipoPercepcion:PChar; Clave:PChar; Concepto:PChar; ImporteGravado:PChar; ImporteExento:PChar; Dias:PChar; TipoHoras:PChar; HorasExtra:PChar; ImportePagado:PChar; ValorMercado:PChar; PrecioAlOtorgarse:PChar ); cdecl;
VirtualXML_Nomina12SetJubilacionPensionRetiro: procedure ( p:LongInt; TotalUnaExhibicion:PChar; TotalParcialidad:PChar; MontoDiario:PChar; IngresoAcumulable:PChar; IngresoNoAcumulable:PChar ); cdecl;
VirtualXML_Nomina12SetSeparacionIndemnizacion: procedure ( p:LongInt; TotalPagado:PChar; NumAniosServicio:PChar; UltimoSueldoMensOrd:PChar; IngresoAcumulable:PChar; IngresoNoAcumulable:PChar ); cdecl;
VirtualXML_Nomina12SetDeducciones: procedure ( p:LongInt; TotalOtrasDeducciones:PChar; TotalImpuestosRetenidos:PChar ); cdecl;
VirtualXML_Nomina12AddDeduccion: procedure ( p:LongInt; TipoDeduccion:PChar; Clave:PChar; Concepto:PChar; Importe:PChar ); cdecl;
VirtualXML_Nomina12AddOtroPago: procedure ( p:LongInt; TipoOtroPago:PChar; Clave:PChar; Concepto:PChar; Importe:PChar; SaldoAFavor:PChar; Anio:PChar; RemanenteSalFav:PChar; SubsidioCausado:PChar ); cdecl;
VirtualXML_Nomina12AddIncapacidad: procedure ( p:LongInt; DiasIncapacidad:PChar; TipoIncapacidad:PChar; ImporteMonetario:PChar ); cdecl;
VirtualXML_SetCompleteXML_cfdi33: procedure ( p:LongInt; XMLCompleto:PChar ); cdecl;
VirtualXML_SetCfdiRelacionados_cfdi33: procedure ( p:LongInt; TipoRelacion:PChar ); cdecl;
VirtualXML_AddConceptoCuentaPredial_cfdi33: procedure ( p:LongInt; Numero:PChar ); cdecl ;
VirtualXML_AddConceptoInformacionAduanera_cfdi33: procedure ( p:LongInt; NumeroPedimento:PChar ); cdecl;
VirtualXML_SetAddendaText_cfdi33: procedure ( p:LongInt; text:PChar ); cdecl;
VirtualXML_AddComplemento_cfdi33: procedure ( p:LongInt; complementoXml:PChar ); cdecl;
VirtualXML_SetAddenda_cfdi33: procedure ( p:LongInt; text:PChar ); cdecl;
VirtualXML_AddEntidadContabilidad: procedure ( p:LongInt; IdContabilidad:PChar ); cdecl;
VirtualXML_AddCfdiRelacionado_cfdi33: procedure ( p:LongInt; UUID:PChar ); cdecl;
VirtualXML_CartaPorte10SetFiguraTransporte: procedure ( p:LongInt; CveTransporte:PChar ); cdecl;
VirtualXML_SetImpuestosInfo_cfdi33: procedure ( p:LongInt; TotalImpuestosTrasladados:PChar; TotalImpuestosRetenidos:PChar ); cdecl;
VirtualXML_AddRetencion_cfdi33: procedure ( p:LongInt; Impuesto:PChar; Importe:PChar ); cdecl;
VirtualXML_SetEmisorInfo_cfdi33: procedure ( p:LongInt; Rfc:PChar; Nombre:PChar; RegimenFiscal:PChar ); cdecl;
VirtualXML_AddEntidad: procedure ( p:LongInt; ClaveEntidad:PChar; Ambito:PChar; IdContabilidad:PChar ); cdecl;
VirtualXML_SetLeyendasFiscales10: procedure ( p:LongInt; Disposicion:PChar; Norma:PChar; TextoLeyenda:PChar ); cdecl;
VirtualXML_AddTraslado_cfdi33: procedure ( p:LongInt; Impuesto:PChar; TipoFactor:PChar; TasaOCuota:PChar; Importe:PChar ); cdecl;
VirtualXML_SetReceptorInfo_cfdi33: procedure ( p:LongInt; Rfc:PChar; Nombre:PChar; ResidenciaFiscal:PChar; NumRegIdTrib:PChar; UsoCFDI:PChar ); cdecl;
VirtualXML_AddConceptoTraslado_cfdi33: procedure ( p:LongInt; Base:PChar; Impuesto:PChar; TipoFactor:PChar; TasaOCuota:PChar; Importe:PChar ); cdecl;
VirtualXML_AddConceptoRetencion_cfdi33: procedure ( p:LongInt; Base:PChar; Impuesto:PChar; TipoFactor:PChar; TasaOCuota:PChar; Importe:PChar ); cdecl;
VirtualXML_AddConceptoComplementoIedu_cfdi33: procedure ( p:LongInt; nombreAlumno:PChar; CURP:PChar; nivelEducativo:PChar; autRVOE:PChar; rfcPago:PChar ); cdecl;
VirtualXML_SetINE11: procedure ( p:LongInt; TipoProceso:PChar; TipoComite:PChar; IdContabilidad:PChar; ClaveEntidad:PChar; Ambito:PChar; EntidadContabilidadIdContabilidad:PChar ); cdecl;
VirtualXML_AddConceptoParte_cfdi33: procedure ( p:LongInt; ClaveProdServ:PChar; NoIdentificacion:PChar; Cantidad:PChar; Unidad:PChar; Descripcion:PChar; ValorUnitario:PChar; Importe:PChar; NumeroPedimento:PChar ); cdecl;
VirtualXML_AddConcepto_cfdi33: procedure ( p:LongInt; ClaveProdServ:PChar; NoIdentificacion:PChar; Cantidad:PChar; ClaveUnidad:PChar; Unidad:PChar; Descripcion:PChar; ValorUnitario:PChar; Importe:PChar; Descuento:PChar ); cdecl;
VirtualXML_SetServicioParcial10: procedure ( p:LongInt; NumPerLicoAut:PChar; Calle:PChar; NoExterior:PChar; NoInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_SetPagos10: procedure ( p:LongInt ); cdecl ;
VirtualXML_Pagos10AddPagoDoctoRelacionado: procedure ( p:LongInt; IdDocumento:PChar; Serie:PChar; Folio:PChar; MonedaDR:PChar; TipoCambioDR:PChar; MetodoDePagoDR:PChar; NumParcialidad:PChar; ImpSaldoAnt:PChar; ImpPagado:PChar; ImpSaldoInsoluto:PChar ); cdecl;
VirtualXML_Pagos10SetPago: procedure ( p:LongInt; FechaPago:PChar; FormaDePago:PChar; MonedaP:PChar; TipoCambioP:PChar; Monto:PChar; NumOperacion:PChar; RfcEmisorCtaOrd:PChar; NomBancoOrdExt:PChar; CtaOrdenante:PChar; RfcEmisorCtaBen:PChar; CtaBeneficiario:PChar; TipoCadPago:PChar; CertPago:PChar; CadPago:PChar; SelloPago:PChar ); cdecl;
VirtualXML_SetComercioExterior11: procedure ( p:LongInt; MotivoTraslado:PChar; TipoOperacion:PChar; ClaveDePedimento:PChar; CertificadoOrigen:PChar; NumCertificadoOrigen:PChar; NumeroExportadorConfiable:PChar; Incoterm:PChar; Subdivision:PChar; Observaciones:PChar; TipoCambioUSD:PChar; TotalUSD:PChar ); cdecl;
VirtualXML_CCE11AddMercancia: procedure ( p:LongInt; NoIdentificacion:PChar; FraccionArancelaria:PChar; CantidadAduana:PChar; UnidadAduana:PChar; ValorUnitarioAduana:PChar; ValorDolares:PChar; Marca:PChar; Modelo:PChar; SubModelo:PChar; NumeroSerie:PChar ); cdecl;
VirtualXML_CCE11SetEmisor: procedure ( p:LongInt; Curp:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_CCE11SetReceptor: procedure ( p:LongInt; NumRegIdTrib:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_CCE11AddDestinatario: procedure ( p:LongInt; NumRegIdTrib:PChar; Nombre:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_CCE11AddPropietario: procedure ( p:LongInt; NumRegIdTrib:PChar; ResidenciaFiscal:PChar ); cdecl;
VirtualXML_CCE11AddMercanciaDescripcionesEspecificas: procedure ( p:LongInt; Marca:PChar; Modelo:PChar; SubModelo:PChar; NumeroSerie:PChar ); cdecl;
VirtualXML_SetComercioExterior20: procedure ( p:LongInt; MotivoTraslado:PChar; ClaveDePedimento:PChar; CertificadoOrigen:PChar; NumCertificadoOrigen:PChar; NumeroExportadorConfiable:PChar; Incoterm:PChar; Observaciones:PChar; TipoCambioUSD:PChar; TotalUSD:PChar ); cdecl;
VirtualXML_CCE20AddMercancia: procedure ( p:LongInt; NoIdentificacion:PChar; FraccionArancelaria:PChar; CantidadAduana:PChar; UnidadAduana:PChar; ValorUnitarioAduana:PChar; ValorDolares:PChar; Marca:PChar; Modelo:PChar; SubModelo:PChar; NumeroSerie:PChar ); cdecl;
VirtualXML_CCE20SetEmisor: procedure ( p:LongInt; Curp:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_CCE20SetReceptor: procedure ( p:LongInt; NumRegIdTrib:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_CCE20AddDestinatario: procedure ( p:LongInt; NumRegIdTrib:PChar; Nombre:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_CCE20AddDestinatarioDomicilio: procedure ( p:LongInt; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_CCE20AddPropietario: procedure ( p:LongInt; NumRegIdTrib:PChar; ResidenciaFiscal:PChar ); cdecl;
VirtualXML_CCE20AddMercanciaDescripcionesEspecificas: procedure ( p:LongInt; Marca:PChar; Modelo:PChar; SubModelo:PChar; NumeroSerie:PChar ); cdecl;
VirtualXML_SetComprobanteInfo_cfdi33: procedure ( p:LongInt; Serie:PChar; Folio:PChar; Fecha:PChar; FormaPago:PChar; CondicionesDePago:PChar; SubTotal:PChar; Descuento:PChar; Moneda:PChar; TipoCambio:PChar; Total:PChar; TipoDeComprobante:PChar; MetodoPago:PChar; LugarExpedicion:PChar; Confirmacion:PChar ); cdecl;
VirtualXML_SetCartaPorte20: procedure ( p:LongInt; TranspInternac:PChar; EntradaSalidaMerc:PChar; PaisOrigenDestino:PChar; ViaEntradaSalida:PChar; TotalDistRec:PChar);cdecl;
VirtualXML_CartaPorte20AddUbicacion: procedure ( p:LongInt; TipoUbicacion:PChar; IDUbicacion:PChar; RFCRemitenteDestinatario:PChar; NombreRemitenteDestinatario:PChar; NumRegIdTrib:PChar; ResidenciaFiscal:PChar; NumEstacion:PChar; NombreEstacion:PChar; NavegacionTrafico:PChar; FechaHoraSalidaLlegada:PChar; TipoEstacion:PChar; DistanciaRecorrida:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar);cdecl;
VirtualXML_CartaPorte20SetMercancias: procedure ( p:LongInt; PesoBrutoTotal:PChar; UnidadPeso:PChar; PesoNetoTotal:PChar; NumTotalMercancias:PChar; CargoPorTasacion:PChar);cdecl;
VirtualXML_CartaPorte20AddMercancia: procedure ( p:LongInt; BienesTransp:PChar; ClaveSTCC:PChar; Descripcion:PChar; Cantidad:PChar; ClaveUnidad:PChar; Unidad:PChar; Dimensiones:PChar; MaterialPeligroso:PChar; CveMaterialPeligroso:PChar; Embalaje:PChar; DescripEmbalaje:PChar; PesoEnKg:PChar; ValorMercancia:PChar; Moneda:PChar; FraccionArancelaria:PChar; UUIDComercioExt:PChar; UnidadPesoMerc:PChar; PesoBruto:PChar; PesoNeto:PChar; PesoTara:PChar; NumPiezas:PChar);cdecl;
VirtualXML_CartaPorte20AddMercanciaPedimentos: procedure ( p:LongInt; Pedimento:PChar);cdecl;
VirtualXML_CartaPorte20AddMercanciaGuiasIdentificacion: procedure ( p:LongInt; NumeroGuiaIdentificacion:PChar; DescripGuiaIdentificacion:PChar; PesoGuiaIdentificacion:PChar);cdecl;
VirtualXML_CartaPorte20AddMercanciaCantidadTransporta: procedure ( p:LongInt; Cantidad:PChar; IDOrigen:PChar; IDDestino:PChar; CvesTransporte:PChar);cdecl;
VirtualXML_CartaPorte20SetMercanciasAutotransporte: procedure ( p:LongInt; PermSCT:PChar; NumPermisoSCT:PChar; ConfigVehicular:PChar; PlacaVM:PChar; AnioModeloVM:PChar; AseguraRespCivil:PChar; PolizaRespCivil:PChar; AseguraMedAmbiente:PChar; PolizaMedAmbiente:PChar; AseguraCarga:PChar; PolizaCarga:PChar; PrimaSeguro:PChar; SubTipoRem1:PChar; Placa1:PChar; SubTipoRem2:PChar; Placa2:PChar); cdecl;
VirtualXML_CartaPorte20SetMercanciasTransporteMaritimo: procedure ( p:LongInt; PermSCT:PChar; NumPermisoSCT:PChar; NombreAseg:PChar; NumPolizaSeguro:PChar; TipoEmbarcacion:PChar; Matricula:PChar; NumeroOMI:PChar; AnioEmbarcacion:PChar; NombreEmbarc:PChar; NacionalidadEmbarc:PChar; UnidadesDeArqBruto:PChar; TipoCarga:PChar; NumCertITC:PChar; Eslora:PChar; Manga:PChar; Calado:PChar; LineaNaviera:PChar; NombreAgenteNaviero:PChar; NumAutorizacionNaviero:PChar; NumViaje:PChar; NumConocEmbarc:PChar; MatriculaContenedor:PChar; TipoContenedor:PChar; NumPrecinto:PChar);cdecl;
VirtualXML_CartaPorte20AddMercanciasTransporteMaritimoContenedor: procedure ( p:LongInt; MatriculaContenedor:PChar; TipoContenedor:PChar; NumPrecinto:PChar); cdecl;
VirtualXML_CartaPorte20SetMercanciasTransporteAereo: procedure ( p:LongInt; PermSCT:PChar; NumPermisoSCT:PChar; MatriculaAeronave:PChar; NombreAseg:PChar; NumPolizaSeguro:PChar; NumeroGuia:PChar; LugarContrato:PChar; CodigoTransportista:PChar; RFCEmbarcador:PChar; NumRegIdTribEmbarc:PChar; ResidenciaFiscalEmbarc:PChar; NombreEmbarcador:PChar); cdecl;
VirtualXML_CartaPorte20SetMercanciasTransporteFerroviario: procedure ( p:LongInt; TipoDeServicio:PChar; TipoDeTrafico:PChar; NombreAseg:PChar; NumPolizaSeguro:PChar; TipoDerechoDePaso:PChar; KilometrajePagado:PChar; TipoCarro:PChar; MatriculaCarro:PChar; GuiaCarro:PChar; ToneladasNetasCarro:PChar; TipoContenedor:PChar; PesoContenedorVacio:PChar; PesoNetoMercancia:PChar); cdecl;
VirtualXML_CartaPorte20AddMercanciasTransporteFerroviarioDerechosDePaso: procedure ( p:LongInt; TipoDerechoDePaso:PChar; KilometrajePagado:PChar);cdecl;
VirtualXML_CartaPorte20AddMercanciasTransporteFerroviarioCarro: procedure ( p:LongInt; TipoCarro:PChar; MatriculaCarro:PChar; GuiaCarro:PChar; ToneladasNetasCarro:PChar; TipoContenedor:PChar; PesoContenedorVacio:PChar; PesoNetoMercancia:PChar); cdecl;
VirtualXML_CartaPorte20AddMercanciasTransporteFerroviarioCarroContenedor: procedure ( p:LongInt; TipoContenedor:PChar; PesoContenedorVacio:PChar; PesoNetoMercancia:PChar); cdecl;
VirtualXML_CartaPorte20AddFiguraTransporteTiposFigura: procedure ( p:LongInt; TipoFigura:PChar; RFCFigura:PChar; NumLicencia:PChar; NombreFigura:PChar; NumRegIdTribFigura:PChar; ResidenciaFiscalFigura:PChar; ParteTransporte:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar);cdecl;
VirtualXML_CartaPorte20AddFiguraTransporteTiposFiguraPartesTransporte:procedure ( p:LongInt; ParteTransporte:PChar); cdecl;
VirtualXML_SetLeyendasFiscales10Full: procedure ( p:LongInt; Dis01:PChar; Norma01:PChar; Texto01:PChar; Dis02:PChar; Norma02:PChar; Texto02:PChar; Dis03:PChar; Norma03:PChar; Texto03:PChar; Dis04:PChar; Norma04:PChar; Texto04:PChar; Dis05:PChar; Norma05:PChar; Texto05:PChar; Dis06:PChar; Norma06:PChar; Texto06:PChar; Dis07 :PChar; Norma07 :PChar; Texto07 :PChar; Dis08 :PChar; Norma08 :PChar; Texto08 :PChar; Dis09 :PChar; Norma09:PChar; Texto09:PChar; Dis10:PChar; Norma10:PChar; Texto10:PChar ); cdecl
VirtualXML_CancelaCFDI2022 : function ( szUsuario:PChar; szRfcEmisor:PChar; szMotivo:PChar; szUuid:PChar; szFolioSust:PChar; szCert:PChar; szKey:PChar; szPwd:PChar; szServer:PChar; szResult:PChar; szLog:PChar ) : LongInt; cdecl;
VirtualXML_CancelaCFDI2022Ssl : function ( szUsuario:PChar; szRfcEmisor:PChar; szMotivo:PChar; szUuid:PChar; szFolioSust:PChar; szCert:PChar; szKey:PChar; szPwd:PChar; szServer:PChar; szResult:PChar; szLog:PChar ) : LongInt; cdecl;
VirtualXML_Pagos20AddPago : procedure ( p:LongInt; FechaPago:PChar; FormaDePagoP:PChar; MonedaP:PChar; TipoCambioP:PChar; Monto:PChar; NumOperacion:PChar; RfcEmisorCtaOrd:PChar; NomBancoOrdExt:PChar; CtaOrdenante:PChar; RfcEmisorCtaBen:PChar; CtaBeneficiario:PChar; TipoCadPago:PChar; CertPago:PChar; CadPago:PChar; SelloPago:PChar );cdecl;
VirtualXML_Pagos20AddPagoDoctoRelacionado : procedure ( p:LongInt; idDocumento:PChar; Serie:PChar; Folio:PChar; MonedadDR:PChar; EquivalenciaDR:PChar; NumParcialidad:PChar; ImpSaldoAnt:PChar; ImpPagado:PChar; ImpSaldoInsoluto:PChar; ObjetoImpDR:PChar );cdecl;
VirtualXML_Pagos20AddPagoDoctoRelacionadoRetencionDR : procedure ( p:LongInt; BaseDR:PChar; ImpuestoDR:PChar; TipoFactorDR:PChar; TasaOCuotaDR:PChar; ImporteDR:PChar );cdecl;
VirtualXML_Pagos20AddPagoDoctoRelacionadoTrasladoDR : procedure ( p:LongInt; BaseDR:PChar; ImpuestoDR:PChar; TipoFactorDR:PChar; TasaOCuotaDR:PChar; ImporteDR:PChar );cdecl;
VirtualXML_Pagos20AddPagoImpuestosPRetencionP : procedure ( p:LongInt; ImpuestoP:PChar; ImporteP:PChar );cdecl;
VirtualXML_Pagos20AddPagoImpuestosPTrasladoP : procedure ( p:LongInt; BaseP:PChar; ImpuestoP:PChar; TipoFactorP:PChar; TasaOCuotaP:PChar; ImporteP:PChar );cdecl;
VirtualXML_SetPagos20 : procedure ( p:LongInt; TotalRetencionesIVA:PChar; TotalRetencionesISR:PChar; TotalRetencionesIEPS:PChar; TotalTrasladosBaseIVA16:PChar; TotalTrasladosImpuestoIVA16:PChar; TotalTrasladosBaseIVA8:PChar; TotalTrasladosImpuestoIVA8:PChar; TotalTrasladosBaseIVA0:PChar; TotalTrasladosImpuestoIVA0:PChar; TotalTrasladosBaseIVAExento:PChar; MontoTotalPagos:PChar);cdecl;
VirtualXML_AddCfdiRelacionado_cfdi40 : procedure ( p:LongInt; UUID:PChar ); cdecl;
VirtualXML_AddCfdiRelacionados_cfdi40 : procedure ( p:LongInt; TipoRelacion:PChar; UUID1:PChar; UUID2:PChar; UUID3:PChar; UUID4:PChar; UUID5:PChar; UUID6:PChar; UUID7:PChar; UUID8:PChar; UUID9:PChar; UUID10:PChar); cdecl;
VirtualXML_AddComplemento_cfdi40 : procedure ( p:LongInt; complementoXml:PChar ); cdecl;
VirtualXML_AddComplementoConcepto_cfdi40 : procedure ( p:LongInt; complementoXml:PChar ); cdecl;
VirtualXML_AddConcepto_cfdi40 : procedure ( p:LongInt; ClaveProdServ:PChar; NoIdentificacion:PChar; Cantidad:PChar; ClaveUnidad:PChar; Unidad:PChar; Descripcion:PChar; ValorUnitario:PChar; Importe:PChar; Descuento:PChar; ObjetoImp:PChar ); cdecl;
VirtualXML_AddConceptoCuentaPredial_cfdi40 : procedure ( p:LongInt; Numero:PChar ); cdecl;
VirtualXML_AddConceptoInformacionAduanera_cfdi40 : procedure ( p:LongInt; NumperoPedimento:PChar ); cdecl;
VirtualXML_AddConceptoParte_cfdi40 : procedure ( p:LongInt; ClaveProdServ:PChar; NoIdentificacion:PChar; Cantidad:PChar; Unidad:PChar; Descripcion:PChar; ValorUnitario:PChar; Importe:PChar; NumperoPedimento1:PChar; NumperoPedimento2:PChar; NumperoPedimento3:PChar; NumperoPedimento4:PChar; NumperoPedimento5:PChar ); cdecl;
VirtualXML_AddConceptoRetencion_cfdi40 : procedure ( p:LongInt; Base:PChar; Impuesto:PChar; Tipofactor:PChar; TasaOCuota:PChar; Importe:PChar ); cdecl;
VirtualXML_AddConceptoTraslado_cfdi40 : procedure ( p:LongInt; Base:PChar; Impuesto:PChar; Tipofactor:PChar; TasaOCuota:PChar; Importe:PChar ); cdecl;
VirtualXML_AddRetencion_cfdi40 : procedure ( p:LongInt; Impuesto:PChar; Importe:PChar ); cdecl;
VirtualXML_AddTraslado_cfdi40 : procedure ( p:LongInt; Impuesto:PChar; TipoFactor:PChar; TasaOCuota:PChar; Importe:PChar; Base:PChar ); cdecl;
VirtualXML_SetAddenda_cfdi40 : procedure ( p:LongInt; text:PChar ); cdecl;
VirtualXML_SetAddendaText_cfdi40 : procedure ( p LongInt; text:PChar ); cdecl;
VirtualXML_SetCompleteXML_cfdi40 : procedure ( p:LongInt; TextoXMLoArchivoXML:PChar); cdecl;
VirtualXML_SetComprobanteInfo_cfdi40 : procedure ( p:LongInt; Serie:PChar; Folio:PChar; Fecha:PChar; FormaDePago:PChar; CondicionesDePago:PChar; SubTotal:PChar; Descuento:PChar; Moneda:PChar; TipoCambio:PChar; Total:PChar; TipoDeComprobante:PChar; MetodoDePago:PChar; LugarExpedicion:PChar; Confirmacion:PChar; Exportacion:PChar ); cdecl;
VirtualXML_SetConceptoACuentaTerceros_cfdi40 : procedure ( p:LongInt; RfcACuentaTerceros:PChar; NombreACuentaTerceros:PChar; RegimenFiscalACuentaTerceros:PChar; DomicilioFiscalACuentaTerceros:PChar ); cdecl;
VirtualXML_SetEmisorInfo_cfdi40 : procedure ( p:LongInt; RFC:PChar; Nombre:PChar; RegimenFiscal:PChar; FacAtrAdquirente:PChar ); cdecl;
VirtualXML_SetInformacionGlobal_cfdi40 : procedure ( p:LongInt; Periodicidad:PChar; Meses:PChar; Año:PChar ); cdecl;
VirtualXML_SetImpuestosInfo_cfdi40 : procedure ( p:LongInt; totalImpuestosTrasladados:PChar; totalImpuestosRetenidos:PChar ); cdecl;
VirtualXML_SetReceptorInfo_cfdi40 : procedure ( p:LongInt; RFC:PChar; Nombre:PChar; ResidenciaFiscal:PChar; NumRegIdTrib:PChar; UsoCFDI:PChar; DomicilioFiscalReceptor:PChar; RegimenFiscalReceptor:PChar ); cdecl;
Utils_SendEmail : function ( SmtpServer:PChar; int:LongInt; SmtpUserName:PChar; SmtpPassword:PChar; MessageTo:PChar; MessageFrom:PChar; MessageSubjet:PChar; MessageBody:PChar; MessageAttach1:PChar; MessageAttach2:PChar; MessageAttach3:PChar; OutLog:PChar; Reserved:PChar ) : LongInt; cdecl
VirtualXML_ApiEmisorAdd : function ( apikey:PChar; usuario:PChar; rfcemisor:PChar; pwdconsulta:PChar; razonsocial:PChar; email:PChar; contacto:PChar; asignacion:LongInt; suspendido:LongInt; notificacion:LongInt; outLog:PChar; reserved:PChar ) : LongInt; cdecl;
VirtualXML_ApiEmisorUpd : function ( apikey:PChar; usuario:PChar; rfcemisor:PChar; pwdconsulta:PChar; razonsocial:PChar; email:PChar; contacto:PChar; suspendido:LongInt; notificacion:LongInt; outLog:PChar; reserved:PChar ): LongInt; cdecl;
VirtualXML_ApiEmisorAsigna : function ( apikey:PChar; usuario:PChar; rfcemisor:PChar; asignacion:LongInt; threshold:LongInt; limit:LongInt; active:LongInt; outLog:PChar; reserved:PChar ): LongInt; cdecl;
VirtualXML_ApiUsuarioAdd : function ( apikey:PChar; usuario:PChar; distribuidor:PChar; pwd:PChar; razonsocial:PChar; email:PChar; contacto:PChar; rfc:PChar; asignacion:LongInt; outLog:PChar; xtra:PChar; reserved:PChar ): LongInt; cdecl;
VirtualXML_ApiUsuarioUpd : function ( apikey:PChar; usuario:PChar; distribuidor:PChar; pwd:PChar; razonsocial:PChar; email:PChar; contacto:PChar; rfc:PChar; outLog:PChar; xtra:PChar; reserved:PChar ): LongInt; cdecl;
Retenciones_NewWithLog : function ( szVersion:PChar; logfile:PChar ): LongInt; cdecl;
Retenciones_SetVirtualPACInfo : procedure ( p:LongInt; szUser:PChar; servidor:PChar ); cdecl;
Retenciones_ProcesaDocumento : function ( p:LongInt; csd:PChar; key:PChar; keypwd:PChar; outfile:PChar ): LongInt; cdecl;
Retenciones_Free : procedure ( p:LongInt ); cdecl;
Retenciones_SetAddendaText : procedure ( p:LongInt; text:PChar ); cdecl;
Retenciones_SetAddendaXML : procedure ( p:LongInt; xmlAddenda:PChar ); cdecl;
Retenciones_SetRetencionesCfdiRetenRelacionados: procedure ( p:LongInt; TipoRelacion:PChar; UUID:PChar ); cdecl;
Retenciones_SetRetencionesEmisor : procedure ( p:LongInt; RfcE:PChar; NomDenRazSocE:PChar; RegimenFiscalE:PChar ); cdecl;
Retenciones_SetRetencionesInfo : procedure ( p:LongInt; FolioInt:PChar; FechaExp:PChar; LugarExpRetenc:PChar; CveRetenc:PChar; DescRetenc:PChar ); cdecl;
Retenciones_SetRetencionesPeriodo : procedure ( p:LongInt; MesIni:PChar; MesFin:PChar; Ejercicio:PChar ); cdecl;
Retenciones_SetRetencionesReceptor : procedure ( p:LongInt; NacionalidadR:PChar; RfcR:PChar; NomDenRazSocRNacional:PChar; CurpR:PChar; DomicilioFiscalR:PChar; NumRegIdTribR:PChar; NomDenRazSocRExtranjero:PChar ); cdecl;
Retenciones_SetRetencionesTotales : procedure ( p:LongInt; MontoTotOperacion:PChar; MontoTotGrav:PChar; MontoTotExent:PChar; MontoTotRet:PChar; UtilidadBimestral:PChar; ISRCorrespondiente:PChar ); cdecl;
Retenciones_AddRetencionesTotalesImpRetenidos : procedure ( p:LongInt; BaseRet:PChar; ImpuestoRet:PChar; MontoRet:PChar; TipoPagoRet:PChar ); cdecl;
Retenciones_SetComplementoArrendamientoenfideicomiso10 : procedure ( p:LongInt; PagProvEfecPorFiduc:PChar; RendimFideicom:PChar; DeduccCorresp:PChar; MontTotRet:PChar; MontResFiscDistFibras:PChar; OtrosConceptDistr:PChar; DescrMontOtrosConceptDistr:PChar ); cdecl;
Retenciones_SetComplementoDividendos10 : procedure ( p:LongInt; CveTipDivOUtil:PChar; MontISRAcredRetMexico:PChar; MontISRAcredRetExtranjero:PChar; MontRetExtDivExt:PChar; TipoSocDistrDiv:PChar; ISRAcredNal:PChar; MontDivAcumNal:PChar; MontDivAcumExt:PChar; ProporcionRem:PChar ); cdecl;
Retenciones_SetComplementoEnajenaciondeAcciones10 : procedure ( p:LongInt; ContratoIntermediacion:PChar; Ganancia:PChar; Perdida:PChar ); cdecl;
Retenciones_SetComplementoFideicomisonoempresarial10 : procedure ( p:LongInt; MontTotEntradasPeriodo:PChar; PartPropAcumDelFideicom:PChar; PropDelMontTotEntradas:PChar; Concepto:PChar; MontTotEgresPeriodo:PChar; PartPropDelFideicom:PChar; PropDelMontTotSalidas:PChar; ConceptoS:PChar; MontRetRelPagFideic:PChar; DescRetRelPagFideic:PChar ); cdecl;
Retenciones_SetComplementoIntereses10 : procedure ( p:LongInt; SistFinanciero:PChar; RetiroAORESRetInt:PChar; OperFinancDerivad:PChar; MontIntNominal:PChar; MontIntReal:PChar; Perdida:PChar ); cdecl;
Retenciones_SetComplementoIntereseshipotecarios10 : procedure ( p:LongInt; CreditoDeInstFinanc:PChar; SaldoInsoluto:PChar; PropDeducDelCredit:PChar; MontTotIntNominalesDev:PChar; MontTotIntNominalesDevYPag:PChar; MontTotIntRealPagDeduc:PChar; NumContrato:PChar ); cdecl;
Retenciones_SetComplementoOperacionesconderivados10 : procedure ( p:LongInt; MontGanAcum:PChar; MontPerdDed:PChar ); cdecl;
Retenciones_SetComplementoPagosaextranjeros10 : procedure ( p:LongInt; EsBenefEfectDelCobro:PChar; PaisDeResidParaEfecFisc:PChar; ConceptoPagoNoBeneficiario:PChar; DescripcionConceptoNoBeneficiario:PChar; RFC:PChar; CURP:PChar; NomDenRazSocB:PChar; ConceptoPagoBeneficiario:PChar; DescripcionConceptoBeneficiario:PChar ); cdecl;
Retenciones_SetComplementoPlanesderetiro11 : procedure ( p:LongInt; SistemaFinanc:PChar; MontTotAportAnioInmAnterior:PChar; MontIntRealesDevengAniooInmAnt:PChar; HuboRetirosAnioInmAntPer:PChar; MontTotRetiradoAnioInmAntPer:PChar; MontTotExentRetiradoAnioInmAnt:PChar; MontTotExedenteAnioInmAnt:PChar; HuboRetirosAnioInmAnt:PChar; MontTotRetiradoAnioInmAnt:PChar; NumReferencia:PChar; TipoAportacionODeposito1:PChar; MontAportODep1:PChar; RFCFiduciaria1:PChar; TipoAportacionODeposito2:PChar; MontAportODep2:PChar; RFCFiduciaria2:PChar; TipoAportacionODeposito3:PChar; MontAportODep3:PChar; RFCFiduciaria3:PChar ); cdecl;
Retenciones_SetComplementoPlataformasTecnologicas10 : procedure ( p:LongInt; Periodicidad:PChar; NumServ:PChar; MonTotServSIVA:PChar; TotalIVATrasladado:PChar; TotalIVARetenido:PChar; TotalISRRetenido:PChar; DifIVAEntregadoPrestServ:PChar; MonTotalporUsoPlataforma:PChar; MonTotalContribucionGuber:PChar ); cdecl;
Retenciones_AddComplementoPlataformasTecnologicas10DetallesDelServicio : procedure ( p:LongInt; FormaPagoServ:PChar; TipoDeServ:PChar; SubTipServ:PChar; RFCTerceroAutorizado:PChar; FechaServ:PChar; PrecioServSinIVA:PChar; BaseTrasladados:PChar; ImpuestoTrasladados:PChar; TipoFactorTrasladados:PChar; TasaCuotaTrasladados:PChar; ImporteTrasladados:PChar; ImpContrib:PChar; EntidadDondePagaLaContribucion:PChar; BaseComision:PChar; PorcentajeComision:PChar; ImporteComision:PChar ); cdecl;
Retenciones_SetComplementoPremios10 : procedure ( p:LongInt; EntidadFederativa:PChar; MontTotPago:PChar; MontTotPagoGrav:PChar; MontTotPagoExent:PChar ); cdecl;
Retenciones_SetComplementoSectorFinanciero10 : procedure ( p:LongInt; IdFideicom:PChar; NomFideicom:PChar; DescripFideicom:PChar ); cdecl;
VirtualXML_MicroValidaDatosFiscales : function ( apikey:PChar; usuario:PChar; rfcemisor:PChar; rfcreceptor:PChar; nombre:PChar; regimenfiscal:PChar; CodigoPostal:PChar; csdcer:PChar; csdkey:PChar; pwdkey:PChar; ResultFile:PChar; OutLog:PChar; Reserved:PChar ): LongInt; cdecl;
VirtualXML_MicroConsultaDatosFiscales : function ( apikey:PChar; usuario:PChar; rfcemisor:PChar; rfcreceptor:PChar; csdcer:PChar; csdkey:PChar; pwdkey:PChar; ResultFile:PChar; OutLog:PChar; Reserved:PChar ); LongInt; cdecl;
VirtualXML_SetCartaPorte30: procedure ( p:LongInt; IdCCP:PChar; TranspInternac:PChar; RegimenAduanero:PChar; EntradaSalidaMerc:PChar; PaisOrigenDestino:PChar; ViaEntradaSalida:PChar; TotalDistRec:PChar; RegistroISTMO:PChar; UbicacionPoloOrigen:PChar; UbicacionPoloDestino:PChar;); cdecl;
VirtualXML_CartaPorte30AddUbicacion: procedure ( p:LongInt; TipoUbicacion:PChar; IDUbicacion:PChar; RFCRemitenteDestinatario:PChar; NombreRemitenteDestinatario:PChar; NumRegIdTrib:PChar; ResidenciaFiscal:PChar; NumEstacion:PChar; NombreEstacion:PChar; NavegacionTrafico:PChar; FechaHoraSalidaLlegada:PChar; TipoEstacion:PChar; DistanciaRecorrida:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar ); cdecl;
VirtualXML_CartaPorte30SetMercancias: procedure ( p:LongInt; PesoBrutoTotal:PChar; UnidadPeso:PChar; PesoNetoTotal:PChar; NumTotalMercancias:PChar; CargoPorTasacion:PChar; LogisticaInversaRecoleccionDevolucion); cdecl;
VirtualXML_CartaPorte30AddMercancia: procedure ( p:LongInt; BienesTransp:PChar; ClaveSTCC:PChar; Descripcion:PChar; Cantidad:PChar; ClaveUnidad:PChar; Unidad:PChar; Dimensiones:PChar; MaterialPeligroso:PChar; CveMaterialPeligroso:PChar; Embalaje:PChar; DescripEmbalaje:PChar; SectorCOFEPRIS:PChar; NombreIngredienteActivo:PChar; NomQuimico:PChar; DenominacionGenericaProd:PChar; DenominacionDistlongivaProd:PChar; Fabricante:PChar; FechaCaducidad:PChar; LoteMedicamento:PChar; FormaFarmaceutica:PChar; CondicionesEspTransp:PChar; RegistroSanitarioFolioAutorizacion:PChar; PermisoImportacion:PChar; FolioImpoVUCEM:PChar; NumCAS:PChar; RazonSocialEmpImp:PChar; NumRegSanPlagCOFEPRIS:PChar; DatosFabricante:PChar; DatosFormulador:PChar; DatosMaquilador:PChar; UsoAutorizado:PChar; PesoEnKg:PChar; ValorMercancia:PChar; Moneda:PChar; FraccionArancelaria:PChar; UUIDComercioExt:PChar; TipoMateria:PChar; DescripcionMateria); cdecl;
VirtualXML_CartaPorte30SetDetalleMercancia: procedure ( p:LongInt; UnidadPesoMerc:PChar; PesoBruto:PChar; PesoNeto:PChar; PesoTara:PChar; NumPiezas:PChar ); cdecl;
VirtualXML_CartaPorte30AddMercanciaDocumentacionAduanera: procedure ( p:LongInt; TipoDocumento:PChar; NumPedimento:PChar; IdentDocAduanero:PChar; RFCImpo:PChar); cdecl;
VirtualXML_CartaPorte30AddMercanciaGuiasIdentificacion: procedure ( p:LongInt; NumeroGuiaIdentificacion:PChar; DescripGuiaIdentificacion:PChar; PesoGuiaIdentificacion:PChar); cdecl;
VirtualXML_CartaPorte30AddMercanciaCantidadTransporta: procedure ( p:LongInt; Cantidad:PChar; IDOrigen:PChar; :PChar; IDDestino:PChar; :PChar; CvesTransporte); cdecl;
VirtualXML_CartaPorte30SetMercanciasAutotransporte: procedure ( p:LongInt; PermSCT:PChar; NumPermisoSCT:PChar; ConfigVehicular:PChar; PesoBrutoVehicular:PChar; PlacaVM:PChar; AnioModeloVM:PChar; AseguraRespCivil:PChar; PolizaRespCivil:PChar; AseguraMedAmbiente:PChar; PolizaMedAmbiente:PChar; AseguraCarga:PChar; PolizaCarga:PChar; PrimaSeguro:PChar; SubTipoRem1:PChar; Placa1:PChar; SubTipoRem2:PChar; Placa2:PChar;); cdecl;
VirtualXML_CartaPorte30SetMercanciasTransporteMaritimo: procedure ( p:LongInt; PermSCT:PChar; NumPermisoSCT:PChar; NombreAseg:PChar; NumPolizaSeguro:PChar; TipoEmbarcacion:PChar; Matricula:PChar; NumeroOMI:PChar; AnioEmbarcacion:PChar; NombreEmbarc:PChar; :PChar; NacionalidadEmbarc:PChar; :PChar; UnidadesDeArqBruto:PChar; TipoCarga:PChar; Eslora:PChar; Manga:PChar; Calado:PChar; Puntal:PChar; LineaNaviera:PChar; NombreAgenteNaviero:PChar; NumAutorizacionNaviero:PChar; NumViaje:PChar; NumConocEmbarc:PChar; PermisoTempNavegacion:PChar); cdecl;
VirtualXML_CartaPorte30SetMercanciasTransporteMaritimoRemolquesCCP: procedure ( p:LongInt; SubTipoRemCCP1:PChar; PlacaCCP1:PChar; SubTipoRemCCP2:PChar; PlacaCCP2:PChar); cdecl;
VirtualXML_CartaPorte30AddMercanciasTransporteMaritimoContenedor: procedure) ( p:LongInt; TipoContenedor:PChar; MatriculaContenedor:PChar; NumPreclongo:PChar; IdCCPRelacionado:PChar; PlacaVMCCP:PChar; FechaCertificacionCCP:PChar); cdecl;
VirtualXML_CartaPorte30SetMercanciasTransporteAereo: procedure ( p:LongInt; PermSCT:PChar; NumPermisoSCT:PChar; MatriculaAeronave:PChar; NombreAseg:PChar; NumPolizaSeguro:PChar; NumeroGuia:PChar; LugarContrato:PChar; CodigoTransportista:PChar; RFCEmbarcador:PChar; NumRegIdTribEmbarc:PChar; ResidenciaFiscalEmbarc:PChar; NombreEmbarcador:PChar; ); cdecl;
VirtualXML_CartaPorte30SetMercanciasTransporteFerroviario: procedure ( p:LongInt; TipoDeServicio:PChar; TipoDeTrafico:PChar; NombreAseg:PChar; NumPolizaSeguro:PChar; TipoDerechoDePaso:PChar; KilometrajePagado:PChar; TipoCarro:PChar; MatriculaCarro:PChar; GuiaCarro:PChar; ToneladasNetasCarro:PChar; TipoContenedor:PChar; PesoContenedorVacio:PChar; PesoNetoMercancia:PChar ); cdecl;
VirtualXML_CartaPorte30AddMercanciasTransporteFerroviarioDerechosDePaso: procedure ( p:LongInt; TipoDerechoDePaso:PChar; KilometrajePagado:PChar); cdecl;
VirtualXML_CartaPorte30AddMercanciasTransporteFerroviarioCarro: procedure ( p:LongInt; TipoCarro:PChar; MatriculaCarro:PChar; GuiaCarro:PChar; ToneladasNetasCarro:PChar; TipoContenedor:PChar; PesoContenedorVacio:PChar; PesoNetoMercancia:PChar); cdecl;
VirtualXML_CartaPorte30AddMercanciasTransporteFerroviarioCarroContenedor: procedure ( p:LongInt; TipoContenedor:PChar; PesoContenedorVacio:PChar; PesoNetoMercancia:PChar ); cdecl;
VirtualXML_CartaPorte30AddFiguraTransporteTiposFigura: procedure ( p:LongInt; TipoFigura:PChar; RFCFigura:PChar; NumLicencia:PChar; NombreFigura:PChar; NumRegIdTribFigura:PChar; ResidenciaFiscalFigura:PChar; ParteTransporte:PChar; Calle:PChar; NumeroExterior:PChar; NumeroInterior:PChar; Colonia:PChar; Localidad:PChar; Referencia:PChar; Municipio:PChar; Estado:PChar; Pais:PChar; CodigoPostal:PChar); cdecl;
VirtualXML_CartaPorte30AddFiguraTransporteTiposFiguraPartesTransporte: procedure ( p:LongInt; ParteTransporte:PChar ); cdecl;