Manpage of CYGWIN_WINPID_TO_PID

Google
Web www.fiveanddime.net

CYGWIN_WINPID_TO_PID

Section: C Library Functions (3)
Updated: 2005 Feb 23
Index Return to Main Contents
 

NAME

cygwin_winpid_to_pid
   .SH SYNOPSIS
     extern "C" pid_t 
cygwin_winpid_to_pid ( int winpid );

 

DESCRIPTION


   Given a windows pid, converts to the corresponding Cygwin pid, if any.  Returns -1 if windows pid does not correspond to a cygwin pid.    

 

EXAMPLE



      extern "C" cygwin_winpid_to_pid (int winpid);

      pid_t mypid;

      mypid = cygwin_winpid_to_pid (windows_pid);

 

COPYRIGHT

Cygwin is Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002 Red Hat, Inc.

Cygwin is Free software; for complete licensing information, refer to:

http://cygwin.com/licensing.html  

MAINTAINER

This man page was written and is maintained by Joshua Daniel Franklin, joshuadfranklin@yahoo.com

 

SEE ALSO

The full documentation to the Cygwin API is maintained on the web at:

http://cygwin.com/cygwin-api/cygwin-api.html

The website is updated more frequently than the man pages and should be considered the authoritative source of information.


 

Index

NAME
DESCRIPTION
EXAMPLE
COPYRIGHT
MAINTAINER
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 21:25:16 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net