News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

socket handle?

Started by ecube, April 02, 2007, 05:45:47 AM

Previous topic - Next topic

ecube

I was wondering if a socket handle could be shared across processes, to the point that if the original process that created the socket terminates the socket handle would still be preserved in another process?

Tedd

see WSADuplicateSocket :wink
No snowflake in an avalanche feels responsible.

ecube

Great! thanks again Tedd, your help is always much appreciated  :thumbu