shellexecute return code

Post Reply
ADutheil
Posts: 352
Joined: Sun May 31, 2009 6:25 pm
Location: Salvador - Bahia - Brazil

shellexecute return code

Post by ADutheil »

Hi everybody,

I'd like to know the meaning of a 42 return code. W100 64 bits

Thanks
Regards,

André Dutheil
FWH 13.04 HB 3.2 BCC 5.82 MinGW 4.5.2 MSVS 10
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: shellexecute return code

Post by Enrico Maria Giordano »

ADutheil wrote:Hi everybody,

I'd like to know the meaning of a 42 return code. W100 64 bits

Thanks
From MSDN:
If the function succeeds, it returns a value greater than 32.
So 42 means "all ok".

EMG
ADutheil
Posts: 352
Joined: Sun May 31, 2009 6:25 pm
Location: Salvador - Bahia - Brazil

Re: shellexecute return code

Post by ADutheil »

Thanks.
Regards,

André Dutheil
FWH 13.04 HB 3.2 BCC 5.82 MinGW 4.5.2 MSVS 10
Post Reply