Re: RpcServerListen and RpcMgmtWaitServerListen

2005-12-07 Thread Robert Shearman
Phil Lodwick wrote: Hi, I have a program that basically does: RpcServerUseProtseqEp RpcServerRegisterIf RpcServerListen(DontWait=FALSE) On Windows this will block until another thread calls RpcMgmtStopServerListening. This does not appear to be the case with Wine's im

RpcServerListen and RpcMgmtWaitServerListen

2005-12-07 Thread Phil Lodwick
Hi, I have a program that basically does: RpcServerUseProtseqEp RpcServerRegisterIf RpcServerListen(DontWait=FALSE) On Windows this will block until another thread calls RpcMgmtStopServerListening. This does not appear to be the case with Wine's implementation. Before I