1. [win32lib] shellExecuteEx()??
This is a multi-part message in MIME format.
------=_NextPart_000_003B_01C2967B.CA77FC40
charset="iso-8859-1"
Hello list!
I'm not sure what to think about shellExecuteEx()
In the win32lib docs(57.9), it says:
Returns: INTEGER: Success code. 0 to 32 are errors.
I am assuming this means that anything outside of the range (0-32)
means success.
But what about return values in the range of 0-32 ?
What does each value mean ?
Thanks in Advance,=20
Robert Szalay
------=_NextPart_000_003B_01C2967B.CA77FC40
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hello list!</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2> I'm not sure what to =
think about=20
shellExecuteEx()</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>In the win32lib docs(57.9), it =
says:</FONT></DIV>
<DIV><FONT face=3DArial size=3D2> Returns: INTEGER: =
Success code.=20
0 to 32 are errors.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I am assuming this means that anything =
outside of=20
the range (0-32)</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>means success.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>But what about return values in the =
range of 0-32=20
?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>What does each value mean =
?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks in Advance, </FONT></DIV>
<DIV><FONT face=3DArial size=3D2> Robert =
Szalay</FONT></DIV>
------=_NextPart_000_003B_01C2967B.CA77FC40--
2. Re: [win32lib] shellExecuteEx()??
-- ShellExecute error codes
constant SE_ERR_FNF = 2 -- file not found
constant SE_ERR_PNF = 3 -- path not found
constant SE_ERR_ACCESSDENIED = 5 -- access denied
constant SE_ERR_OOM = 8 -- out of memory
constant SE_ERR_SHARE = 26
constant SE_ERR_ASSOCINCOMPLETE = 27
constant SE_ERR_DDETIMEOUT = 28
constant SE_ERR_DDEFAIL = 29
constant SE_ERR_DDEBUSY = 30
constant SE_ERR_NOASSOC = 31
constant SE_ERR_DLLNOTFOUND = 32
The other values are not used.
----------------
cheers,
Derek Parnell
----- Original Message -----
From: "Robert Szalay" <robsz1 at netzero.net>
To: "EUforum" <EUforum at topica.com>
Sent: Thursday, November 28, 2002 5:16 PM
Subject: [win32lib] shellExecuteEx()??
Hello list!
I'm not sure what to think about shellExecuteEx()
In the win32lib docs(57.9), it says:
Returns: INTEGER: Success code. 0 to 32 are errors.
I am assuming this means that anything outside of the range (0-32)
means success.
But what about return values in the range of 0-32 ?
What does each value mean ?
Thanks in Advance,
Robert Szalay
==^^===============================================================
This email was sent to: ddparnell at bigpond.com
3. Re: [win32lib] shellExecuteEx()??
Thanks Derek.
----- Original Message -----
From: Derek Parnell <ddparnell at bigpond.com>
Subject: Re: [win32lib] shellExecuteEx()??
>
>
> -- ShellExecute error codes
> constant SE_ERR_FNF = 2 -- file not found
> constant SE_ERR_PNF = 3 -- path not found
> constant SE_ERR_ACCESSDENIED = 5 -- access denied
> constant SE_ERR_OOM = 8 -- out of memory
> constant SE_ERR_SHARE = 26
> constant SE_ERR_ASSOCINCOMPLETE = 27
> constant SE_ERR_DDETIMEOUT = 28
> constant SE_ERR_DDEFAIL = 29
> constant SE_ERR_DDEBUSY = 30
> constant SE_ERR_NOASSOC = 31
> constant SE_ERR_DLLNOTFOUND = 32
>
> The other values are not used.
>
> ----------------
> cheers,
> Derek Parnell
> ----- Original Message -----
> From: "Robert Szalay" <robsz1 at netzero.net>
> To: "EUforum" <EUforum at topica.com>
> Sent: Thursday, November 28, 2002 5:16 PM
> Subject: [win32lib] shellExecuteEx()??
>
>
> Hello list!
>
> I'm not sure what to think about shellExecuteEx()
>
> In the win32lib docs(57.9), it says:
> Returns: INTEGER: Success code. 0 to 32 are errors.
>
> I am assuming this means that anything outside of the range (0-32)
> means success.
>
> But what about return values in the range of 0-32 ?
>
> What does each value mean ?
>
> Thanks in Advance,
> Robert Szalay
>
> ==^^===============================================================
> This email was sent to: ddparnell at bigpond.com
>
>
>
>