D
Denis @ TheOffice
Hi,
I am confronted to a situation here.
I need to spawn an application and then pass it a port handle later.
I tried by using the usual :
SetHandleInformation(me_Socket, // handle to object
HANDLE_FLAG_INHERIT, // flags to change
HANDLE_FLAG_INHERIT) // new values for flags
But once on the other application it is not working.
Is there a function that I have to call on the other application?
Thanks
Denis Co
I am confronted to a situation here.
I need to spawn an application and then pass it a port handle later.
I tried by using the usual :
SetHandleInformation(me_Socket, // handle to object
HANDLE_FLAG_INHERIT, // flags to change
HANDLE_FLAG_INHERIT) // new values for flags
But once on the other application it is not working.
Is there a function that I have to call on the other application?
Thanks
Denis Co