establishing a VPN connection
Mon, 10 Sep 2007 17:33:14 +0800
I'm trying to find out how to programmatically establish a connection of a
VPN Network Connection to the VPN server. With answers from another forum
and searching around, I came across RasDial() and RasHangup() in the SDK.
Can anyone tell me if i'm on the right track here? It mentions things like
phonebook a ...
|
AF_INET is not in Wtsapi32.h
Mon, 10 Sep 2007 00:32:19 -0700
See the WTS_CLIENT_ADDRESS structure in the MSDN; it says it is Declared in
WtsApi32.h.
http://msdn2.microsoft.com/en-us/library/aa383857.aspx
That documentation page also lists symbolic values for AddressFamily,
including AF_INET. Yet AF_INET is not in WtsApi32.h. It is in a few other
includes but I am no ...
|
Problems Collecting Performance Counters
Sat, 1 Sep 2007 20:22:08 -0700
We are having problems getting performance counter collection to work when
File & Printer Sharing is turned off on a computer which collects the
counters from itself locally, and I would like to get clarification on why
the behavior we are seeing is not a bug.
We used the typeperf.c example code found in th ...
|
Launch Network Status or Properties dialog programmatically
Mon, 20 Aug 2007 17:57:48 -0500
In all versions of Windows a user can view the status of a network
connection and view/edit it's properties through a fairly manual process...
is there a way I can launch the Status or Properties dialog programmatically
or from the command line?
Thanks,
Brendan
...
|
HELP Me:how to connect using specific IP address?
Sun, 19 Aug 2007 14:11:14 +0200
Hi everyone I don't know if I am posting this to the right newsgroup but it
is the closest I found, in case you think you can advice me to another
newsgroup please feel free to
do so. I am so desperate to get my problem solved.
The issue is related to sockets and networking this is my problem
short version ...
|
Re: Vista and categorizing LSPs
Thu, 16 Aug 2007 13:15:19 +0200
Yes Mick, thx, I know that ... I just thought that MS already provided
such tools like they provided the sporder.exe along with the LSP.
Viv
On Thu, 9 Aug 2007 08:42:01 -0700, Mick <Mick@discussions.microsoft.com>
wrote :
>Okay, I see what you're after now. You meant the LSP category flags that are
>ret ...
|
How to get remote MAC
Wed, 15 Aug 2007 12:07:48 -0400
Is there any way to get the MAC address associated with a socket? I know
SendARP can be used to get the MAC address associated with an IP address,
but what will it return if multiple clients are using the same IP address?
I need to be able to uniquely identify the client in this case, is there
something bes ...
|
|
|
Marking Packets in stream
Wed, 15 Aug 2007 09:04:05 +0200
I want to synchronize packets in TCP stream with the data. In other words,
when the server sends specific video data to the client he would like to add
some "user data" to the packets being sent, which enables the client to know
that this data is now displayed.
Is it possible in TCP streaming?
Regards
Ga ...
|
.NET 2.0: WSEWOULDBLOCK socket error when sending data using synchronous sockets ?
Mon, 12 Mar 2007 14:56:35 -0700
Hi,
In load test of our .NET 2.0 socket application on Win2003 server, we are
seeing sometimes
WSEWOULDBLOCK error when sending data to clients. We are using synchronoous
scokets with SendTimout of 2 secs. Is it normal ?
Thanks in advance and regards
Navin
...
|
Enumerating users on remote machine without logon
Mon, 12 Mar 2007 16:46:02 -0800
How can i Enumerate users on remote machine without logon?
I am calling dwResult = NetQueryDisplayInformation ((LPCWSTR)pWideServer, 1,
nIndex, 10, 24, &dwCount, &m_pBuffer) but it is returning
ERROR_ACCESS_DENIED. is it necessary to connect to the remote machine first?
Thanks
...
|