Page 1 of 1

shellexecute return code

Posted: Fri Mar 03, 2017 9:55 pm
by ADutheil
Hi everybody,

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

Thanks

Re: shellexecute return code

Posted: Sat Mar 04, 2017 4:56 pm
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

Re: shellexecute return code

Posted: Sun Mar 05, 2017 11:23 am
by ADutheil
Thanks.