
[VBA] Socket - Win7 - social.msdn.microsoft.com
Jul 17, 2010 · Public WithEvents Sock As MSWinsockLib.Winsock Private Sub CommandButton1_Click () Call createServSocket (9000) 'lunch file Shell ("C:\xxx") End Sub …
Winsock connect on non blocking socket blocks
Nov 24, 2008 · It all started with a problem with openssh under Cygwin. I ended up here because Cygwin's connect () implementation is more or less a pass-through to winsock. This might be …
Problem with Winsock.GetData - social.msdn.microsoft.com
Sep 4, 2012 · I have to use winsock, because it is already defined and passed by other module. Thank you anyway. I will post the question in the C# developer forums. Wednesday, May 11, …
How to send raw socket packets using Winsock Kernel (WSK) in …
Jul 23, 2015 · Hi. I am developing akernel-mode driverfor Win7 and later. I want to sendcustom IP packetsin the driver (I want to specify all fields for IP layer). I found theWinsock Kernel …
windows.h and winsock2.h - social.msdn.microsoft.com
Apr 26, 2010 · I have to include <windows.h> in order to compile the DLL entry function (something the wizard didn't generate btw), and according to MSDN I need to include …
RpcBindingBind () and RpcBindingCreate ()
May 22, 2016 · Based on your description, your problems is about Winsock, I’d move the thread to Windows Desktop Winsock Kernel (WSK) ,since we here only discuss general native C++ …
EventHandler () problems - social.msdn.microsoft.com
Dec 13, 2012 · I'm using EventHandler () procedure for connecting COM object (MSWinsock.Winsock.1) and VFP code. The code works fine in App or EXE mode.
WSADuplicateSocket fails when the target process is a Windows …
Feb 8, 2011 · We have socket-based communication protocol that I'm trying to use with a .NET process running as a Windows Service. Everything works fine when the peer processes are …
How to use predefined ports used by operating system?
Sep 6, 2011 · I have one application written in VC++ 6.0 language. I had created around 300 clones of that application on one server. That application uses almost 7-8 ports. Out of which 4 …
sockets, multicast/broadcast, UDP, TCP, SO_REUSEADDR, …
Jan 16, 2015 · 2) A bind with allowing multicast/broadcast, reuse of address, port and all these disregarding the state of the socket (e.g. TIME_WAIT) and disregarding the type of connection …