Description:
Microsoft 32-bit development newsgroup.
|
|
|
disable UDP Checksum Offload
|
| |
I develop some woftware under Windows Vista and DotNet 2.0. It sends UDP packets to an XP macjine across the LAN. When code runs in Vista I get with in the sniffer running in the XP machine a checksum error and some hint that I may need to disable UDP Checksum Offload(Another XP which also sends packets causes, no problem)... more »
|
|
win32_NTLogEventTimeGenerated is in GMT and not local in Vista/w2
|
| |
(I posted this question to the microsoft.public.win32.program mer.wmi but it's not available anymore. I don't know if this is the correct forum to post this question...) We are using the win32_NTLogEvent class to retrieve events and store them to a database. We have noticed that in windows 2008 32bit and vista 32bit the... more »
|
|
Raw Socket option to check if a packet was reassembled.
|
| |
Hi all, I have a requirement where I need to do something based on if the data read on a raw socket was obtained after reassembling. Is there a way/socket option to figure out the same? Any comments/ suggestions are more than welcome. Thanks, Harneet
|
|
network share folder
|
| |
Is there a way to get permission of a network share folder through a programming interface (C# or C++)? just like what srvcheck.exe does. Thanks!
|
|
network share folder permission
|
| |
Is there a way to get network share folder permission through a programming interface (C# or C++)? just like what srvcheck.exe does?
|
|
AcceptSecurityContext memory leaks with schannel SSPI
|
| |
I have a server application where every server side socket that uses SSL was leaking a couple of bytes. I used UMDH.exe to track down the memory leaks and it turns out they originate from the AcceptSecurityContext call: ----- status = AcceptSecurityContext( myPCredHandle, myHasCreatedSslContext ? &mySslContext : NULL,... more »
|
|
Loopback interface: Alternative to Microsoft drivers ???
|
| |
Hello, I need to work with Loopback interfaces in Windows. It seems that the Microsoft drivers for loopback interfaces only allow the creation of 1 loopback interface. I created the loopback interface with: devcon -r install %WINDIR%\Inf\Netloop.inf *MSLOOP Do you know an alternative to Microsoft Loopback interface???... more »
|
|
About Http api ?
|
| |
Hello, Our application using "HttpReceiveHttpRequest" api. We can get host name with "pHost", abspath with "pAbsPath" and QueryString with "pQueryString" adress but we can not get FullUrl from "pFullUrl" adress of the structure ; typedef struct _HTTP_COOKED_URL { USHORT FullUrlLength; // in bytes not including the NUL... more »
|
|
URLDownloadToCacheFile/URLDown loadToFile doesn't return on Vista
|
| |
On Vista 64 bit systems (two tested), this simple program doesn't return from a URLDownloadToCacheFile() call when its run twice on a Vista 64 Home Premiun system(s). Since there is no call back function for status, there is no output for a minute or two as the download happens. The failure is never on the first... more »
|
|
Obtaining option 43 from DHCP
|
| |
I want my network application to be able to retrieve the option 43 string set by a DHCP server. I have so far found DhcpRequestParams but it requires certain version of Windows and I wanted to find something generic if possible. Is there a standard way to get this information?
|
|
|