4 references to WsaNspControlFlags
System.ServiceModel (4)
System\ServiceModel\Channels\PnrpPeerResolver.cs (4)
902WsaNspControlFlags dwControlFlags, ref int lpdwBufferLength, IntPtr Results); 908static extern int WSALookupServiceBegin(CriticalAllocHandle query, WsaNspControlFlags dwControlFlags, out CriticalLookupHandle hLookup); 1789retval = WSALookupServiceBegin(handle, WsaNspControlFlags.ReturnAll, out hLookup); 2045retval = WSALookupServiceBegin(handle, WsaNspControlFlags.ReturnAll, out hLookup);