In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Exit Code del ShellExecute

Foro de Xailer profesional en español
Responder
joseluis
Mensajes: 642
Registrado: Jue Sep 08, 2005 12:54 pm

Exit Code del ShellExecute

Mensaje por joseluis »

Hola,
No soy capaz de encontrar una tabla con los códigos de salida de las
aplicaciones. Concretamente el código 31 que me devuelve la función
shellexecute cuando lWait := .T.
Agradecido por la ayuda.
Saludos,
José Luis Capel
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9448
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

Exit Code del ShellExecute

Mensaje por ignacio »

0 The operating system is out of memory or resources.
ERROR_FILE_NOT_FOUND The specified file was not found.
ERROR_PATH_NOT_FOUND The specified path was not found.
ERROR_BAD_FORMAT The .exe file is invalid (non-Microsoft Win32 ..exe or error in .exe image).
SE_ERR_ACCESSDENIED The operating system denied access to the specified file.
SE_ERR_ASSOCINCOMPLETE The file name association is incomplete or invalid.
SE_ERR_DDEBUSY The Dynamic Data Exchange (DDE) transaction could not be completed because other DDE transactions were being processed.
SE_ERR_DDEFAIL The DDE transaction failed.
SE_ERR_DDETIMEOUT The DDE transaction could not be completed because the request timed out.
SE_ERR_DLLNOTFOUND The specified dynamic-link library (DLL) was not found.
SE_ERR_FNF The specified file was not found.
SE_ERR_NOASSOC There is no application associated with the given file name extension. This error will also be returned if you attempt to print a file that is not printable.
SE_ERR_OOM There was not enough memory to complete the operation.
SE_ERR_PNF The specified path was not found.
SE_ERR_SHARE A sharing violation occurred.
#define SE_ERR_SHARE 26
#define SE_ERR_ASSOCINCOMPLETE 27
#define SE_ERR_DDETIMEOUT 28
#define SE_ERR_DDEFAIL 29
#define SE_ERR_DDEBUSY 30
#define SE_ERR_NOASSOC 31
Saludos
"José Luis Capel" <joseluis@iaicom.com> escribió en el mensaje news:44216a5f$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> Hola,
>
> No soy capaz de encontrar una tabla con los códigos de salida de las
> aplicaciones. Concretamente el código 31 que me devuelve la función
> shellexecute cuando lWait := .T.
>
> Agradecido por la ayuda.
>
> Saludos,
> José Luis Capel
--
Ignacio Ortiz de Zúñiga
[OZ Software]
https://www.ozs.es
--
[Equipo de Xailer / Xailer team]
https://www.xailer.com
joseluis
Mensajes: 642
Registrado: Jue Sep 08, 2005 12:54 pm

Exit Code del ShellExecute

Mensaje por joseluis »

Ignacio,
Muchas gracias!!
Saludos,
José Luis Capel
Ignacio Ortiz de Zúñiga escribió:
> 0 The operating system is out of memory or resources.
> ERROR_FILE_NOT_FOUND The specified file was not found.
> ERROR_PATH_NOT_FOUND The specified path was not found.
> ERROR_BAD_FORMAT The .exe file is invalid (non-Microsoft Win32 .exe or
> error in .exe image).
> SE_ERR_ACCESSDENIED The operating system denied access to the specified
> file.
> SE_ERR_ASSOCINCOMPLETE The file name association is incomplete or invalid.
> SE_ERR_DDEBUSY The Dynamic Data Exchange (DDE) transaction could not be
> completed because other DDE transactions were being processed.
> SE_ERR_DDEFAIL The DDE transaction failed.
> SE_ERR_DDETIMEOUT The DDE transaction could not be completed because
> the request timed out.
> SE_ERR_DLLNOTFOUND The specified dynamic-link library (DLL) was not found.
> SE_ERR_FNF The specified file was not found.
> SE_ERR_NOASSOC There is no application associated with the given file
> name extension. This error will also be returned if you attempt to print
> a file that is not printable.
> SE_ERR_OOM There was not enough memory to complete the operation.
> SE_ERR_PNF The specified path was not found.
> SE_ERR_SHARE A sharing violation occurred.
>
>
> #define SE_ERR_SHARE 26
> #define SE_ERR_ASSOCINCOMPLETE 27
> #define SE_ERR_DDETIMEOUT 28
> #define SE_ERR_DDEFAIL 29
> #define SE_ERR_DDEBUSY 30
> #define SE_ERR_NOASSOC 31
>
> Saludos
>
> "José Luis Capel" <joseluis@iaicom.com <mailto:joseluis@iaicom.com>>
> escribió en el mensaje news:44216a5f$[email=1@ozsrvnegro.ozlan.local...]1@ozsrvnegro.ozlan.local...[/email]
> > Hola,
> >
> > No soy capaz de encontrar una tabla con los códigos de salida de las
> > aplicaciones. Concretamente el código 31 que me devuelve la función
> > shellexecute cuando lWait := .T.
> >
> > Agradecido por la ayuda.
> >
> > Saludos,
> > José Luis Capel
Responder