This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sexecve


Noel L Yap wrote:
> 
> What's the difference between execve and sexecve?

sexecve has an additionel parameter `hToken' which
has to be a user token which you get by calling the
NT/W2K function `LogonUser'. sexecve capsulates
the NT/W2K function `CreateProcessAsUser' as
execve capsulates `CreateProcess'. More information
about that functions is provided by MSDN.

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Cygnus Solutions, a Red Hat company

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]